Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f86ba41ad1 | |||
| 04fd50abdb | |||
| bc723e04ce |
@@ -29,6 +29,17 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleMinimal
|
<NavbarStyleMinimal
|
||||||
brandName="FitCore Gym"
|
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>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user