2 Commits

Author SHA1 Message Date
eb8bf4ae60 Update src/app/page.tsx 2026-05-12 17:32:58 +00:00
0467664eb7 Merge version_2 into main
Merge version_2 into main
2026-05-12 17:31:52 +00:00

View File

@@ -87,17 +87,17 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
products={[ products={[
{ {
id: "p1", name: "Mexican Burger", price: "450 MZN", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-blue-background_23-2148258368.jpg"}, id: "p1", name: "Mexican Burger", price: "450 MZN", variant: "Spicy", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-black-bun-blue-background_23-2148258368.jpg", onProductClick: () => window.location.href = '#contact'},
{ {
id: "p2", name: "Beef Burrito", price: "350 MZN", variant: "Large", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-mexican-food-with-nachos_23-2148614408.jpg"}, id: "p2", name: "Beef Burrito", price: "350 MZN", variant: "Large", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-mexican-food-with-nachos_23-2148614408.jpg", onProductClick: () => window.location.href = '#contact'},
{ {
id: "p3", name: "Buffalo Wings", price: "300 MZN", variant: "6 Pieces", imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-isolated-white-background_123827-29084.jpg"}, id: "p3", name: "Buffalo Wings", price: "300 MZN", variant: "6 Pieces", imageSrc: "http://img.b2bpic.net/free-photo/buffalo-spicy-chicken-wings-with-cayenne-pepper-sauce-isolated-white-background_123827-29084.jpg", onProductClick: () => window.location.href = '#contact'},
{ {
id: "p4", name: "Cheesy Nachos", price: "250 MZN", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-tortilla-chips-with-black-beans-guacamole-tomato-jalapeno-wooden-table_123827-20358.jpg"}, id: "p4", name: "Cheesy Nachos", price: "250 MZN", variant: "Snack", imageSrc: "http://img.b2bpic.net/free-photo/mexican-nachos-tortilla-chips-with-black-beans-guacamole-tomato-jalapeno-wooden-table_123827-20358.jpg", onProductClick: () => window.location.href = '#contact'},
{ {
id: "p5", name: "Crispy Fries", price: "150 MZN", variant: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13080.jpg"}, id: "p5", name: "Crispy Fries", price: "150 MZN", variant: "Regular", imageSrc: "http://img.b2bpic.net/free-photo/tasty-restaurant-appetizers-big-company-including-goldy-chicken-nuggets-fried-potatoes-green-salad-leaves-fresh-cucumbers-standing-white-table-looking-delicious-mouthwatering_132075-13080.jpg", onProductClick: () => window.location.href = '#contact'},
{ {
id: "p6", name: "Ultimate Combo", price: "650 MZN", variant: "Full Meal", imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-vegetables-plate-cafe_169016-39450.jpg"}, id: "p6", name: "Ultimate Combo", price: "650 MZN", variant: "Full Meal", imageSrc: "http://img.b2bpic.net/free-photo/chicken-with-vegetables-plate-cafe_169016-39450.jpg", onProductClick: () => window.location.href = '#contact'},
]} ]}
title="Popular Menu Items" title="Popular Menu Items"
description="Our signature dishes that keep Maputo craving for more." description="Our signature dishes that keep Maputo craving for more."