Update src/app/page.tsx
This commit is contained in:
@@ -30,9 +30,12 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "System", id: "#features" },
|
||||
{ name: "Features", id: "#features" },
|
||||
{ name: "Proof", id: "#proof" },
|
||||
{ name: "Testimonials", id: "#testimonials" },
|
||||
{ name: "FAQ", id: "#faq" },
|
||||
{ name: "Results", id: "#metrics" },
|
||||
{ name: "About", id: "#about" },
|
||||
]}
|
||||
brandName="Faceless Mastery"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user