Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d6ca5f7660 | |||
| 6c94c572be | |||
| 4f0e173d52 | |||
| 7ac7b003a2 | |||
| 51a3e52197 | |||
| 2531cff3f6 | |||
| 3bb6977294 |
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"
|
animationType="slide-up"
|
||||||
products={[
|
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"
|
buttonAnimation="slide-up"
|
||||||
@@ -195,6 +195,10 @@ export default function LandingPage() {
|
|||||||
id: "4", name: "Diego López, Regular Customer", date: "Date: 5 January 2025", title: "My New Favorite Spot", quote: "The choripán here is authentic street food done right. Fresh, flavorful, and generous portions. I've already brought my whole family back three times. This is the real deal!", tag: "Loyal Guest", avatarSrc: "http://img.b2bpic.net/free-photo/brunette-woman-ginger-man-sitting-cafe_273609-15575.jpg", avatarAlt: "Diego López", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-hot-dog_23-2148768185.jpg?_wi=4", imageAlt: "Traditional choripan"
|
id: "4", name: "Diego López, Regular Customer", date: "Date: 5 January 2025", title: "My New Favorite Spot", quote: "The choripán here is authentic street food done right. Fresh, flavorful, and generous portions. I've already brought my whole family back three times. This is the real deal!", tag: "Loyal Guest", avatarSrc: "http://img.b2bpic.net/free-photo/brunette-woman-ginger-man-sitting-cafe_273609-15575.jpg", avatarAlt: "Diego López", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-hot-dog_23-2148768185.jpg?_wi=4", imageAlt: "Traditional choripan"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Join Our Guests", href: "contact" },
|
||||||
|
{ text: "Make Your Reservation", href: "contact" }
|
||||||
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user