Update src/app/page.tsx

This commit is contained in:
2026-03-25 10:42:22 +00:00
parent 1615b10141
commit 596a516bc4

View File

@@ -78,13 +78,13 @@ export default function HomePage() {
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-with-meat-vegetables-isolated-white-background_123827-19931.jpg", imageAlt: "Authentic Mexican Tacos"
imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-with-meat-vegetables-isolated-white-background_123827-19931.jpg?_wi=2", imageAlt: "Authentic Mexican Tacos"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg", imageAlt: "Sizzling Fajitas"
imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=2", imageAlt: "Sizzling Fajitas"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/mint-milkshake-mint-lime-side-view_141793-2807.jpg", imageAlt: "Refreshing Margarita"
imageSrc: "http://img.b2bpic.net/free-photo/mint-milkshake-mint-lime-side-view_141793-2807.jpg?_wi=2", imageAlt: "Refreshing Margarita"
},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-view-delicious-thanksgiving-meal_23-2148629558.jpg", imageAlt: "Inviting Restaurant Interior"
@@ -100,13 +100,13 @@ export default function HomePage() {
description="Discover the fan favorites that keep our customers coming back for more authentic Mexican flavors."
products={[
{
id: "popular-tacos", name: "Street Tacos", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-with-meat-vegetables-isolated-white-background_123827-19931.jpg", imageAlt: "Delicious street tacos"
id: "popular-tacos", name: "Street Tacos", price: "$10.99", imageSrc: "http://img.b2bpic.net/free-photo/traditional-mexican-tacos-with-meat-vegetables-isolated-white-background_123827-19931.jpg?_wi=3", imageAlt: "Delicious street tacos"
},
{
id: "popular-fajitas", name: "Sizzling Fajitas", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg", imageAlt: "Sizzling chicken and beef fajitas"
id: "popular-fajitas", name: "Sizzling Fajitas", price: "$15.99", imageSrc: "http://img.b2bpic.net/free-photo/tacos-placed-desk-near-vegetables_23-2148181609.jpg?_wi=3", imageAlt: "Sizzling chicken and beef fajitas"
},
{
id: "popular-margarita", name: "Classic Margarita", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/mint-milkshake-mint-lime-side-view_141793-2807.jpg", imageAlt: "Refreshing classic margarita"
id: "popular-margarita", name: "Classic Margarita", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/mint-milkshake-mint-lime-side-view_141793-2807.jpg?_wi=3", imageAlt: "Refreshing classic margarita"
}
]}
gridVariant="three-columns-all-equal-width"
@@ -123,15 +123,15 @@ export default function HomePage() {
features={[
{
id: 1,
title: "Taco Tuesday!", description: "Every Tuesday, enjoy our delicious street tacos at a special discounted price. Perfect for family dinners or a quick bite!", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-delicious-taco_23-2151048001.jpg", imageAlt: "Taco Tuesday special offer"
title: "Taco Tuesday!", description: "Every Tuesday, enjoy our delicious street tacos at a special discounted price. Perfect for family dinners or a quick bite!", imageSrc: "http://img.b2bpic.net/free-photo/hand-holding-delicious-taco_23-2151048001.jpg?_wi=2", imageAlt: "Taco Tuesday special offer"
},
{
id: 2,
title: "Combo Meals", description: "Choose from a variety of satisfying combo meals, ranging from $10-$20. Get more for less, complete with sides and a drink.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-assortment_23-2149182251.jpg", imageAlt: "Restaurant combo meal deal"
title: "Combo Meals", description: "Choose from a variety of satisfying combo meals, ranging from $10-$20. Get more for less, complete with sides and a drink.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-food-assortment_23-2149182251.jpg?_wi=2", imageAlt: "Restaurant combo meal deal"
},
{
id: 3,
title: "Limited-Time Discounts", description: "Keep an eye out for our exclusive limited-time discounts on select menu items. Don't miss out on these fantastic savings!", imageSrc: "http://img.b2bpic.net/free-psd/bbq-poster-template_23-2148598260.jpg", imageAlt: "Limited time discount banner"
title: "Limited-Time Discounts", description: "Keep an eye out for our exclusive limited-time discounts on select menu items. Don't miss out on these fantastic savings!", imageSrc: "http://img.b2bpic.net/free-psd/bbq-poster-template_23-2148598260.jpg?_wi=2", imageAlt: "Limited time discount banner"
}
]}
animationType="slide-up"
@@ -155,7 +155,7 @@ export default function HomePage() {
title: "Traditional Recipes", description: "Time-honored culinary traditions ensuring an authentic Mexican experience.", icon: Book
}
]}
imageSrc="http://img.b2bpic.net/free-photo/tom-yum-spices-that-are-placed-brown-wood-cutting-board-have-dark-brown-wood_1150-17182.jpg"
imageSrc="http://img.b2bpic.net/free-photo/tom-yum-spices-that-are-placed-brown-wood-cutting-board-have-dark-brown-wood_1150-17182.jpg?_wi=2"
imageAlt="Fresh Mexican ingredients on a wooden table"
mediaAnimation="slide-up"
textboxLayout="default"