Update src/app/page.tsx

This commit is contained in:
2026-04-21 15:11:25 +00:00
parent c8a751dca0
commit be419a8df2

View File

@@ -66,7 +66,7 @@ export default function LandingPage() {
]}
buttons={[
{
text: "View Menu", href: "#menu"},
text: "Browse Our Menu", href: "#menu"},
{
text: "Book a Table", href: "#contact"},
]}
@@ -231,4 +231,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}