From e1fb9739468a17b82e517e322facd9b70b5b9af4 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 01:58:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d75ad64..4102566 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -77,11 +77,11 @@ export default function LandingPage() { imageAlt: "Signature appetizer", }, { - imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-man-hands_140725-2356.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-man-hands_140725-2356.jpg?_wi=1", imageAlt: "Family heritage interior", }, { - imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg?_wi=1", imageAlt: "Party platter display", }, { @@ -104,7 +104,7 @@ export default function LandingPage() { description="What began as a small café with home-cooked meals has grown into one of New Bedford's most beloved dining institutions." subdescription="The Ferreira family continues the tradition, serving soulful dishes like Shrimp Mozambique and Steak Manny Branco." icon={Award} - imageSrc="http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-man-hands_140725-2356.jpg" + imageSrc="http://img.b2bpic.net/free-photo/caesar-salad-with-chicken-man-hands_140725-2356.jpg?_wi=2" imageAlt="Cafe Mimo family heritage" mediaAnimation="slide-up" /> @@ -163,19 +163,19 @@ export default function LandingPage() { id: "p1", name: "Shrimp Mozambique", price: "$79 - $139", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg?_wi=2", }, { id: "p2", name: "Pork Alentejana", price: "$65 - $125", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg?_wi=3", }, { id: "p3", name: "Chicken Wings", price: "$59 - $99", - imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/delicious-festive-buffet-with-canapes-different-delicious-meals_78826-2228.jpg?_wi=4", }, ]} title="Party Platters" -- 2.49.1