From d7b0fd0b7795747a09f08eae7d4038638d86fe95 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:13:00 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b93e75d..bec125b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" -- 2.49.1