Switch to version 1: modified src/app/page.tsx

This commit is contained in:
2026-06-04 00:00:54 +00:00
parent 5257e6d0b8
commit 048cb2de6d

View File

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