Update src/app/page.tsx

This commit is contained in:
2026-06-03 23:58:17 +00:00
parent 77ca12c88c
commit 7d9cb2b2f6

View File

@@ -34,7 +34,7 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home", id: "#hero"},
name: "Home", id: "/"},
{
name: "About", id: "#about"},
{
@@ -47,6 +47,9 @@ export default function LandingPage() {
name: "FAQ", id: "#faq"},
{
name: "Contact", id: "#contact"},
{
name: "Admin Dashboard", id: "/admin"
}
]}
button={{
text: "Get in Touch", href: "#contact"}}
@@ -311,7 +314,7 @@ export default function LandingPage() {
{
title: "Quick Links", items: [
{
label: "Home", href: "#hero"},
label: "Home", href: "/"},
{
label: "About Us", href: "#about"},
{
@@ -330,6 +333,8 @@ export default function LandingPage() {
label: "Contact", href: "#contact"},
{
label: "Directions", href: "#contact"},
{
label: "Admin Dashboard", href: "/admin"}
],
},
{