Update src/app/page.tsx

This commit is contained in:
2025-12-27 05:15:55 +00:00
parent 4f85ba4e47
commit cb1433645f

View File

@@ -29,17 +29,6 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarStyleMinimal
brandName="FitCore Gym"
links={[
{ label: "Home", href: "hero" },
{ label: "About", href: "about" },
{ label: "Programs", href: "features" },
{ label: "Team", href: "team" },
{ label: "Pricing", href: "pricing" }
]}
button={{
text: "Join Now",
href: "#pricing"
}}
/>
</div>