5 Commits

Author SHA1 Message Date
4f0e173d52 Update src/app/page.tsx 2026-03-09 10:49:07 +00:00
7ac7b003a2 Update src/app/layout.tsx 2026-03-09 10:49:07 +00:00
51a3e52197 Merge version_1 into main
Merge version_1 into main
2026-03-09 10:47:18 +00:00
2531cff3f6 Merge version_1 into main
Merge version_1 into main
2026-03-09 10:46:22 +00:00
3bb6977294 Merge version_1 into main
Merge version_1 into main
2026-03-09 10:45:04 +00:00
2 changed files with 15 additions and 1418 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -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"