From 2420700c887cca008ba048e98f73a763ddc4091c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 17:45:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9aaa5fd..60c08ef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { ]} slides={[ { - imageSrc: "http://img.b2bpic.net/free-photo/spoon-amidst-vegetables-spices_23-2147867469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spoon-amidst-vegetables-spices_23-2147867469.jpg?_wi=1", imageAlt: "biscotte snack bread crispy golden", }, { @@ -124,7 +124,7 @@ export default function LandingPage() { id: "p1", name: "Traditional Gold", price: "$6.90", - imageSrc: "http://img.b2bpic.net/free-photo/fried-bread-with-egg-black-board_114579-73798.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-bread-with-egg-black-board_114579-73798.jpg?_wi=1", }, { id: "p2", @@ -178,7 +178,7 @@ export default function LandingPage() { title: "Slow-Toasted", description: "Each biscotte is slow-toasted to perfection.", buttonIcon: "Award", - imageSrc: "http://img.b2bpic.net/free-photo/spoon-amidst-vegetables-spices_23-2147867469.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/spoon-amidst-vegetables-spices_23-2147867469.jpg?_wi=2", imageAlt: "biscotte snack bread crispy golden", }, { @@ -192,7 +192,7 @@ export default function LandingPage() { title: "Preservative-Free", description: "Pure ingredients, nothing hidden.", buttonIcon: "Star", - imageSrc: "http://img.b2bpic.net/free-photo/fried-bread-with-egg-black-board_114579-73798.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/fried-bread-with-egg-black-board_114579-73798.jpg?_wi=2", imageAlt: "biscotte snack bread crispy golden", }, ]} -- 2.49.1