diff --git a/src/app/page.tsx b/src/app/page.tsx index 88a3d2b..ee11005 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -96,7 +96,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, @@ -138,7 +138,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"}, ]} />