From e3af6930cbd36b8b513d917571b56fb1e533351e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:11:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e41da63..f088001 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { ]} buttonAnimation="slide-up" background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg" imageAlt="Premium skincare product collection" mediaAnimation="blur-reveal" frameStyle="card" @@ -84,7 +84,7 @@ export default function LandingPage() { id: "1", name: "Radiance Serum", price: "$65", imageSrc: "http://img.b2bpic.net/free-photo/selfcare-product-bottle-with-flower_23-2149249545.jpg", imageAlt: "Radiance Serum bottle" }, { - id: "2", name: "Luminous Moisturizer", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg?_wi=2", imageAlt: "Luminous Moisturizer jar" + id: "2", name: "Luminous Moisturizer", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg", imageAlt: "Luminous Moisturizer jar" }, { id: "3", name: "Gentle Cleanser", price: "$42", imageSrc: "http://img.b2bpic.net/free-photo/close-up-floating-water_23-2150963077.jpg", imageAlt: "Gentle Cleanser bottle" -- 2.49.1