Merge version_2 into main #1

Merged
development merged 2 commits from version_2 into main 2025-12-27 05:08:34 +00:00
Showing only changes of commit 30206395bb - Show all commits

View File

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