From a427653b5066a6960d56c1798a8612cba8c3acd4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 22:02:05 +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 73649d7..94883b4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -84,7 +84,7 @@ export default function LandingPage() { tagAnimation="slide-up" products={[ { - id: "1", name: "Radiant Hydration Moisturizer", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242136.jpg", imageAlt: "Hydration moisturizer jar" + id: "1", name: "Radiant Hydration Moisturizer", price: "$58", imageSrc: "http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242136.jpg?_wi=1", imageAlt: "Hydration moisturizer jar" }, { id: "2", name: "Luminous Repair Serum", price: "$72", imageSrc: "http://img.b2bpic.net/free-photo/natural-jojoba-oil-composition_23-2149047769.jpg", imageAlt: "Repair serum bottle" @@ -178,7 +178,7 @@ export default function LandingPage() { id: "4", title: "What is your return policy?", content: "We offer a 60-day money-back guarantee on all products. If you're not completely satisfied, simply return the product for a full refund." } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242136.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-skin-regeneration-products_23-2151242136.jpg?_wi=2" imageAlt="Premium skincare products" mediaAnimation="slide-up" mediaPosition="left" -- 2.49.1