From 10c64fe1eef61579d4e52eb5b20d1ed11b6f8fb1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 16 Apr 2026 16:13:37 +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 db5967b..2a6e097 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -63,7 +63,7 @@ export default function LandingPage() { handle: "@local", testimonial: "The lamb curry and naan were outstanding. Freshly made!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cheese-clay-bowl_140725-11828.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cheese-clay-bowl_140725-11828.jpg?_wi=1", imageAlt: "kashmiri grill food vibrant", }, { @@ -95,7 +95,7 @@ export default function LandingPage() { handle: "@visitor", testimonial: "Warm hospitality, truly memorable meal.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg?_wi=1", imageAlt: "kashmiri grill food vibrant", }, ]} @@ -110,7 +110,7 @@ export default function LandingPage() { href: "#menu", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cheese-clay-bowl_140725-11828.jpg" + imageSrc="http://img.b2bpic.net/free-photo/side-view-baked-chicken-with-cheese-clay-bowl_140725-11828.jpg?_wi=2" avatars={[ { src: "http://img.b2bpic.net/free-photo/front-view-business-owner-working_23-2148366612.jpg", @@ -217,7 +217,7 @@ export default function LandingPage() { role: "Local", company: "Customer", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg?_wi=2", }, { id: "2", -- 2.49.1