Update src/app/page.tsx

This commit is contained in:
2026-03-30 05:18:24 +00:00
parent 168b65963b
commit dec8308689

View File

@@ -55,7 +55,7 @@ export default function LandingPage() {
}}
title="Authentic Mexican Flavors"
description="Welcome to Victoria's, where traditional recipes meet fresh, locally sourced ingredients for an unforgettable dining experience."
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312213.jpg"
imageSrc="http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312213.jpg?_wi=1"
imageAlt="Victoria's Mexican Restaurant Interior"
buttons={[
{
@@ -78,7 +78,7 @@ export default function LandingPage() {
description="For over 20 years, Victoria's has been serving the community with recipes passed down through generations. Our passion for authentic Mexican cuisine ensures every bite feels like home."
subdescription="We take pride in our slow-cooked meats, fresh salsas, and traditional spices prepared daily in our kitchen."
icon={Award}
imageSrc="http://img.b2bpic.net/free-photo/men-women-are-helping-separate-vegetables-clear-cup-kitchen-with-red-brick-wall_1150-19043.jpg"
imageSrc="http://img.b2bpic.net/free-photo/men-women-are-helping-separate-vegetables-clear-cup-kitchen-with-red-brick-wall_1150-19043.jpg?_wi=1"
imageAlt="Our Chef preparing food"
mediaAnimation="slide-up"
/>
@@ -98,7 +98,7 @@ export default function LandingPage() {
price: "$12.95",
rating: 5,
reviewCount: "124",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg?_wi=1",
},
{
id: "2",
@@ -107,7 +107,7 @@ export default function LandingPage() {
price: "$15.50",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148159787.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148159787.jpg?_wi=1",
},
{
id: "3",
@@ -116,7 +116,7 @@ export default function LandingPage() {
price: "$8.95",
rating: 4,
reviewCount: "210",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-hot-guacamole-sauce-with-nachos-top-view_114579-7095.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-hot-guacamole-sauce-with-nachos-top-view_114579-7095.jpg?_wi=1",
},
]}
title="Signature Menu"
@@ -137,7 +137,7 @@ export default function LandingPage() {
quote: "The best enchiladas I have ever tasted! Reminds me of my abuela's cooking.",
tag: "Foodie",
avatarSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552679.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312213.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-dining-table-arrangement_23-2150312213.jpg?_wi=2",
imageAlt: "cozy authentic mexican restaurant dining room",
},
{
@@ -148,7 +148,7 @@ export default function LandingPage() {
quote: "Incredible atmosphere and even better service. Highly recommend the guacamole.",
tag: "New Guest",
avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-having-lunch-together-restaurant_23-2150520067.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/men-women-are-helping-separate-vegetables-clear-cup-kitchen-with-red-brick-wall_1150-19043.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/men-women-are-helping-separate-vegetables-clear-cup-kitchen-with-red-brick-wall_1150-19043.jpg?_wi=2",
imageAlt: "authentic mexican chef preparing fresh food",
},
{
@@ -159,7 +159,7 @@ export default function LandingPage() {
quote: "Victoria's is a staple in our community. Consistent flavors and always fresh.",
tag: "Local",
avatarSrc: "http://img.b2bpic.net/free-photo/happy-couple-talking-while-having-dessert-cafe_637285-9084.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-lime-arrangement_23-2148750463.jpg?_wi=2",
imageAlt: "authentic street style tacos close up",
},
{
@@ -170,7 +170,7 @@ export default function LandingPage() {
quote: "I have been coming here for 10 years and have never been disappointed. Authentic!",
tag: "Loyal",
avatarSrc: "http://img.b2bpic.net/free-photo/playful-girl-enjoying-tasty-breakfast-holidays-stylish-modern-cafe_273443-1845.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148159787.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148159787.jpg?_wi=2",
imageAlt: "mexican enchiladas with spicy red sauce",
},
{
@@ -181,7 +181,7 @@ export default function LandingPage() {
quote: "A hidden gem! Everything feels so authentic and the ingredients are clearly high quality.",
tag: "Reviewer",
avatarSrc: "http://img.b2bpic.net/free-photo/asian-people-having-dinner-party_23-2149552679.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-hot-guacamole-sauce-with-nachos-top-view_114579-7095.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/fresh-homemade-hot-guacamole-sauce-with-nachos-top-view_114579-7095.jpg?_wi=2",
imageAlt: "fresh homemade guacamole and tortilla chips",
},
]}