diff --git a/src/app/page.tsx b/src/app/page.tsx index 835489d..66b10e6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" } ]} />