4 Commits

Author SHA1 Message Date
3bc291411f Update src/app/page.tsx 2026-03-10 21:03:47 +00:00
80d659eac7 Merge version_1 into main
Merge version_1 into main
2026-03-10 20:55:35 +00:00
8337a34f84 Merge version_1 into main
Merge version_1 into main
2026-03-10 20:55:10 +00:00
97a148740b Merge version_1 into main
Merge version_1 into main
2026-03-10 20:54:20 +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>
);
}
}