Switch to version 3: modified src/app/page.tsx

This commit is contained in:
2026-04-18 05:12:09 +00:00
parent 274c3a5f7d
commit 5201cb3c31

View File

@@ -53,7 +53,7 @@ export default function LandingPage() {
{
text: "View Menu", href: "#dishes"},
{
text: "Book Your Private Chef", href: "#contact"},
text: "Book Experience", href: "#contact"},
]}
slides={[
{
@@ -230,4 +230,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}