From 95646d186f730b249a8d1d1af514908d54c11aa1 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 11 Apr 2026 16:47:27 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 199 ++++++++++------------------------------------- 1 file changed, 42 insertions(+), 157 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a15f05c..7df8cdd 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,21 +29,13 @@ export default function LandingPage() { @@ -52,51 +44,28 @@ export default function LandingPage() {
@@ -108,17 +77,11 @@ export default function LandingPage() { description="From Havana to Miami, our family recipes have been passed down through generations. We pride ourselves on authentic ingredients and the warm, genuine service that makes GALIANO a neighborhood home." metrics={[ { - value: "30+", - title: "Years of Recipes", - }, + value: "30+", title: "Years of Recipes"}, { - value: "100%", - title: "Fresh Ingredients", - }, + value: "100%", title: "Fresh Ingredients"}, { - value: "500+", - title: "Daily Empanadas", - }, + value: "500+", title: "Daily Empanadas"}, ]} imageSrc="http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663829.jpg" mediaAnimation="slide-up" @@ -135,47 +98,17 @@ export default function LandingPage() { useInvertedBackground={true} products={[ { - id: "p1", - name: "Beef Empanada", - price: "$3.50", - imageSrc: "http://img.b2bpic.net/free-photo/pastry-bun-with-herbal-tea-wooden-board-blue_114579-16433.jpg", - imageAlt: "Beef Empanada", - }, + id: "p1", name: "Beef Empanada", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/pastry-bun-with-herbal-tea-wooden-board-blue_114579-16433.jpg", imageAlt: "Beef Empanada"}, { - id: "p2", - name: "Cuban Espresso", - price: "$2.25", - imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-7418.jpg", - imageAlt: "Cuban Espresso", - }, + id: "p2", name: "Cuban Espresso", price: "$2.25", imageSrc: "http://img.b2bpic.net/free-photo/coffee-cup_74190-7418.jpg", imageAlt: "Cuban Espresso"}, { - id: "p3", - name: "Classic Cuban Sandwich", - price: "$12.00", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-toast-with-vegetables-pesto-sauce-with-french-fries-orange-juice_141793-2847.jpg", - imageAlt: "Cuban Sandwich", - }, + id: "p3", name: "Classic Cuban Sandwich", price: "$12.00", imageSrc: "http://img.b2bpic.net/free-photo/front-view-toast-with-vegetables-pesto-sauce-with-french-fries-orange-juice_141793-2847.jpg", imageAlt: "Cuban Sandwich"}, { - id: "p4", - name: "Traditional Flan", - price: "$4.50", - imageSrc: "http://img.b2bpic.net/free-photo/chocolate-panna-cotta_74190-5618.jpg", - imageAlt: "Flan", - }, + id: "p4", name: "Traditional Flan", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-panna-cotta_74190-5618.jpg", imageAlt: "Flan"}, { - id: "p5", - name: "Fresh Mango Juice", - price: "$4.00", - imageSrc: "http://img.b2bpic.net/free-photo/glass-freshly-squeezed-juice-fruits-wooden-cutting-board_169016-49086.jpg", - imageAlt: "Mango Juice", - }, + id: "p5", name: "Fresh Mango Juice", price: "$4.00", imageSrc: "http://img.b2bpic.net/free-photo/glass-freshly-squeezed-juice-fruits-wooden-cutting-board_169016-49086.jpg", imageAlt: "Mango Juice"}, { - id: "p6", - name: "Rice & Beans Side", - price: "$3.00", - imageSrc: "http://img.b2bpic.net/free-photo/grain-with-rice-berry-roast-pork_1339-2980.jpg", - imageAlt: "Rice and Beans", - }, + id: "p6", name: "Rice & Beans Side", price: "$3.00", imageSrc: "http://img.b2bpic.net/free-photo/grain-with-rice-berry-roast-pork_1339-2980.jpg", imageAlt: "Rice and Beans"}, ]} title="Freshly Prepared Daily" description="Explore our curated menu of authentic Cuban staples and signature café favorites." @@ -186,42 +119,18 @@ export default function LandingPage() { @@ -254,50 +158,31 @@ export default function LandingPage() { logoText="GALIANO" columns={[ { - title: "Explore", - items: [ + title: "Explore", items: [ { - label: "Our Story", - href: "#about", - }, + label: "Our Story", href: "#about"}, { - label: "Menu", - href: "#products", - }, + label: "Menu", href: "#products"}, { - label: "Reservations", - href: "#contact", - }, + label: "Reservations", href: "#contact"}, ], }, { - title: "Support", - items: [ + title: "Support", items: [ { - label: "Order Help", - href: "#", - }, + label: "Order Help", href: "#"}, { - label: "Feedback", - href: "#", - }, + label: "Feedback", href: "#"}, { - label: "Accessibility", - href: "#", - }, + label: "Accessibility", href: "#"}, ], }, { - title: "Legal", - items: [ + title: "Legal", items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Service", - href: "#", - }, + label: "Terms of Service", href: "#"}, ], }, ]}