Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #5.
This commit is contained in:
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
||||
background={{ variant: "plain" }}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg", imageAlt: "Sizzling authentic tacos"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg?_wi=1", imageAlt: "Sizzling authentic tacos"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-michelada-drink-assortment-table_23-2149027846.jpg", imageAlt: "Cold refreshing michelada"
|
||||
@@ -84,10 +84,10 @@ export default function LandingPage() {
|
||||
{
|
||||
id: 1,
|
||||
title: "Authentic Flavor", description: "Homemade recipes passed down through generations. No shortcuts, no shortcuts.", phoneOne: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg", imageAlt: "Authentic tacos"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg?_wi=2", imageAlt: "Authentic tacos"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113229.jpg", imageAlt: "Homemade menudo"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113229.jpg?_wi=1", imageAlt: "Homemade menudo"
|
||||
}
|
||||
},
|
||||
{
|
||||
@@ -102,10 +102,10 @@ 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: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimp-with-seasoning_84443-82035.jpg", imageAlt: "Fresh camarones"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimp-with-seasoning_84443-82035.jpg?_wi=1", imageAlt: "Fresh camarones"
|
||||
},
|
||||
phoneTwo: {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-grilled-eggplants-bell-peppers-tomatoes_141793-735.jpg", imageAlt: "Crispy mojarra"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-grilled-eggplants-bell-peppers-tomatoes_141793-735.jpg?_wi=1", imageAlt: "Crispy mojarra"
|
||||
}
|
||||
}
|
||||
]}
|
||||
@@ -123,16 +123,16 @@ export default function LandingPage() {
|
||||
tagIcon={Star}
|
||||
products={[
|
||||
{
|
||||
id: "tacos", name: "Tacos", price: "From $3.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg", imageAlt: "Juicy authentic tacos"
|
||||
id: "tacos", name: "Tacos", price: "From $3.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-tacos-arrangement_23-2150878231.jpg?_wi=3", imageAlt: "Juicy authentic tacos"
|
||||
},
|
||||
{
|
||||
id: "menudo", name: "Menudo", price: "From $8.99", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113229.jpg", imageAlt: "Legendary weekend menudo"
|
||||
id: "menudo", name: "Menudo", price: "From $8.99", imageSrc: "http://img.b2bpic.net/free-photo/tasty-chicken-soup-with-potato_140725-113229.jpg?_wi=2", imageAlt: "Legendary weekend menudo"
|
||||
},
|
||||
{
|
||||
id: "camarones", name: "Camarones a la Diabla", price: "From $12.99", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimp-with-seasoning_84443-82035.jpg", imageAlt: "Spicy shrimp that wakes your taste buds"
|
||||
id: "camarones", name: "Camarones a la Diabla", price: "From $12.99", imageSrc: "http://img.b2bpic.net/free-photo/crispy-fried-shrimp-with-seasoning_84443-82035.jpg?_wi=2", imageAlt: "Spicy shrimp that wakes your taste buds"
|
||||
},
|
||||
{
|
||||
id: "mojarra", name: "Mojarra Frita", price: "From $13.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-grilled-eggplants-bell-peppers-tomatoes_141793-735.jpg", imageAlt: "Crispy whole fried fish"
|
||||
id: "mojarra", name: "Mojarra Frita", price: "From $13.99", imageSrc: "http://img.b2bpic.net/free-photo/fried-fish-with-grilled-eggplants-bell-peppers-tomatoes_141793-735.jpg?_wi=2", imageAlt: "Crispy whole fried fish"
|
||||
}
|
||||
]}
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
|
||||
Reference in New Issue
Block a user