Update src/app/page.tsx
This commit is contained in:
@@ -29,6 +29,13 @@ export default function LandingPage() {
|
|||||||
<div id="nav" data-section="nav">
|
<div id="nav" data-section="nav">
|
||||||
<NavbarStyleMinimal
|
<NavbarStyleMinimal
|
||||||
brandName="FitCore Gym"
|
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={{
|
button={{
|
||||||
text: "Join Now",
|
text: "Join Now",
|
||||||
href: "#pricing"
|
href: "#pricing"
|
||||||
|
|||||||
Reference in New Issue
Block a user