diff --git a/src/app/page.tsx b/src/app/page.tsx index 3b02052..dd55c73 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -43,7 +43,7 @@ export default function LandingPage() { logoText="Il Terrazzo" description="Experience authentic Italian cuisine in an intimate candlelit setting. Award-winning restaurant featuring fresh ingredients, an exceptional wine list, and brick fireplaces that capture the warmth of Italian hospitality in Victoria's historic Waddington Alley." buttons={[ - { text: "Reserve a Table", href: "#contact" }, + { text: "Reserve Your Table Now", href: "#contact" }, { text: "View Menu", href: "#menu" } ]} background={{ variant: "plain" }} @@ -214,4 +214,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file