Update src/app/page.tsx
This commit is contained in:
@@ -136,17 +136,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1", name: "Jollof Rice", price: "₦2,500", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-spices-vegetables-glasses-water-white-background-top-view_185193-162380.jpg?_wi=2"},
|
||||
id: "p1", name: "Jollof Rice", price: "₦2,500", imageSrc: "http://img.b2bpic.net/free-photo/pilaf-spices-vegetables-glasses-water-white-background-top-view_185193-162380.jpg?_wi=2", onProductClick: () => alert("Ordering Jollof Rice")},
|
||||
{
|
||||
id: "p2", name: "Egusi & Pounded Yam", price: "₦3,500", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-with-vegetables-tomato-sauce_1220-7420.jpg"},
|
||||
id: "p2", name: "Egusi & Pounded Yam", price: "₦3,500", imageSrc: "http://img.b2bpic.net/free-photo/meatballs-with-vegetables-tomato-sauce_1220-7420.jpg", onProductClick: () => alert("Ordering Egusi & Pounded Yam")},
|
||||
{
|
||||
id: "p3", name: "Fried Plantain", price: "₦1,000", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062782.jpg"},
|
||||
id: "p3", name: "Fried Plantain", price: "₦1,000", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain_23-2151062782.jpg", onProductClick: () => alert("Ordering Fried Plantain")},
|
||||
{
|
||||
id: "p4", name: "Moi Moi", price: "₦800", imageSrc: "http://img.b2bpic.net/free-photo/still-life-sweet-tang-yuan-composition_23-2149149063.jpg"},
|
||||
id: "p4", name: "Moi Moi", price: "₦800", imageSrc: "http://img.b2bpic.net/free-photo/still-life-sweet-tang-yuan-composition_23-2149149063.jpg", onProductClick: () => alert("Ordering Moi Moi")},
|
||||
{
|
||||
id: "p5", name: "Peppered Meat", price: "₦1,500", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-neck-white-plate-wooden-table_1150-21267.jpg"},
|
||||
id: "p5", name: "Peppered Meat", price: "₦1,500", imageSrc: "http://img.b2bpic.net/free-photo/grilled-pork-neck-white-plate-wooden-table_1150-21267.jpg", onProductClick: () => alert("Ordering Peppered Meat")},
|
||||
{
|
||||
id: "p6", name: "Fish Pepper Soup", price: "₦2,800", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-beans-soup-with-chilli_23-2148660373.jpg"},
|
||||
id: "p6", name: "Fish Pepper Soup", price: "₦2,800", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-white-beans-soup-with-chilli_23-2148660373.jpg", onProductClick: () => alert("Ordering Fish Pepper Soup")},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Delicious, traditional dishes waiting for you."
|
||||
|
||||
Reference in New Issue
Block a user