Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-04-15 14:13:04 +00:00

View File

@@ -113,22 +113,22 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1", name: "Signature Shawarma", price: "₦1,500", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=1"
id: "p1", name: "Signature Shawarma", price: "₦1,500", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-eating-fried-fish-with-mashed-potatoes-vegetables-plate_141793-12535.jpg?_wi=1", priceButtonProps: { text: "Order" }
},
{
id: "p2", name: "Grilled Chicken Platter", price: "₦3,500", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-kebab_23-2148773544.jpg?_wi=1"
id: "p2", name: "Grilled Chicken Platter", price: "₦3,500", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-holding-kebab_23-2148773544.jpg?_wi=1", priceButtonProps: { text: "Order" }
},
{
id: "p3", name: "Refreshing Mocktail", price: "₦1,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-picking-wine-glass-filled-with-delicious-natural-herbal-tea-liquor_181624-26134.jpg?_wi=1"
id: "p3", name: "Refreshing Mocktail", price: "₦1,000", imageSrc: "http://img.b2bpic.net/free-photo/woman-s-hand-picking-wine-glass-filled-with-delicious-natural-herbal-tea-liquor_181624-26134.jpg?_wi=1", priceButtonProps: { text: "Order" }
},
{
id: "p4", name: "Spiced Chips Basket", price: "₦800", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-tomato-lettuce-served-with-french-fries_114579-2977.jpg"
id: "p4", name: "Spiced Chips Basket", price: "₦800", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-meat-tomato-lettuce-served-with-french-fries_114579-2977.jpg", priceButtonProps: { text: "Order" }
},
{
id: "p5", name: "Assorted Appetizer Tray", price: "₦2,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-chocolate-cake-with-chocolate-chips-grey-surface_140725-115540.jpg"
id: "p5", name: "Assorted Appetizer Tray", price: "₦2,000", imageSrc: "http://img.b2bpic.net/free-photo/top-view-yummy-chocolate-cake-with-chocolate-chips-grey-surface_140725-115540.jpg", priceButtonProps: { text: "Order" }
},
{
id: "p6", name: "Emmy's Special Grill", price: "₦4,500", imageSrc: "http://img.b2bpic.net/free-photo/fruits-glass_1203-3510.jpg"
id: "p6", name: "Emmy's Special Grill", price: "₦4,500", imageSrc: "http://img.b2bpic.net/free-photo/fruits-glass_1203-3510.jpg", priceButtonProps: { text: "Order" }
}
]}
title="Signature Menu Selection"