From 78eaf50540c0503e2686cd5073f5e2386b619221 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 5 Feb 2026 12:43:16 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a290017..899deba 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -18,7 +18,8 @@ export const metadata: Metadata = { openGraph: { title: "Premium iPhones - Innovation in Every Touch", description: "Experience the pinnacle of mobile technology. Discover the future of smartphones with cutting-edge features.", type: "website", siteName: "iPhone Store", images: [ { - url: "https://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg", alt: "Premium iPhone showcase"}, + url: "https://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg", alt: "Premium iPhone showcase" + }, ], }, twitter: { From 8234dfc5bdc08582925eeefefebc23fd01f924d1 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 5 Feb 2026 12:43:17 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b17b0da..38c08dd 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 NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -93,7 +93,7 @@ export default function LandingPage() { } ]} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" gridVariant="three-columns-all-equal-width" animationType="slide-up" /> @@ -160,7 +160,7 @@ export default function LandingPage() { } ]} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="slide-up" /> @@ -221,7 +221,7 @@ export default function LandingPage() { } ]} textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" animationType="slide-up" />