From 1291523ae2aa541d2174cd09bc06f95e92424312 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 11:34:50 +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 c1a4e67..b7ba485 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { href: "#products", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-small-business-owner-standing-outdoors_23-2149434499.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-small-business-owner-standing-outdoors_23-2149434499.jpg?_wi=1" imageAlt="Go Bistro Cafe Exterior" mediaAnimation="slide-up" avatars={[ @@ -162,7 +162,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/view-raw-vegetables-assortment_23-2148643050.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-small-business-owner-standing-outdoors_23-2149434499.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/full-shot-small-business-owner-standing-outdoors_23-2149434499.jpg?_wi=2", imageAlt: "fresh organic ingredients salad", }, { @@ -186,7 +186,7 @@ export default function LandingPage() { phoneTwo: { imageSrc: "http://img.b2bpic.net/free-photo/empty-wood-chair_1339-6717.jpg", }, - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-dessert-smoothie-tea-white-round-table_23-2148067133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-dessert-smoothie-tea-white-round-table_23-2148067133.jpg?_wi=1", imageAlt: "fresh organic ingredients salad", }, ]} @@ -207,7 +207,7 @@ export default function LandingPage() { id: "p1", name: "Avocado Toast", price: "$14.00", - imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-dessert-smoothie-tea-white-round-table_23-2148067133.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/breakfast-with-dessert-smoothie-tea-white-round-table_23-2148067133.jpg?_wi=2", }, { id: "p2", -- 2.49.1