Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-03-16 12:21:43 +00:00

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
}
]}
buttons={[
{ text: "Order Tacos Now", href: "#" },
{ text: "Order Now", href: "#" },
{ text: "View Menu", href: "#" }
]}
mediaAnimation="opacity"
@@ -83,7 +83,9 @@ export default function LandingPage() {
features={[
{
id: 1,
title: "Authentic Flavor", description: "Homemade recipes passed down through generations. No shortcuts, no shortcuts.", phoneOne: {
title: "Authentic Flavor", description: "Homemade recipes passed down through generations. No shortcuts, no shortcuts.", buttons: [
{ text: "Try Our Tacos", href: "#" }
], phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg?_wi=2", imageAlt: "Authentic tacos"
},
phoneTwo: {
@@ -92,7 +94,9 @@ export default function LandingPage() {
},
{
id: 2,
title: "Friendly Service", description: "Our team works hard to give you the best experience. Smiles, fast service, and food made with love.", phoneOne: {
title: "Friendly Service", description: "Our team works hard to give you the best experience. Smiles, fast service, and food made with love.", buttons: [
{ text: "Call Us", href: "tel:+1-234-567-8900" }
], phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-using-mobile-phone-making-contactless-payment-waiter-restaurant_637285-654.jpg", imageAlt: "Friendly service team"
},
phoneTwo: {
@@ -101,7 +105,9 @@ export default function LandingPage() {
},
{
id: 3,
title: "Affordable Prices", description: "Great Mexican food doesn't have to break the bank. Fresh, delicious, and kind to your wallet.", phoneOne: {
title: "Affordable Prices", description: "Great Mexican food doesn't have to break the bank. Fresh, delicious, and kind to your wallet.", buttons: [
{ text: "View Menu", href: "#" }
], phoneOne: {
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimp-with-seasoning_84443-82035.jpg?_wi=1", imageAlt: "Fresh camarones"
},
phoneTwo: {