From 78985406cc815a2c3493288d745a077ff0853a8b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 00:38:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a9b480..3265bf9 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'; @@ -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" ] } - ]} + ] /> @@ -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" } - ]} + ] /> @@ -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" } - ]} + ] /> -- 2.49.1