Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e12fdf0586 | |||
| 516ee82957 | |||
| 30b53ae4f1 | |||
| ab03eedc7d | |||
| 55666ad7e6 | |||
| 6e8e1c486c | |||
| 4fcf97c2c7 | |||
| 89fcf829b1 | |||
| fbec9b35aa | |||
| bb59ec5fab |
@@ -83,7 +83,9 @@ export default function LandingPage() {
|
|||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: 1,
|
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"
|
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: "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"
|
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: "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"
|
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimp-with-seasoning_84443-82035.jpg?_wi=1", imageAlt: "Fresh camarones"
|
||||||
},
|
},
|
||||||
phoneTwo: {
|
phoneTwo: {
|
||||||
|
|||||||
Reference in New Issue
Block a user