Merge version_1 into main #2

Merged
development merged 1 commits from version_1 into main 2025-12-29 10:50:07 +00:00
Showing only changes of commit c2804b0548 - Show all commits

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>