From 604faf8579409026c846c9c5c1cb51123d66dcc1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 20 Apr 2026 18:34:13 +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 d57d0d4..6ab1580 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5967.jpg" + imageSrc="http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5967.jpg?_wi=1" avatars={[ { src: "http://img.b2bpic.net/free-photo/medium-shot-woman-bed_23-2149304904.jpg", @@ -109,7 +109,7 @@ export default function LandingPage() { title: "Floral Varieties", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/camomiles-shea-butter_23-2147677828.jpg" + imageSrc="http://img.b2bpic.net/free-photo/camomiles-shea-butter_23-2147677828.jpg?_wi=1" mediaAnimation="slide-up" metricsAnimation="slide-up" /> @@ -127,7 +127,7 @@ export default function LandingPage() { name: "Signature Daisy", price: "$28", variant: "Soy Wax", - imageSrc: "http://img.b2bpic.net/free-photo/candles-spring-flowers-table-serving-decor-concept-top-view_169016-28298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/candles-spring-flowers-table-serving-decor-concept-top-view_169016-28298.jpg?_wi=1", }, { id: "p2", @@ -188,7 +188,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/candles-spring-flowers-table-serving-decor-concept-top-view_169016-29130.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5967.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/still-life-flowers-with-decorative-objects-living-room_169016-5967.jpg?_wi=2", imageAlt: "daisy petal scented candle jar", }, { @@ -203,7 +203,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/christmas-decor-house_23-2151207025.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/camomiles-shea-butter_23-2147677828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/camomiles-shea-butter_23-2147677828.jpg?_wi=2", imageAlt: "daisy petal scented candle jar", }, { @@ -218,7 +218,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/composition-with-spring-flowers-interior_169016-2072.jpg", }, ], - imageSrc: "http://img.b2bpic.net/free-photo/candles-spring-flowers-table-serving-decor-concept-top-view_169016-28298.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/candles-spring-flowers-table-serving-decor-concept-top-view_169016-28298.jpg?_wi=2", imageAlt: "daisy petal scented candle jar", }, ]} -- 2.49.1