diff --git a/src/app/page.tsx b/src/app/page.tsx index bd70f54..6e5b78c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; @@ -58,7 +58,7 @@ export default function LandingPage() { { imageSrc: "https://img.b2bpic.net/free-photo/modern-workspace-featuring-cellphone-setup_58702-17222.jpg", imageAlt: "iPhone Design Innovation" } - ] + ]} autoplayDelay={4000} showDimOverlay={true} /> @@ -89,7 +89,7 @@ export default function LandingPage() { title="Featured Products" description="Discover our complete range of iPhone models, each designed to deliver exceptional performance and style." textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -145,7 +145,7 @@ export default function LandingPage() { title="Transparent Pricing" description="Choose the iPhone model that fits your needs and budget. All prices include manufacturer warranty." textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -207,7 +207,7 @@ export default function LandingPage() { title="Customer Reviews" description="See what thousands of satisfied customers say about their iPhone experience." textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" />