Update src/app/page.tsx
This commit is contained in:
@@ -49,13 +49,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
logoSrc="/placeholders/placeholder1.webp"
|
||||
logoAlt="Hotel Setsu"
|
||||
links={[
|
||||
{ label: "Home", href: "hero" },
|
||||
{ label: "About", href: "about" },
|
||||
{ label: "Rooms", href: "rooms" },
|
||||
{ label: "Activities", href: "activities" },
|
||||
{ label: "Contact", href: "contact" }
|
||||
{ label: "Home", href: "#hero" },
|
||||
{ label: "About", href: "#about" },
|
||||
{ label: "Rooms", href: "#rooms" },
|
||||
{ label: "Activities", href: "#activities" },
|
||||
{ label: "Contact", href: "#contact" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user