Merge version_2 into main #4
1421
src/app/layout.tsx
1421
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -150,22 +150,22 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
products={[
|
||||
{
|
||||
id: "1", name: "Asado Completo", price: "$42.00", imageSrc: "http://img.b2bpic.net/free-photo/beef-grilled-served-with-onion-salad_114579-2156.jpg", imageAlt: "Premium grilled asado"
|
||||
id: "1", name: "Asado Completo - Serves 2-3", price: "$42.00", imageSrc: "http://img.b2bpic.net/free-photo/beef-grilled-served-with-onion-salad_114579-2156.jpg", imageAlt: "Premium grilled asado"
|
||||
},
|
||||
{
|
||||
id: "2", name: "Empanadas (6 Pack)", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-gurza-dampling-with-minced-meat-ketchup-side-view_141793-3114.jpg?_wi=3", imageAlt: "Golden empanadas"
|
||||
id: "2", name: "Empanadas (6 Pack) - Serves 2", price: "$18.00", imageSrc: "http://img.b2bpic.net/free-photo/fried-gurza-dampling-with-minced-meat-ketchup-side-view_141793-3114.jpg?_wi=3", imageAlt: "Golden empanadas"
|
||||
},
|
||||
{
|
||||
id: "3", name: "Milanesa Napolitana", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/wiener-schnitzel-with-fried-potatoes-wooedn-table_123827-22945.jpg?_wi=3", imageAlt: "Crispy milanesa"
|
||||
id: "3", name: "Milanesa Napolitana - Serves 1-2", price: "$28.00", imageSrc: "http://img.b2bpic.net/free-photo/wiener-schnitzel-with-fried-potatoes-wooedn-table_123827-22945.jpg?_wi=3", imageAlt: "Crispy milanesa"
|
||||
},
|
||||
{
|
||||
id: "4", name: "Choripán Combo", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-hot-dog_23-2148768185.jpg?_wi=3", imageAlt: "Traditional choripan"
|
||||
id: "4", name: "Choripán Combo - Serves 1", price: "$16.00", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-hot-dog_23-2148768185.jpg?_wi=3", imageAlt: "Traditional choripan"
|
||||
},
|
||||
{
|
||||
id: "5", name: "Fresh Medialunas", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-buns-wooden-board-with-cup-hot-chocolate-blue_114579-13782.jpg?_wi=3", imageAlt: "Fresh medialunas"
|
||||
id: "5", name: "Fresh Medialunas (4 Pack) - Serves 2", price: "$8.00", imageSrc: "http://img.b2bpic.net/free-photo/sweet-buns-wooden-board-with-cup-hot-chocolate-blue_114579-13782.jpg?_wi=3", imageAlt: "Fresh medialunas"
|
||||
},
|
||||
{
|
||||
id: "6", name: "Locro Traditional", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/carrot-lentil-soup_501050-967.jpg?_wi=2", imageAlt: "Hearty locro"
|
||||
id: "6", name: "Locro Traditional - Serves 3-4", price: "$22.00", imageSrc: "http://img.b2bpic.net/free-photo/carrot-lentil-soup_501050-967.jpg?_wi=2", imageAlt: "Hearty locro"
|
||||
}
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
|
||||
Reference in New Issue
Block a user