Update src/app/page.tsx

This commit is contained in:
2026-06-02 21:20:38 +00:00
parent 93ec05e282
commit 6fc89cd162

View File

@@ -32,11 +32,11 @@ export default function LandingPage() {
logoSrc="http://img.b2bpic.net/free-photo/tropical-beach-with-waterbungalows-maldives_505751-5756.jpg"
logoAlt="elegant beach bar logo wordmark day"
navItems={[
{ name: "Home", href: "#home" },
{ name: "Catalog", href: "#catalog" },
{ name: "About", href: "#about" },
{ name: "Instagram", href: "#instagram" },
{ name: "Contact", href: "#contact" }
{ name: "Home", id: "#home" },
{ name: "Catalog", id: "#catalog" },
{ name: "About", id: "#about" },
{ name: "Instagram", id: "#instagram" },
{ name: "Contact", id: "#contact" }
]}
/>
</div>