Merge version_1 into main #1
@@ -77,19 +77,19 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
id: 1,
|
||||
title: "Appetizers", description: "Taquitos, guacamole dip, chorizo dip, nachos supreme and more crispy starters", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-mexican-style-delicious-pork-flautas-white-plate_181624-38905.jpg", imageAlt: "Appetizers platter"
|
||||
title: "Appetizers", description: "Taquitos, guacamole dip, chorizo dip, nachos supreme and more crispy starters", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-mexican-style-delicious-pork-flautas-white-plate_181624-38905.jpg?_wi=1", imageAlt: "Appetizers platter"
|
||||
},
|
||||
{
|
||||
id: 2,
|
||||
title: "Burritos & Chimichangas", description: "Chori-Pollo, Burrito Mexicano, Burrito Deluxe, and Mi Fiesta Burrito with cheese sauce", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-mexican-style-delicious-pork-flautas-white-plate_181624-38905.jpg", imageAlt: "Burrito platter"
|
||||
title: "Burritos & Chimichangas", description: "Chori-Pollo, Burrito Mexicano, Burrito Deluxe, and Mi Fiesta Burrito with cheese sauce", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-mexican-style-delicious-pork-flautas-white-plate_181624-38905.jpg?_wi=2", imageAlt: "Burrito platter"
|
||||
},
|
||||
{
|
||||
id: 3,
|
||||
title: "Fajitas", description: "Sizzling fajitas with grilled peppers, onions and tomatoes. Texanas, chicken, beef, shrimp and veggie options", imageSrc: "http://img.b2bpic.net/free-photo/platter-fried-thin-lamb-slices-cooked-with-colourful-bell-peppers_140725-2643.jpg", imageAlt: "Sizzling fajitas"
|
||||
title: "Fajitas", description: "Sizzling fajitas with grilled peppers, onions and tomatoes. Texanas, chicken, beef, shrimp and veggie options", imageSrc: "http://img.b2bpic.net/free-photo/platter-fried-thin-lamb-slices-cooked-with-colourful-bell-peppers_140725-2643.jpg?_wi=1", imageAlt: "Sizzling fajitas"
|
||||
},
|
||||
{
|
||||
id: 4,
|
||||
title: "Tacos & Seafood", description: "Tacos de Carne Asada, Pollo Asada, Al Pastor, Carnitas, Fish Tacos and Camarones options", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-taco-mexican-party_23-2149362784.jpg", imageAlt: "Colorful tacos"
|
||||
title: "Tacos & Seafood", description: "Tacos de Carne Asada, Pollo Asada, Al Pastor, Carnitas, Fish Tacos and Camarones options", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-taco-mexican-party_23-2149362784.jpg?_wi=1", imageAlt: "Colorful tacos"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -107,15 +107,15 @@ export default function LandingPage() {
|
||||
products={[
|
||||
{
|
||||
id: "1", brand: "Mi Fiesta Signature", name: "Steak Fiesta", price: "$20.99", rating: 5,
|
||||
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/platter-fried-thin-lamb-slices-cooked-with-colourful-bell-peppers_140725-2643.jpg", imageAlt: "Steak Fiesta dish"
|
||||
reviewCount: "312", imageSrc: "http://img.b2bpic.net/free-photo/platter-fried-thin-lamb-slices-cooked-with-colourful-bell-peppers_140725-2643.jpg?_wi=2", imageAlt: "Steak Fiesta dish"
|
||||
},
|
||||
{
|
||||
id: "2", brand: "Mi Fiesta Signature", name: "Mi Fiesta Burrito", price: "$17.99", rating: 5,
|
||||
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-mexican-style-delicious-pork-flautas-white-plate_181624-38905.jpg", imageAlt: "Mi Fiesta Burrito"
|
||||
reviewCount: "287", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-mexican-style-delicious-pork-flautas-white-plate_181624-38905.jpg?_wi=3", imageAlt: "Mi Fiesta Burrito"
|
||||
},
|
||||
{
|
||||
id: "3", brand: "Mi Fiesta Signature", name: "Fajita del Mar", price: "$20.99", rating: 5,
|
||||
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-taco-mexican-party_23-2149362784.jpg", imageAlt: "Fajita del Mar"
|
||||
reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-taco-mexican-party_23-2149362784.jpg?_wi=2", imageAlt: "Fajita del Mar"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user