From cbcc9f8365efa304cf727b0c4e1093510ec18d34 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 19 Mar 2026 00:27:54 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2139d5b..f2d6edc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -92,7 +92,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "ribs-wings", name: "Ribs & Wings Plate", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-plate-with-beer-salad_23-2148754934.jpg", imageAlt: "BBQ Ribs and Wings Plate" + id: "ribs-wings", name: "Ribs & Wings Plate", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-plate-with-beer-salad_23-2148754934.jpg?_wi=1", imageAlt: "BBQ Ribs and Wings Plate" }, { id: "cornish-hen", name: "Smoked Cornish Hen", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/christmas-turkey-white-modern-kitchen_123827-36448.jpg", imageAlt: "Smoked Cornish Hen" @@ -101,7 +101,7 @@ export default function LandingPage() { id: "sausage", name: "Smoked Sausage", price: "$11.99", imageSrc: "http://img.b2bpic.net/free-photo/slices-smoked-sausages-board_23-2147930123.jpg", imageAlt: "Smoked Sausage" }, { - id: "spaghetti", name: "BBQ Spaghetti", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-plate-with-beer-salad_23-2148754934.jpg", imageAlt: "BBQ Spaghetti" + id: "spaghetti", name: "BBQ Spaghetti", price: "$9.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-steak-plate-with-beer-salad_23-2148754934.jpg?_wi=2", imageAlt: "BBQ Spaghetti" }, { id: "banana-pudding", name: "Banana Pudding", price: "$4.99", imageSrc: "http://img.b2bpic.net/free-photo/plates-with-different-fresh-cheese-table_23-2148037620.jpg", imageAlt: "Homemade Banana Pudding" -- 2.49.1