Update src/app/page.tsx
This commit is contained in:
@@ -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={{
|
||||||
|
|||||||
Reference in New Issue
Block a user