From f1b7947187e67723f381ed5c9d2936d7b530f19b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 14:38: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 8f404e6..e7db6cb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/assortment-with-delicious-donuts_23-2148536869.jpg" + imageSrc="http://img.b2bpic.net/free-photo/assortment-with-delicious-donuts_23-2148536869.jpg?_wi=1" imageAlt="Lueur Patisserie Hero Scene" /> @@ -82,7 +82,7 @@ export default function LandingPage() { price: "$4.50", rating: 5, reviewCount: "120", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-rolls-with-powdered-sugar_140725-59312.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-rolls-with-powdered-sugar_140725-59312.jpg?_wi=1", }, { id: "p2", @@ -91,7 +91,7 @@ export default function LandingPage() { price: "$6.00", rating: 5, reviewCount: "95", - imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake_23-2149312265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake_23-2149312265.jpg?_wi=1", }, { id: "p3", @@ -100,7 +100,7 @@ export default function LandingPage() { price: "$5.50", rating: 5, reviewCount: "88", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-vanilla-ice-cream_114579-1134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-vanilla-ice-cream_114579-1134.jpg?_wi=1", }, { id: "p4", @@ -109,7 +109,7 @@ export default function LandingPage() { price: "$4.00", rating: 5, reviewCount: "200", - imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-cup-coffee-with-foam-table_23-2148209317.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-cup-coffee-with-foam-table_23-2148209317.jpg?_wi=1", }, ]} title="Best Sellers" @@ -176,27 +176,27 @@ export default function LandingPage() { { id: "t1", name: "Alice M.", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-rolls-with-powdered-sugar_140725-59312.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-yummy-sweet-rolls-with-powdered-sugar_140725-59312.jpg?_wi=2", }, { id: "t2", name: "Julian B.", - imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake_23-2149312265.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-birthday-event-with-cake_23-2149312265.jpg?_wi=2", }, { id: "t3", name: "Sarah W.", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-vanilla-ice-cream_114579-1134.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chocolate-fondue-with-vanilla-ice-cream_114579-1134.jpg?_wi=2", }, { id: "t4", name: "Marcus D.", - imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-cup-coffee-with-foam-table_23-2148209317.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/female-hands-holding-cup-coffee-with-foam-table_23-2148209317.jpg?_wi=2", }, { id: "t5", name: "Elena R.", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-donuts_23-2148536869.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assortment-with-delicious-donuts_23-2148536869.jpg?_wi=2", }, ]} />