From cc2c59298f3017d9c606928b5804e840e982ef6f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 7 Apr 2026 20:21:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 72560f8..4ff02e2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { handle: "@khayelitsha", testimonial: "The perfect place to relax and meet friends in the neighborhood.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/round-table-arrangement-restaurant_23-2147936225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/round-table-arrangement-restaurant_23-2147936225.jpg?_wi=1", imageAlt: "warm cozy tavern interior wood", }, { @@ -68,7 +68,7 @@ export default function LandingPage() { handle: "@local", testimonial: "Always open, always friendly service. Love this spot!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-citizens-walking-street-with-phones_74855-5066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-citizens-walking-street-with-phones_74855-5066.jpg?_wi=1", imageAlt: "tavern storefront exterior local", }, { @@ -76,7 +76,7 @@ export default function LandingPage() { handle: "@regular", testimonial: "Great atmosphere and consistently good vibes every day.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/round-table-arrangement-restaurant_23-2147936225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/round-table-arrangement-restaurant_23-2147936225.jpg?_wi=2", imageAlt: "warm cozy tavern interior wood", }, { @@ -84,7 +84,7 @@ export default function LandingPage() { handle: "@visitor", testimonial: "Best tavern in Khayelitsha for a quick drink.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-citizens-walking-street-with-phones_74855-5066.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-citizens-walking-street-with-phones_74855-5066.jpg?_wi=2", imageAlt: "tavern storefront exterior local", }, { @@ -92,11 +92,11 @@ export default function LandingPage() { handle: "@patron", testimonial: "Friendly staff, great location, highly recommend.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/round-table-arrangement-restaurant_23-2147936225.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/round-table-arrangement-restaurant_23-2147936225.jpg?_wi=3", imageAlt: "warm cozy tavern interior wood", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/round-table-arrangement-restaurant_23-2147936225.jpg" + imageSrc="http://img.b2bpic.net/free-photo/round-table-arrangement-restaurant_23-2147936225.jpg?_wi=4" avatars={[ { src: "http://img.b2bpic.net/free-photo/round-table-arrangement-restaurant_23-2147936225.jpg", -- 2.49.1