From a32080b5ee8084b68e8b9fa8f2fa83bce9601eeb Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 08:10:53 +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 4c7a05e..5e284d4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -156,8 +156,8 @@ export default function RestaurantMenuPage() { title="Today's Special Offerings" description="Ask our staff about our daily chef's specials and wine pairings available today" buttons={[ - { text: "Call Restaurant", href: "#" }, - { text: "Make Reservation", href: "#" } + { text: "Call Restaurant", href: "tel:+1234567890" }, + { text: "Make Reservation", href: "https://reservations.example.com" } ]} background={{ variant: "plain" }} useInvertedBackground={false}