Update src/app/page.tsx

This commit is contained in:
2025-12-29 10:50:02 +00:00
parent a81df5e1f8
commit c2804b0548

View File

@@ -30,13 +30,6 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleApple
brandName="Disruptive Fund"
navItems={[
{ name: "About", id: "about" },
{ name: "Focus", id: "focus" },
{ name: "Portfolio", id: "portfolio" },
{ name: "Team", id: "team" },
{ name: "Contact", id: "contact" }
]}
/>
</div>