From 56791df483ad4a42e8d48614942f85d8d1d296da Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 01:44:31 +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 4652e0c..bd533b1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,7 @@ export default function LandingPage() { handle: "@alex_eats", testimonial: "The best dining experience I've had in Bang Saen. Everything was perfect.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3439.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3439.jpg?_wi=1", imageAlt: "restaurant atmosphere dining table", }, { @@ -78,7 +78,7 @@ export default function LandingPage() { handle: "@travel_david", testimonial: "Amazing hospitality and delicious variety. Will be back.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/chef-squeezing-sauce-salad_23-2148516912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-squeezing-sauce-salad_23-2148516912.jpg?_wi=1", imageAlt: "restaurant atmosphere dining table", }, { @@ -86,7 +86,7 @@ export default function LandingPage() { handle: "@linda_food", testimonial: "The signature dishes are creative and super tasty.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/side-view-bartender-preparing-drink_23-2150494243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-bartender-preparing-drink_23-2150494243.jpg?_wi=1", imageAlt: "restaurant atmosphere dining table", }, { @@ -94,11 +94,11 @@ export default function LandingPage() { handle: "@mark_eats", testimonial: "Incredible service and a lovely atmosphere to enjoy with friends.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3440.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3440.jpg?_wi=1", imageAlt: "restaurant atmosphere dining table", }, ]} - imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3439.jpg" + imageSrc="http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3439.jpg?_wi=2" imageAlt="Restaurant ambiance" avatars={[ { @@ -155,7 +155,7 @@ export default function LandingPage() { "Fresh", "Organic", ], - imageSrc: "http://img.b2bpic.net/free-photo/chef-squeezing-sauce-salad_23-2148516912.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/chef-squeezing-sauce-salad_23-2148516912.jpg?_wi=2", }, { id: "2", @@ -164,7 +164,7 @@ export default function LandingPage() { "Mixology", "Unique", ], - imageSrc: "http://img.b2bpic.net/free-photo/side-view-bartender-preparing-drink_23-2150494243.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/side-view-bartender-preparing-drink_23-2150494243.jpg?_wi=2", }, { id: "3", @@ -173,7 +173,7 @@ export default function LandingPage() { "Cozy", "Modern", ], - imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3440.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3440.jpg?_wi=2", }, ]} title="Why Choose Us?" -- 2.49.1