2 Commits

Author SHA1 Message Date
a32080b5ee Update src/app/page.tsx 2026-03-03 08:10:53 +00:00
e1847ad2d5 Merge version_1 into main
Merge version_1 into main
2026-03-03 08:06:57 +00:00

View File

@@ -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}