From 9521fa33b3eff6a6ee690426e92feba7ba7368dd Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 19:47:15 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b49b5b7..35d9e77 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -59,7 +59,7 @@ export default function LandingPage() { href: "#shop", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382904.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382904.jpg?_wi=1" imageAlt="Elegant perfume bottle on a botanical background" /> @@ -76,28 +76,28 @@ export default function LandingPage() { name: "Forest Dew", price: "$120", variant: "Eau de Parfum", - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382797.jpg?_wi=1", }, { id: "p2", name: "Citrus Grove", price: "$110", variant: "Eau de Toilette", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993612.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993612.jpg?_wi=1", }, { id: "p3", name: "Cedar Whisper", price: "$140", variant: "Eau de Parfum", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-bottle-with-oil-rosemary_23-2148431483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-bottle-with-oil-rosemary_23-2148431483.jpg?_wi=1", }, { id: "p4", name: "Herbal Bloom", price: "$115", variant: "Eau de Parfum", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480128.jpg?_wi=1", }, { id: "p5", @@ -159,7 +159,7 @@ export default function LandingPage() { quote: "The Forest Dew scent is exactly what I was looking for. Simply divine.", tag: "Verified Buyer", avatarSrc: "asset://testimonial-1", - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382904.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382904.jpg?_wi=2", imageAlt: "elegant perfume bottle botanical background", }, { @@ -170,7 +170,7 @@ export default function LandingPage() { quote: "Finally, a perfume that doesn't smell artificial. Outstanding experience.", tag: "Verified Buyer", avatarSrc: "asset://testimonial-2", - imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382797.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/dreamy-aesthetic-cosmetic-product-with-fresh-background_23-2151382797.jpg?_wi=2", imageAlt: "botanical green perfume luxury bottle", }, { @@ -181,7 +181,7 @@ export default function LandingPage() { quote: "I appreciate the eco-friendly focus. The scents are long-lasting too.", tag: "Verified Buyer", avatarSrc: "asset://testimonial-3", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993612.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-mezcal-beverage-composition_23-2148993612.jpg?_wi=2", imageAlt: "citrus botanical perfume bottle", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { quote: "Perfect for daily wear. Smells crisp and clean every time.", tag: "Verified Buyer", avatarSrc: "asset://testimonial-4", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-bottle-with-oil-rosemary_23-2148431483.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/close-up-plastic-bottle-with-oil-rosemary_23-2148431483.jpg?_wi=2", imageAlt: "woody scent organic perfume bottle", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { quote: "I receive so many compliments when I wear the Citrus Grove. Exceptional.", tag: "Verified Buyer", avatarSrc: "asset://testimonial-5", - imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480128.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/elegant-skin-care-banner-design_23-2149480128.jpg?_wi=2", imageAlt: "herbal floral perfume luxury bottle", }, ]} -- 2.49.1