Update src/app/page.tsx

This commit is contained in:
2026-02-04 15:16:06 +00:00
parent 52b2c8a21d
commit 7774739ad4

View File

@@ -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"
/>
</div>
@@ -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"
/>
</div>
@@ -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"
/>
</div>