From 4ad1973807515ed61cb4d60432708141a482a780 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 04:03:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c8173f..7f028ce 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -60,7 +60,7 @@ export default function LandingPage() { { imageSrc: "http://img.b2bpic.net/free-photo/couple-sitting-rooftop-enjoying-time-together_23-2147891229.jpg", imageAlt: "restaurant garden setting evening atmosphere"}, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-playing-with-kid_23-2149001392.jpg", imageAlt: "restaurant garden setting evening atmosphere"}, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-family-playing-with-kid_23-2149001392.jpg?_wi=1", imageAlt: "restaurant garden setting evening atmosphere"}, ]} mediaAnimation="slide-up" rating={5} @@ -133,7 +133,7 @@ export default function LandingPage() { textarea={{ name: "message", placeholder: "Number of guests, date, time..."}} buttonText="Reserve Now" - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-family-playing-with-kid_23-2149001392.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-family-playing-with-kid_23-2149001392.jpg?_wi=2" /> -- 2.49.1