Update src/app/page.tsx
This commit is contained in:
@@ -31,11 +31,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Features", id: "features" },
|
||||
{ name: "Testimonials", id: "testimonials" },
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "Blog", id: "/blog" },
|
||||
{ name: "Shop", id: "/shop" },
|
||||
{ name: "Contact", id: "contact" }
|
||||
{ name: "Contact", id: "#contact" }
|
||||
]}
|
||||
brandName="NoteGenius AI"
|
||||
button={{ text: "Get Started", href: "#contact" }}
|
||||
|
||||
Reference in New Issue
Block a user