Merge version_2 into main #4

Merged
bender merged 1 commits from version_2 into main 2026-03-10 21:03:52 +00:00

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>
);
}
}