Update src/app/page.tsx
This commit is contained in:
@@ -156,8 +156,8 @@ export default function RestaurantMenuPage() {
|
|||||||
title="Today's Special Offerings"
|
title="Today's Special Offerings"
|
||||||
description="Ask our staff about our daily chef's specials and wine pairings available today"
|
description="Ask our staff about our daily chef's specials and wine pairings available today"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Call Restaurant", href: "#" },
|
{ text: "Call Restaurant", href: "tel:+1234567890" },
|
||||||
{ text: "Make Reservation", href: "#" }
|
{ text: "Make Reservation", href: "https://reservations.example.com" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
Reference in New Issue
Block a user