5 Commits

Author SHA1 Message Date
0c1d87d521 Merge version_3 into main
Merge version_3 into main
2026-03-04 13:37:27 +00:00
ac0abe55d4 Update src/app/page.tsx 2026-03-04 13:37:23 +00:00
b6a5215dc7 Merge version_2 into main
Merge version_2 into main
2026-03-04 13:35:20 +00:00
985c69e085 Update src/app/page.tsx 2026-03-04 13:35:16 +00:00
d5691e0003 Update src/app/layout.tsx 2026-03-04 13:35:15 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -1424,4 +1424,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -52,7 +52,7 @@ export default function LandingPage() {
showBlur={true}
showDimOverlay={true}
buttons={[
{ text: "Reserve a Table", href: "#contact" },
{ text: "Book Now", href: "#contact" },
{ text: "View Menu", href: "#products" }
]}
buttonAnimation="slide-up"
@@ -230,4 +230,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}