Update src/app/page.tsx

This commit is contained in:
2026-03-10 21:03:47 +00:00
parent 80d659eac7
commit 3bc291411f

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}