Update src/app/page.tsx

This commit is contained in:
2026-03-08 04:20:35 +00:00
parent 389951b76f
commit 1224ffe82b

View File

@@ -56,7 +56,7 @@ export default function HomePage() {
description="Experience premium fine dining with locally sourced ingredients, creative dishes, and an atmosphere perfect for unforgettable moments"
tag="Latino-Owned Excellence"
background={{ variant: "canvas-reveal" }}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-fish-meal_23-2148494083.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-delicious-fish-meal_23-2148494083.jpg?_wi=1"
imageAlt="Signature dish at The Great Debate"
buttons={[
{
@@ -102,16 +102,16 @@ export default function HomePage() {
tag="Featured Menu Items"
products={[
{
id: "1", name: "Charred Steak Tacos", price: "$22", variant: "Served with cilantro lime sauce", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-95997.jpg", imageAlt: "Charred steak tacos"
id: "1", name: "Charred Steak Tacos", price: "$22", variant: "Served with cilantro lime sauce", imageSrc: "http://img.b2bpic.net/free-photo/homemade-chicken-tacos-food-recipe-idea_53876-95997.jpg?_wi=1", imageAlt: "Charred steak tacos"
},
{
id: "2", name: "Pan-Seared Mahi Mahi", price: "$28", variant: "With tropical mango salsa", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-narsharab-sauce_140725-4677.jpg", imageAlt: "Pan-seared mahi mahi"
id: "2", name: "Pan-Seared Mahi Mahi", price: "$28", variant: "With tropical mango salsa", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-narsharab-sauce_140725-4677.jpg?_wi=1", imageAlt: "Pan-seared mahi mahi"
},
{
id: "3", name: "BBQ Pork Sandwich", price: "$18", variant: "Slow-roasted with house sauce", imageSrc: "http://img.b2bpic.net/free-photo/top-view-liver-pate-with-onion-bread_141793-4065.jpg", imageAlt: "BBQ pork sandwich"
id: "3", name: "BBQ Pork Sandwich", price: "$18", variant: "Slow-roasted with house sauce", imageSrc: "http://img.b2bpic.net/free-photo/top-view-liver-pate-with-onion-bread_141793-4065.jpg?_wi=1", imageAlt: "BBQ pork sandwich"
},
{
id: "4", name: "Chocolate Mousse Dessert", price: "$12", variant: "With berry compote", imageSrc: "http://img.b2bpic.net/free-photo/front-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface-sweet-dessert-nougat-nut-cake-biscuit_140725-53318.jpg", imageAlt: "Chocolate mousse dessert"
id: "4", name: "Chocolate Mousse Dessert", price: "$12", variant: "With berry compote", imageSrc: "http://img.b2bpic.net/free-photo/front-view-red-nougat-sliced-with-nuts-fresh-red-strawberries-white-surface-sweet-dessert-nougat-nut-cake-biscuit_140725-53318.jpg?_wi=1", imageAlt: "Chocolate mousse dessert"
}
]}
gridVariant="uniform-all-items-equal"