Update src/app/page.tsx
This commit is contained in:
@@ -33,7 +33,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Overview", id: "#hero" },
|
||||
{ name: "Tracker", id: "#features" },
|
||||
{ name: "Tracker", id: "/exercise-log" },
|
||||
{ name: "Calendar", id: "#pricing" },
|
||||
{ name: "Contact", id: "#contact" },
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user