From e755ba8bdd6490cd498b5b15f434e09a2d89a624 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 05:07:48 +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 a1b1f0a..c0f27d2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { { text: "Learn More", href: "about" }, ]} background={{ variant: "sparkles-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg" + imageSrc="http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg?_wi=1" imageAlt="Premium skincare products showcase" mediaAnimation="slide-up" frameStyle="card" @@ -87,7 +87,7 @@ export default function LandingPage() { { id: "1", name: "Hydrating Serum", price: "$48", imageSrc: "http://img.b2bpic.net/free-photo/top-view-natural-cosmetics-concept_23-2148578622.jpg", imageAlt: "Hydrating serum bottle"}, { - id: "2", name: "Luxe Moisturizer", price: "$62", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg", imageAlt: "Luxe moisturizer cream"}, + id: "2", name: "Luxe Moisturizer", price: "$62", imageSrc: "http://img.b2bpic.net/free-photo/luxury-cream-jar-silk-fabric_9975-134546.jpg?_wi=2", imageAlt: "Luxe moisturizer cream"}, { id: "3", name: "Gentle Cleanser", price: "$34", imageSrc: "http://img.b2bpic.net/free-photo/woman-washing-face-bathroom_329181-2386.jpg", imageAlt: "Gentle facial cleanser"}, ]}