Update src/app/page.tsx

This commit is contained in:
2026-06-10 04:30:55 +00:00
parent f62fa363d4
commit ea0b5e9344

View File

@@ -33,7 +33,7 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", href: "/"}, name: "Home", id: "/"},
{ {
name: "Features", id: "#reporting-features"}, name: "Features", id: "#reporting-features"},
{ {
@@ -43,7 +43,7 @@ export default function LandingPage() {
{ {
name: "Contact", id: "#contact"}, name: "Contact", id: "#contact"},
{ {
name: "Admin Dashboard", href: "/admin-dashboard"} name: "Admin Dashboard", id: "/admin-dashboard"}
]} ]}
brandName="AquaWatch" brandName="AquaWatch"
button={{ button={{