5 Commits

Author SHA1 Message Date
3de05c8a18 Merge version_4 into main
Merge version_4 into main
2026-03-16 12:21:43 +00:00
e12fdf0586 Update src/app/page.tsx 2026-03-16 12:21:39 +00:00
516ee82957 Merge version_3 into main
Merge version_3 into main
2026-03-16 12:18:46 +00:00
30b53ae4f1 Update src/app/page.tsx 2026-03-16 12:18:41 +00:00
ab03eedc7d Merge version_2 into main
Merge version_2 into main
2026-03-16 11:25:48 +00:00

View File

@@ -83,7 +83,9 @@ export default function LandingPage() {
features={[ features={[
{ {
id: 1, id: 1,
title: "Authentic Flavor", description: "Homemade recipes passed down through generations, made fresh daily.", 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" imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg?_wi=2", imageAlt: "Authentic tacos"
}, },
phoneTwo: { phoneTwo: {
@@ -92,7 +94,9 @@ export default function LandingPage() {
}, },
{ {
id: 2, id: 2,
title: "Friendly Service", description: "Smiles, fast service, and food made with love—that's our promise.", 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" 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: { phoneTwo: {
@@ -101,7 +105,9 @@ export default function LandingPage() {
}, },
{ {
id: 3, id: 3,
title: "Affordable Prices", description: "Authentic Mexican food that's kind to your wallet without sacrificing quality.", 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" imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimp-with-seasoning_84443-82035.jpg?_wi=1", imageAlt: "Fresh camarones"
}, },
phoneTwo: { phoneTwo: {