From 0d4211c14f3b9f1892895957c1da04446f4468a6 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 11 May 2026 08:26:26 +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 b74823b..db421ac 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -82,7 +82,7 @@ export default function LandingPage() { 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: "p3", name: "Cream Cheese & Pesto Croissant", price: "R65", imageSrc: "http://img.b2bpic.net/free-photo/spinach-croissant_1339-2913.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" }, { id: "p6", name: "Indulgent Hot Chocolate", price: "R60", imageSrc: "http://img.b2bpic.net/free-photo/carrot-cake-slice-with-cream-cheese-frosting_123827-37136.jpg" },