From de3d899cc286bbb61238900eb1868f078cc18dd7 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 08:27:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index db421ac..f76f2b6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -81,7 +81,7 @@ export default function LandingPage() { useInvertedBackground={false} products={[ { id: "p1", name: "Smoked Chicken Mayo Tramezzini", price: "R85", imageSrc: "http://img.b2bpic.net/free-photo/restaurant-healthy-food-delivery-take-away-boxes_231208-7728.jpg?_wi=1" }, - { id: "p2", name: "Bacon & Egg Ciabatta", price: "R95", imageSrc: "http://img.b2bpic.net/free-photo/front-view-toast-with-vegetables-arugula-cheese-tray_141793-2846.jpg" }, + { id: "p2", name: "Bacon & Egg Ciabatta", price: "R95", imageSrc: "http://img.b2bpic.net/front-view-toast-with-vegetables-arugula-cheese-tray_141793-2846.jpg" }, { id: "p3", name: "Cream Cheese & Pesto Croissant", price: "R65", imageSrc: "http://img.b2bpic.net/spinach-croissant_1339-2913.jpg" }, { id: "p4", name: "Signature Carrot Cake", price: "R55", imageSrc: "http://img.b2bpic.net/free-photo/cup-hot-chocolate-book-cinnamons-gray-background-high-quality-photo_114579-68982.jpg" }, { id: "p5", name: "Hazelnut Specialty Coffee", price: "R50", imageSrc: "http://img.b2bpic.net/free-photo/black-bearded-coffee-seller-pouring-coffee-shop_613910-443.jpg" }, -- 2.49.1