Update src/app/page.tsx

This commit is contained in:
2026-03-12 14:42:28 +00:00
parent 0bf2c7ffa8
commit b73de1691b

View File

@@ -37,10 +37,6 @@ export default function LandingPage() {
text: "View Memberships", href: "memberships"
}}
brandName="Summit"
menuPosition="right"
menuSize="small"
showArrows={false}
menuAnimation="instant"
/>
</div>
@@ -208,4 +204,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}