From e8ac5c4ea883ec86d01da8d7176215fc1d0a60e0 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 04:07:47 +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 ec58800..ed9f73b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -80,7 +80,7 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "steak-pie", name: "Steak Pie", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pies-sliced-with-red-berries_140725-85292.jpg", imageAlt: "Traditional steak pie" + id: "steak-pie", name: "Steak Pie", price: "$7.00", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pies-sliced-with-red-berries_140725-85292.jpg?_wi=1", imageAlt: "Traditional steak pie" }, { id: "coffee", name: "Café Latte", price: "$5.50", imageSrc: "http://img.b2bpic.net/free-photo/cup-delicious-coffee_23-2148093800.jpg", imageAlt: "Café Latte with pastry" @@ -89,7 +89,7 @@ export default function LandingPage() { id: "sandwich", name: "Meat & Salad Sandwich", price: "$8.80", imageSrc: "http://img.b2bpic.net/free-photo/sliced-bread-with-cheese-sausages-inside_140725-6336.jpg", imageAlt: "Fresh meat and salad sandwich" }, { - id: "sausage-roll", name: "Sausage Roll", price: "$4.90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pies-sliced-with-red-berries_140725-85292.jpg", imageAlt: "Golden sausage roll" + id: "sausage-roll", name: "Sausage Roll", price: "$4.90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-pies-sliced-with-red-berries_140725-85292.jpg?_wi=2", imageAlt: "Golden sausage roll" } ]} gridVariant="three-columns-all-equal-width" -- 2.49.1