Update src/app/page.tsx

This commit is contained in:
2026-04-28 18:20:41 +00:00
parent a982760995
commit 33cfa2ec28

View File

@@ -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"
/>