From 27c8e58724e55e0db304ea9bedc1e0049581292d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 01:34:17 +0000 Subject: [PATCH 1/2] Update src/app/introduction/page.tsx --- src/app/introduction/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/introduction/page.tsx b/src/app/introduction/page.tsx index fd9df33..1fd7aeb 100644 --- a/src/app/introduction/page.tsx +++ b/src/app/introduction/page.tsx @@ -99,7 +99,7 @@ export default function IntroductionPage() { text: "📍 Get Directions", href: "https://maps.google.com"}, ]} background={{ variant: "radial-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg?_wi=1" imageAlt="Seven Brothers Burgers welcoming interior with happy diners" mediaAnimation="slide-up" buttonAnimation="slide-up" -- 2.49.1 From cf9d82d377182826b9e5ef605590573a57f1e901 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Mar 2026 01:34:18 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b9b7e69..5743792 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -99,7 +99,7 @@ export default function HomePage() { text: "📍 Get Directions", href: "https://maps.google.com"}, ]} background={{ variant: "radial-gradient" }} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-thanksgiving-meal-concept_23-2148629584.jpg?_wi=2" imageAlt="Welcoming restaurant interior with happy diners" mediaAnimation="slide-up" buttonAnimation="slide-up" -- 2.49.1