Update src/app/page.tsx
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user