From 38bd781b7fd197d023d9038eb27a1ad4f4c47689 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 17:50:03 +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 9d3d610..c3ec712 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { handle: "@elena_m", testimonial: "The scent is breathtaking and stays with me all day.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg?_wi=1", imageAlt: "luxury perfume bottle dark background gold accents", }, { @@ -75,7 +75,7 @@ export default function LandingPage() { handle: "@julianr", testimonial: "Exquisite quality, definitely my new signature fragrance.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326577.jpg?_wi=1", imageAlt: "luxury perfume bottle dark background gold accents", }, { @@ -83,7 +83,7 @@ export default function LandingPage() { handle: "@sofiak", testimonial: "Sophisticated and elegant, simply love Leora.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg?_wi=1", imageAlt: "luxury perfume bottle dark background gold accents", }, { @@ -91,7 +91,7 @@ export default function LandingPage() { handle: "@marcusw", testimonial: "A luxury experience in every bottle.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7600.jpg?_wi=1", imageAlt: "luxury perfume bottle dark background gold accents", }, { @@ -99,11 +99,11 @@ export default function LandingPage() { handle: "@annap", testimonial: "Beautifully crafted, highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg?_wi=1", imageAlt: "luxury perfume bottle dark background gold accents", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg" + imageSrc="http://img.b2bpic.net/free-photo/arrangement-skin-care-cream_23-2148761493.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/beautiful-woman-posing-autumn-coat-posing-street_1303-29532.jpg", @@ -167,28 +167,28 @@ export default function LandingPage() { name: "Midnight Bloom", price: "$120", variant: "Eau de Parfum", - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326577.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-male-self-care-setting-still-life_23-2150326577.jpg?_wi=2", }, { id: "2", name: "Golden Hour", price: "$145", variant: "Eau de Parfum", - imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/empty-perfume-glass-bottles-design-resource_53876-96700.jpg?_wi=2", }, { id: "3", name: "Coastal Breeze", price: "$110", variant: "Eau de Toilette", - imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7600.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/perfume-bottle_1203-7600.jpg?_wi=2", }, { id: "4", name: "Velvet Oud", price: "$160", variant: "Extrait de Parfum", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-still-life-arrangement-with-water_23-2149176153.jpg?_wi=2", }, { id: "5", -- 2.49.1