From e5c2c57c21b9e6f21c0929963604ec663bddb357 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:18:26 +0000 Subject: [PATCH 1/2] Update src/app/menu/page.tsx --- src/app/menu/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/menu/page.tsx b/src/app/menu/page.tsx index 48a310a..0989abc 100644 --- a/src/app/menu/page.tsx +++ b/src/app/menu/page.tsx @@ -173,7 +173,7 @@ export default function MenuPage() { { title: "Made to Order", description: "Nothing is pre-prepared. Every dish is cooked fresh when you order it, ensuring peak flavor and quality.", icon: Sparkles }, { title: "Dietary Accommodations", description: "Whether you're vegetarian, vegan, or have allergies, our staff will help you find the perfect dish that suits your needs.", icon: ChefHat }, ]} - imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg" + imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=2" imageAlt="Our commitment to quality and authentic cuisine at Front Street Café" mediaAnimation="slide-up" imagePosition="left" -- 2.49.1 From 73bb43f9f93a202525e147ea272b1c95b0ebab82 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 23:18:26 +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 034d870..95da10f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -127,7 +127,7 @@ export default function HomePage() { { title: "Community First", description: "We're proud to be part of Port Jervis. Supporting local and building lasting relationships with our neighbors is at our core.", icon: Users }, { title: "Friendly Service", description: "Our staff is passionate about making your dining experience memorable and welcoming every time you visit.", icon: Smile }, ]} - imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg" + imageSrc="http://img.b2bpic.net/free-photo/burning-candle-table_140725-8115.jpg?_wi=1" imageAlt="Warm and inviting restaurant interior at Front Street Café" mediaAnimation="slide-up" imagePosition="right" -- 2.49.1