From b5b6ba238dc3604c5478f139ce0878a4e281609c Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 23:13:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 184 +++++++++++++++++------------------------------ 1 file changed, 64 insertions(+), 120 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 582f07b..6224a1e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,14 +32,10 @@ export default function LandingPage() { @@ -149,18 +118,12 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} metrics={[ - { - id: "m1", icon: CheckCircle, - title: "Tacos Served", value: "50,000+"}, - { - id: "m2", icon: Star, - title: "Daily Regulars", value: "200+"}, - { - id: "m3", icon: Award, - title: "Montreal Locals", value: "100%"}, + { id: "m1", icon: CheckCircle, title: "Tacos Servidos", value: "50,000+" }, + { id: "m2", icon: Star, title: "Clientes Diarios", value: "200+" }, + { id: "m3", icon: Award, title: "Locales de Montreal", value: "100%" }, ]} - title="By The Numbers" - description="Serving Montreal with love and authentic flavors every day." + title="En Números" + description="Sirviendo a Montreal con amor y sabores auténticos cada día." /> @@ -168,19 +131,14 @@ export default function LandingPage() { @@ -189,14 +147,11 @@ export default function LandingPage() { @@ -204,15 +159,11 @@ export default function LandingPage() {
@@ -221,28 +172,21 @@ export default function LandingPage() { columns={[ { items: [ - { - label: "Home", href: "/"}, - { - label: "Menu", href: "#menu"}, - { - label: "About", href: "#about"}, + { label: "Inicio", href: "/" }, + { label: "Menú", href: "#menu" }, + { label: "Sobre Nosotros", href: "#about" }, ], }, { items: [ - { - label: "Facebook", href: "#"}, - { - label: "Instagram", href: "#"}, + { label: "Facebook", href: "#" }, + { label: "Instagram", href: "#" }, ], }, { items: [ - { - label: "Privacy", href: "#"}, - { - label: "Contact", href: "#contact"}, + { label: "Privacidad", href: "#" }, + { label: "Contacto", href: "#contact" }, ], }, ]} @@ -252,4 +196,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}