From e34e375dec750ff88b71f741b1e3da8d2a345d1f Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 14 Mar 2026 14:05:03 +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 4dfe6f2..3607f59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -130,11 +130,11 @@ export default function HomePage() { tagAnimation="opacity" products={[ { - id: "smash-classic", name: "The Classic Smash", price: "R85", imageSrc: "http://img.b2bpic.net/free-photo/big-hamburger_53876-31076.jpg", imageAlt: "Classic smash burger with cheese and tomato"}, + id: "smash-classic", name: "The Classic Smash", price: "R85", imageSrc: "http://img.b2bpic.net/free-photo/big-hamburger_53876-31076.jpg?_wi=1", imageAlt: "Classic smash burger with cheese and tomato"}, { - id: "loaded-fries-deluxe", name: "Loaded Fries Deluxe", price: "R65", imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535321.jpg", imageAlt: "Loaded fries with cheese, bacon, and herbs"}, + id: "loaded-fries-deluxe", name: "Loaded Fries Deluxe", price: "R65", imageSrc: "http://img.b2bpic.net/free-photo/delicious-street-food-still-life_23-2151535321.jpg?_wi=1", imageAlt: "Loaded fries with cheese, bacon, and herbs"}, { - id: "fresh-bakery", name: "Fresh Bakery Selection", price: "R35", imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011524.jpg", imageAlt: "Fresh baked croissants and artisanal bread"}, + id: "fresh-bakery", name: "Fresh Bakery Selection", price: "R35", imageSrc: "http://img.b2bpic.net/free-photo/bakery_23-2148011524.jpg?_wi=1", imageAlt: "Fresh baked croissants and artisanal bread"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up"