From a552573c9293a159a0ab71c40432f1795103756b Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 20:28:07 +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 b348f9a..05f8b12 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,7 +49,7 @@ export default function LandingPage() { ]} enableKpiAnimation={true} buttons={[{ text: "Reserve Now", href: "#contact" }]} - imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg?_wi=1" mediaAnimation="slide-up" /> @@ -109,7 +109,7 @@ export default function LandingPage() { { name: "date", type: "date", placeholder: "Date", required: true }, ]} textarea={{ name: "message", placeholder: "Special Requests or Party Size" }} - imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg" + imageSrc="http://img.b2bpic.net/free-photo/dining-table-with-chairs-tableware_140725-7823.jpg?_wi=2" useInvertedBackground={false} /> -- 2.49.1