From e3c87f5f4eb4ba7fa64a96e7b2c229c4b1a12b1f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 01:40:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 17fb980..59cc1e3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,3 +1,4 @@ +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; @@ -19,7 +20,7 @@ export default function Page() { title="Build Your Future" description="Innovation delivered through high-performance components." background={{ variant: "animated-grid" }} - carouselItems={[{ id: "1", imageAlt: "Item 1" }, { id: "2" }, { id: "3" }, { id: "4" }, { id: "5" }, { id: "6" }]} + carouselItems={[{ id: "1", imageAlt: "Item 1" }, { id: "2", imageAlt: "Item 2" }, { id: "3", imageAlt: "Item 3" }, { id: "4", imageAlt: "Item 4" }, { id: "5", imageAlt: "Item 5" }, { id: "6", imageAlt: "Item 6" }]} />
@@ -29,7 +30,7 @@ export default function Page() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - features={[{ id: "1", title: "Speed", author: "Team", description: "Lightning fast performance", tags: ["tech"] }]} + features={[{ id: "1", title: "Speed", author: "Team", description: "Lightning fast performance", tags: ["tech"], imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" }, { id: "2", title: "Reliability", author: "Team", description: "Always online", tags: ["infra"], imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" }]} />
@@ -37,15 +38,18 @@ export default function Page() { testimonial="Incredible results!" rating={5} author="Jane Doe" + avatars={[{ src: "https://images.unsplash.com/photo-1535713875002-d1d0cf377fde", alt: "Avatar" }]} ratingAnimation="slide-up" avatarsAnimation="slide-up" + useInvertedBackground={false} />
@@ -53,7 +57,9 @@ export default function Page() { tag="Reach Out" title="Get in Touch" description="We're here to help." - buttons={[{ text: "Email Us" }]} + buttons={[{ text: "Email Us" }]} + background={{ variant: "plain" }} + useInvertedBackground={false} />