From 9343d8c983da623b4cc921eb83010db505a542ef Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 14:58:40 +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 e78289b..185ce2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,7 +67,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-pressing-buzzer-side-view_23-2149943764.jpg" + imageSrc="http://img.b2bpic.net/free-photo/smiley-woman-pressing-buzzer-side-view_23-2149943764.jpg?_wi=1" imageAlt="Luxurious collection display" avatars={[ { @@ -169,7 +169,7 @@ export default function LandingPage() { title: "Unique Designs", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/candles-sale-interior-decorating-store-close-up_169016-20683.jpg" + imageSrc="http://img.b2bpic.net/free-photo/candles-sale-interior-decorating-store-close-up_169016-20683.jpg?_wi=1" imageAlt="Boutique story and values" mediaAnimation="slide-up" metricsAnimation="blur-reveal" @@ -190,7 +190,7 @@ export default function LandingPage() { price: "$120", rating: 5, reviewCount: "12", - imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-displayed-white-coral-background_23-2150347052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-displayed-white-coral-background_23-2150347052.jpg?_wi=1", }, { id: "p2", @@ -199,7 +199,7 @@ export default function LandingPage() { price: "$250", rating: 4, reviewCount: "8", - imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetics-bag-still-life_23-2151141452.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetics-bag-still-life_23-2151141452.jpg?_wi=1", }, { id: "p3", @@ -208,7 +208,7 @@ export default function LandingPage() { price: "$85", rating: 5, reviewCount: "45", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-bottles-with-dispensers-liquid-soap_169016-23454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-bottles-with-dispensers-liquid-soap_169016-23454.jpg?_wi=1", }, { id: "p4", @@ -256,7 +256,7 @@ export default function LandingPage() { quote: "The perfume scent lasts all day, love it!", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-sensual-brunette-girl-dressed-gray-elegant-jacket-leaning-brick-wall-room-with-loft-interior-looking-camera_613910-18212.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-pressing-buzzer-side-view_23-2149943764.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-pressing-buzzer-side-view_23-2149943764.jpg?_wi=2", imageAlt: "happy customer portrait professional style", }, { @@ -267,7 +267,7 @@ export default function LandingPage() { quote: "My wife loved the gold pendant set.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/expressive-woman-wearing-all-black-clothes_273609-9812.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/candles-sale-interior-decorating-store-close-up_169016-20683.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/candles-sale-interior-decorating-store-close-up_169016-20683.jpg?_wi=2", imageAlt: "happy customer portrait professional style", }, { @@ -278,7 +278,7 @@ export default function LandingPage() { quote: "Beautiful bags, great attention to detail.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-woman-with-shopping-bags_23-2147823576.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-displayed-white-coral-background_23-2150347052.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/expensive-golden-ring-displayed-white-coral-background_23-2150347052.jpg?_wi=2", imageAlt: "happy customer portrait professional style", }, { @@ -289,7 +289,7 @@ export default function LandingPage() { quote: "Fast shipping, lovely packaging.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/pretty-stylish-blond-girl-knitted-sweater-with-shopping-bags-joyfully-looking-away-city-street_574295-715.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetics-bag-still-life_23-2151141452.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/mediterranean-aesthetics-bag-still-life_23-2151141452.jpg?_wi=2", imageAlt: "happy customer portrait professional style", }, { @@ -300,7 +300,7 @@ export default function LandingPage() { quote: "Everything I bought looks so high end.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-talking-phone_23-2148660691.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/closeup-bottles-with-dispensers-liquid-soap_169016-23454.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/closeup-bottles-with-dispensers-liquid-soap_169016-23454.jpg?_wi=2", imageAlt: "happy customer portrait professional style", }, ]} -- 2.49.1