Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-07 03:08:47 +00:00

View File

@@ -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"
},
]}
/>