Switch to version 1: modified src/app/page.tsx
This commit is contained in:
@@ -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"}
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user