From 1d9d348e2abd2996d5deb12615a322caa5275ad3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 00:43:01 +0000 Subject: [PATCH 1/4] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e636259..9b2bc20 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,7 +29,6 @@ export default function LandingPage() { > @@ -180,7 +180,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" } - ] + ]} /> -- 2.49.1 From 664afa35e9559aca2943c2e9de73f776246f91ef Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 00:56:09 +0000 Subject: [PATCH 3/4] Update src/app/page.tsx --- src/app/page.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 50344b3..a3c6378 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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="fade-in" className="min-h-screen" containerClassName="gap-8" buttonContainerClassName="flex gap-4 justify-center mt-8" -- 2.49.1 From e7def5f46bb18e4e33a79273bdcb1f06408c6a09 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Feb 2026 00:58:03 +0000 Subject: [PATCH 4/4] Update src/app/page.tsx --- src/app/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a3c6378..50344b3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -54,7 +54,6 @@ 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="fade-in" className="min-h-screen" containerClassName="gap-8" buttonContainerClassName="flex gap-4 justify-center mt-8" -- 2.49.1