Merge version_1 into main #1
@@ -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: {
|
||||
|
||||
@@ -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"
|
||||
/>
|
||||
</div>
|
||||
@@ -221,7 +221,7 @@ export default function LandingPage() {
|
||||
}
|
||||
]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground="invertDefault"
|
||||
useInvertedBackground="noInvert"
|
||||
animationType="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user