Update src/app/page.tsx
This commit is contained in:
@@ -29,12 +29,12 @@ 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={[
|
links={[
|
||||||
{ name: "Home", id: "hero" },
|
{ label: "Home", href: "hero" },
|
||||||
{ name: "About", id: "about" },
|
{ label: "About", href: "about" },
|
||||||
{ name: "Programs", id: "features" },
|
{ label: "Programs", href: "features" },
|
||||||
{ name: "Team", id: "team" },
|
{ label: "Team", href: "team" },
|
||||||
{ name: "Pricing", id: "pricing" }
|
{ label: "Pricing", href: "pricing" }
|
||||||
]}
|
]}
|
||||||
button={{
|
button={{
|
||||||
text: "Join Now",
|
text: "Join Now",
|
||||||
|
|||||||
Reference in New Issue
Block a user