From 953e3ba0e9efec8a929303dcb18d00e101e49cd5 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 03:08:43 +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 1fd403d..6a578f9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -103,7 +103,7 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Griot & Meat Sauce", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-fillet-with-sauce-rice-garnish-tray_141793-3632.jpg", imageAlt: "Crispy Griot with signature Caribbean meat sauce", initialQuantity: 1, + id: "1", name: "Griot & Meat Sauce", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-fillet-with-sauce-rice-garnish-tray_141793-3632.jpg?_wi=1", imageAlt: "Crispy Griot with signature Caribbean meat sauce", initialQuantity: 1, }, { id: "2", name: "Braised Beef Special", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-delicious-goulash-olive-oil_23-2149388120.jpg", imageAlt: "Tender slow-cooked braised beef with Caribbean spices", initialQuantity: 1, @@ -147,7 +147,7 @@ export default function LandingPage() { id: "2", title: "Cocktails & Good Vibes", description: "Crafted drinks and a vibrant bar scene. Perfect for unwinding after work or celebrating with friends.", tag: "Bar", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-bartender-preparing-drink_23-2150494228.jpg", imageAlt: "Elegant cocktails and bar setup" }, { - id: "3", title: "Generous Portions", description: "Food made with love and served with pride. Our portions reflect our commitment to excellence and customer satisfaction.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-fillet-with-sauce-rice-garnish-tray_141793-3632.jpg", imageAlt: "Generously plated Caribbean dish" + id: "3", title: "Generous Portions", description: "Food made with love and served with pride. Our portions reflect our commitment to excellence and customer satisfaction.", tag: "Quality", imageSrc: "http://img.b2bpic.net/free-photo/side-view-grilled-chicken-fillet-with-sauce-rice-garnish-tray_141793-3632.jpg?_wi=2", imageAlt: "Generously plated Caribbean dish" }, ]} /> -- 2.49.1