From e12fdf058664a8b9d93d1a03c046dcf6b34336b5 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:21:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c0e35d1..17aaec4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: {