diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index 42b1378..24cee3f 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -2,7 +2,6 @@ import { HomeHero } from "@/components/home-hero"; import { HomeProjectsSection } from "@/components/home-projects-section"; import { HomeVideosSection } from "@/components/home-videos-section"; import { ReferencesSection } from "@/components/references-section"; -import { SponsorsSection } from "@/components/sponsors-section"; import { getHomeBlogNews } from "@/data/blog"; export default async function Home({ @@ -14,12 +13,11 @@ export default async function Home({ const homeNews = await getHomeBlogNews(locale, 6); return ( -
+
-
); } diff --git a/components/home-hero.tsx b/components/home-hero.tsx index 2b621e2..09d23d5 100644 --- a/components/home-hero.tsx +++ b/components/home-hero.tsx @@ -31,7 +31,7 @@ export function HomeHero({ news }: HomeHeroProps) { const router = useRouter(); return ( -
+
-
+
+
-
+
{projects.map((project) => ( ))}
diff --git a/components/home-videos-section.tsx b/components/home-videos-section.tsx index 77216a9..29afcbb 100644 --- a/components/home-videos-section.tsx +++ b/components/home-videos-section.tsx @@ -10,7 +10,7 @@ export function HomeVideosSection() { const t = useTranslations("Content"); return ( -
+
); diff --git a/components/references-section.tsx b/components/references-section.tsx index d4be871..83d9eea 100644 --- a/components/references-section.tsx +++ b/components/references-section.tsx @@ -11,7 +11,7 @@ export function ReferencesSection() { const router = useRouter(); return ( -
+
{/* We use two sets of cards for seamless infinite marquee effect */}
- - + +