Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-02-12 00:38:34 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -54,6 +54,7 @@ export default function LandingPage() {
imageSrc="https://img.b2bpic.net/free-photo/mockup-mobile-phone-screen_53876-63379.jpg"
imageAlt="Premium smartphone in dramatic cinematic lighting"
frameStyle="card"
mediaAnimation="slide-up"
className="min-h-screen"
containerClassName="gap-8"
buttonContainerClassName="flex gap-4 justify-center mt-8"
@@ -153,7 +154,7 @@ export default function LandingPage() {
"Full device inspection", "Hardware diagnostics", "Performance analysis", "Detailed repair estimate", "No obligation consultation"
]
}
]}
]
/>
</div>
@@ -177,7 +178,7 @@ export default function LandingPage() {
{
id: "3", name: "iPhone 14 Pro", price: "$649", imageSrc: "https://img.b2bpic.net/free-photo/curly-young-woman-silk-stylish-black-pajamas-eyeglasses-sits-brown-soft-sofa-with-laptop_197531-33652.jpg", imageAlt: "iPhone 14 Pro certified pre-owned"
}
]}
]
/>
</div>
@@ -216,7 +217,7 @@ export default function LandingPage() {
id: "6", name: "James Thompson", role: "Executive", company: "Fortune 500", rating: 5,
imageSrc: "https://img.b2bpic.net/free-photo/senior-businessman-with-arms-crossed-outside-modern-office-building_1139-1074.jpg", imageAlt: "James Thompson"
}
]}
]
/>
</div>