Update src/app/page.tsx
This commit is contained in:
@@ -51,10 +51,10 @@ export default function LandingPage() {
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-tacos-plate_23-2148764327.jpg", imageAlt: "Sizzling street tacos with fresh cilantro"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tortillas-defocused-background_23-2148224177.jpg", imageAlt: "Stuffed gorditas with house salsa"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tortillas-defocused-background_23-2148224177.jpg?_wi=1", imageAlt: "Stuffed gorditas with house salsa"
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tortillas-with-meat-vegetables_23-2148614364.jpg", imageAlt: "Loaded fresh burritos"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-tortillas-with-meat-vegetables_23-2148614364.jpg?_wi=1", imageAlt: "Loaded fresh burritos"
|
||||
}
|
||||
]}
|
||||
autoplayDelay={5000}
|
||||
@@ -111,10 +111,10 @@ export default function LandingPage() {
|
||||
id: "street-tacos", name: "Street Tacos", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/fresh-mexican-tacos-plate_23-2148181603.jpg", imageAlt: "Hand-pressed corn tortillas with perfectly seasoned meats"
|
||||
},
|
||||
{
|
||||
id: "gorditas", name: "Gorditas", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tortillas-defocused-background_23-2148224177.jpg", imageAlt: "Stuffed with authentic fillings and served with house salsas"
|
||||
id: "gorditas", name: "Gorditas", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tortillas-defocused-background_23-2148224177.jpg?_wi=2", imageAlt: "Stuffed with authentic fillings and served with house salsas"
|
||||
},
|
||||
{
|
||||
id: "burritos", name: "Burritos", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tortillas-with-meat-vegetables_23-2148614364.jpg", imageAlt: "Loaded, fresh, and packed with bold flavor"
|
||||
id: "burritos", name: "Burritos", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/fresh-tortillas-with-meat-vegetables_23-2148614364.jpg?_wi=2", imageAlt: "Loaded, fresh, and packed with bold flavor"
|
||||
},
|
||||
{
|
||||
id: "salsas", name: "Fresh Salsas", price: "$2.99", imageSrc: "http://img.b2bpic.net/free-photo/clay-bowl-delicious-pasta-with-various-vegetables_114579-43964.jpg", imageAlt: "Made daily with fresh ingredients"
|
||||
|
||||
Reference in New Issue
Block a user