From 9c2335d2a492079d003f51ca3286af01768c1dc9 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 00:52:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c593548..7c80ede 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { ]} mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312220.jpg", imageAlt: "Restaurant ambiance"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312220.jpg?_wi=1", imageAlt: "Restaurant ambiance"}, { imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-fruity-cakes-with-cookies-cup-tea-dark_140725-104711.jpg", imageAlt: "Breakfast plate"}, { @@ -85,7 +85,7 @@ export default function LandingPage() { { title: "Traditional Recipes", description: "Authentic methods passed down through years of kitchen excellence."}, ]} - imageSrc="http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg" + imageSrc="http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg?_wi=1" /> @@ -152,11 +152,11 @@ export default function LandingPage() { { id: "f2", title: "Kid Friendly", descriptions: [ "Special menus and activities for our younger guests."], - imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312220.jpg", imageAlt: "gourmet burger and fries plate"}, + imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312220.jpg?_wi=2", imageAlt: "gourmet burger and fries plate"}, { id: "f3", title: "Catering Services", descriptions: [ "Bring the taste of Bob Evan’s to your special events."], - imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg", imageAlt: "gourmet burger and fries plate"}, + imageSrc: "http://img.b2bpic.net/free-photo/man-preparing-salad-with-fresh-vegetables-wooden-table-cooking-tasty-healthy-food-black-background-vegetarian-food-healthy-cooking-concept-close-up_639032-431.jpg?_wi=2", imageAlt: "gourmet burger and fries plate"}, ]} title="Why Choose Us" description="We stand for community and quality, ensuring every visit is memorable." -- 2.49.1