From cb8bebf919e0ee2da616114bed8f8138c3d46c9a Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 20:10:43 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 05b0bf2..052fe36 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -138,19 +138,19 @@ export default function LandingPage() { id: "p1", name: "Midnight Noir", price: "$150", - imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669104.jpg?_wi=1", }, { id: "p2", name: "Ethereal Bloom", price: "$180", - imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=1", }, { id: "p3", name: "Golden Musk", price: "$165", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-empty-perfume-bottle_23-2149234336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-empty-perfume-bottle_23-2149234336.jpg?_wi=1", }, { id: "p4", @@ -184,19 +184,19 @@ export default function LandingPage() { { title: "Sustainable Sourcing", description: "Ethically harvested botanicals that honor nature and craftsmanship.", - imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669104.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/ecofriendly-beauty-product_23-2150669104.jpg?_wi=2", imageAlt: "Botanicals", }, { title: "Master Blenders", description: "Expert perfumers with decades of experience in high-end scent design.", - imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/bottles-essential-oil-plain-background_23-2148241796.jpg?_wi=2", imageAlt: "Perfumers", }, { title: "Handcrafted Vessels", description: "Each bottle is a piece of art, meticulously hand-finished for elegance.", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-empty-perfume-bottle_23-2149234336.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-empty-perfume-bottle_23-2149234336.jpg?_wi=2", imageAlt: "Vessels", }, ]} -- 2.49.1