Update src/app/page.tsx
This commit is contained in:
@@ -31,15 +31,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "#hero"},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "The House", id: "#the-house"},
|
||||
name: "The House", id: "the-house"},
|
||||
{
|
||||
name: "Suites", id: "#suites"},
|
||||
name: "Suites", id: "suites"},
|
||||
{
|
||||
name: "One Day", id: "#one-day"},
|
||||
name: "One Day", id: "one-day"},
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="SAKLI"
|
||||
bottomLeftText="Kaş, Türkiye"
|
||||
@@ -263,4 +263,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user