Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-02-04 15:16:11 +00:00

View File

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