From 3849422f6c04fa468aa47e57d22ed9c62ad5a47e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 22 Mar 2026 01:32:42 +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 9b60806..6c8e0dd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { text: "Explore Menu", href: "#menu" } ]} buttonAnimation="blur-reveal" - imageSrc="http://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg?_wi=1" imageAlt="Elegant dining ambiance at Turtle Rock Restaurant" mediaAnimation="slide-up" /> @@ -87,7 +87,7 @@ export default function LandingPage() { }, { id: "reservations", title: "Easy Reservations", tags: ["Groups", "Solo Diners"], - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg", imageAlt: "Welcoming dining environment for all guests" + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-decorated-table-with-pine-leaf_8353-10194.jpg?_wi=2", imageAlt: "Welcoming dining environment for all guests" } ]} animationType="slide-up" -- 2.49.1