From 68768e02e62b166ff5e5f87577b078f44f9a853e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 01:59:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0de37c7..657856b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,9 +96,9 @@ export default function LandingPage() { gridVariant="two-columns-alternating-heights" useInvertedBackground={false} products={[ - { 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" }, - { 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" }, - { 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" }, + { 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?_wi=1" }, + { 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?_wi=2" }, + { 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?_wi=3" }, ]} title="Party Platters" description="Order ahead for your celebrations. Full and half trays available." -- 2.49.1