From 29fbc7df00ea63c900b18a2d1cb13a2ae0d618b9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 6 Jun 2026 05:05:26 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e82fa66..98cffa7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -41,12 +41,14 @@ export default function LandingPage() { name: "Opiniones", id: "#testimonials"}, { name: "FAQs", id: "#faq"}, + { + name: "Reservaciones", id: "/reservations"}, { name: "Contacto", id: "#contact"}, ]} brandName="The Bunker Café" button={{ - text: "Reservar Mesa", href: "#contact"}} + text: "Reservar Mesa", href: "/reservations"}} /> @@ -268,7 +270,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1