From b213a15a0e3f3b62dd9a174f61341663fc558331 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 5 Mar 2026 20:43:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3d2d59..f6c1314 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -154,8 +154,8 @@ export default function LandingPage() { title="Ready to Join Us?" description="Reserve your table, order online, or simply stop by for your favorite drink. We're open daily and always happy to welcome you." buttons={[ - { text: "Make a Reservation", href: "#" }, - { text: "Call Us Today", href: "#" } + { text: "Make a Reservation", href: "contact" }, + { text: "Call Us Today", href: "tel:+1234567890" } ]} buttonAnimation="slide-up" background={{ variant: "plain" }} -- 2.49.1