From 92b0b9cc2a8e0fbcb16de660cbe87d045cb6d950 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 16:56:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fe49de7..94fc1d3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,3 +1,4 @@ +"use client"; import { ThemeProvider } from '@/providers/themeProvider/ThemeProvider'; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroBillboardRotatedCarousel from '@/components/sections/hero/HeroBillboardRotatedCarousel'; @@ -19,7 +20,7 @@ export default function Page() { ]; return ( - + @@ -36,6 +37,8 @@ export default function Page() { names={["Company A", "Company B", "Company C", "Company D"]} title="Trusted By" description="Leading industry partners." + textboxLayout="default" + useInvertedBackground={false} />
@@ -47,6 +50,8 @@ export default function Page() { animationType="slide-up" title="Our Services" description="Comprehensive solutions." + textboxLayout="default" + useInvertedBackground={false} />
@@ -61,6 +66,7 @@ export default function Page() { { id: "2", name: "Product 2", price: "$20", imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" }, { id: "3", name: "Product 3", price: "$30", imageSrc: "https://images.unsplash.com/photo-1506744038136-46273834b3fb" } ]} + useInvertedBackground={false} />
@@ -71,6 +77,8 @@ export default function Page() { animationType="slide-up" title="Our Process" description="Efficiency driven." + textboxLayout="default" + useInvertedBackground={false} />
@@ -82,6 +90,7 @@ export default function Page() { textboxLayout="default" title="Testimonials" description="What they say." + useInvertedBackground={false} />
@@ -92,12 +101,15 @@ export default function Page() { faqsAnimation="slide-up" title="FAQs" description="Questions answered." + textboxLayout="default" + useInvertedBackground={false} />