diff --git a/src/app/page.tsx b/src/app/page.tsx index d1a7e1d..de2ddbf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,19 +1,18 @@ "use client"; import React from "react"; -import HorizontalScroll from "@/components/common/HorizontalScrollCarousel"; -import TextReveal from "@/components/ui/text-reveal"; import ParallaxFooter from "@/components/common/Footer"; import StackedCards from "@/components/stacking-cards/stacked"; import { PreviousEdition } from "@/components/common/Container-Scroll"; import About from "@/components/common/About"; +import Team from "@/components/common/Team-Section"; export default function Home() { return ( <> -
+
TEDxSJEC is an independently organized event bringing together innovators, thinkers, and visionaries from around the world. Our goal is to inspire change, provoke deep discussions, and foster creativity - through groundbreaking ideas. -
-- Join us for a day of inspiring talks, immersive experiences, and - powerful conversations. Together, we will explore the future and share - ideas that are truly worth spreading. + through groundbreaking ideas. Our goal is to inspire change, provoke + deep discussions, and foster creativity through groundbreaking ideas.
{/* Decorative line */} diff --git a/src/components/common/Container-Scroll.tsx b/src/components/common/Container-Scroll.tsx index d62ce43..95217e6 100644 --- a/src/components/common/Container-Scroll.tsx +++ b/src/components/common/Container-Scroll.tsx @@ -8,7 +8,7 @@ export function PreviousEdition() {{card.name}
-{card.title}
-{title}
+
- {words.map((word, i) => {
- const start = i / words.length;
- const end = start + 1 / words.length;
- return (
-