Merge version_1 into main #1

Merged
development merged 2 commits from version_1 into main 2026-02-05 12:43:22 +00:00
2 changed files with 6 additions and 5 deletions

View File

@@ -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: {

View File

@@ -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>