Update src/app/page.tsx

This commit is contained in:
2026-06-11 05:57:29 +00:00
parent 3dc6cac542
commit ca6ea063a2

View File

@@ -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"