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: { 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" />