Update src/app/page.tsx
This commit is contained in:
@@ -33,7 +33,7 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", href: "/"},
|
||||
name: "Home", id: "/"},
|
||||
{
|
||||
name: "Features", id: "#reporting-features"},
|
||||
{
|
||||
@@ -43,7 +43,7 @@ export default function LandingPage() {
|
||||
{
|
||||
name: "Contact", id: "#contact"},
|
||||
{
|
||||
name: "Admin Dashboard", href: "/admin-dashboard"}
|
||||
name: "Admin Dashboard", id: "/admin-dashboard"}
|
||||
]}
|
||||
brandName="AquaWatch"
|
||||
button={{
|
||||
|
||||
Reference in New Issue
Block a user