Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #3.
This commit is contained in:
2025-12-27 05:12:20 +00:00

View File

@@ -29,12 +29,12 @@ 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" }
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",