From 16dad037e57b5485ea34608372e8c4ba293f34f1 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 13:32:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d1ffb50..a1b31e4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@alexfoodie", testimonial: "The best pizza I've had in years! Absolutely authentic flavors.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-man-night_23-2148140718.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/going-out-concept-with-man-night_23-2148140718.jpg?_wi=1", imageAlt: "gourmet burger and pizza table setting", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@mark_p", testimonial: "The quality of meat is unmatched. Incredible experience.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-sauce-pickled-cucumber-served-restaurant-with-beer_141793-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-sauce-pickled-cucumber-served-restaurant-with-beer_141793-1856.jpg?_wi=1", imageAlt: "gourmet burger and pizza table setting", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@jess_eats", testimonial: "Wood-fired crust perfection. Will be back next week!", rating: 4, - imageSrc: "http://img.b2bpic.net/free-photo/cheese-burger-with-french-fries-table_140725-7219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-burger-with-french-fries-table_140725-7219.jpg?_wi=1", imageAlt: "gourmet burger and pizza table setting", }, { @@ -94,7 +94,7 @@ export default function LandingPage() { handle: "@tom_burger", testimonial: "Friendly staff, amazing vibe, and the best burger in town.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food_23-2149009618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food_23-2149009618.jpg?_wi=1", imageAlt: "gourmet burger and pizza table setting", }, ]} @@ -108,7 +108,7 @@ export default function LandingPage() { href: "#contact", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/going-out-concept-with-man-night_23-2148140718.jpg" + imageSrc="http://img.b2bpic.net/free-photo/going-out-concept-with-man-night_23-2148140718.jpg?_wi=2" imageAlt="Gourmet burger and pizza presentation" avatars={[ { @@ -172,19 +172,19 @@ export default function LandingPage() { id: "p1", name: "Classic Cheeseburger", price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-sauce-pickled-cucumber-served-restaurant-with-beer_141793-1856.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-sauce-pickled-cucumber-served-restaurant-with-beer_141793-1856.jpg?_wi=2", }, { id: "p2", name: "Pepperoni Delight Pizza", price: "$18.00", - imageSrc: "http://img.b2bpic.net/free-photo/cheese-burger-with-french-fries-table_140725-7219.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/cheese-burger-with-french-fries-table_140725-7219.jpg?_wi=2", }, { id: "p3", name: "Misha Special Burger", price: "$15.00", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food_23-2149009618.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-enjoying-some-street-food_23-2149009618.jpg?_wi=2", }, { id: "p4", -- 2.49.1