4 Commits

Author SHA1 Message Date
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> </ServiceWrapper>
</html> </html>
); );
} }

View File

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