Skip to content

Commit

Permalink
Merge pull request #11 from TEDxSJCET/2025
Browse files Browse the repository at this point in the history
[FEAT] remove speakers section and footer (temporarily)
  • Loading branch information
Milansuman authored Jan 23, 2025
2 parents 27fa989 + 4bda257 commit d5116bc
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 11 deletions.
12 changes: 6 additions & 6 deletions src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ const AnimatedSections = () => {
const sections = createMemo(() => [
{ content: HeroSection },
{ content: AboutSection },
{ content: SpeakersSection },
...speakers.map((speaker) => ({
content: () => (
<SpeakerDetail name={speaker.name} position={speaker.position} photo={speaker.image} quote={speaker.quote} />
),
})),
// { content: SpeakersSection },
// ...speakers.map((speaker) => ({
// content: () => (
// <SpeakerDetail name={speaker.name} position={speaker.position} photo={speaker.image} quote={speaker.quote} />
// ),
// })),
{ content: CoreTeam },
{ content: Register },
]);
Expand Down
Loading

0 comments on commit d5116bc

Please sign in to comment.