Switch to version 1: modified src/app/page.tsx
This commit is contained in:
@@ -30,13 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home", id: "/"},
|
||||
name: "Home", id: "#hero"},
|
||||
{
|
||||
name: "Services", id: "/#services"},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "About", id: "/about"},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact", id: "/#contact"},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="MYKing & Associates"
|
||||
/>
|
||||
@@ -51,9 +51,9 @@ export default function LandingPage() {
|
||||
tag="Blessed 2BA Blessing!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Get Started", href: "/#contact"},
|
||||
text: "Get Started", href: "#contact"},
|
||||
{
|
||||
text: "Our Services", href: "/#services"},
|
||||
text: "Our Services", href: "#services"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
@@ -150,9 +150,9 @@ export default function LandingPage() {
|
||||
{
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Services", href: "/#services"},
|
||||
label: "Services", href: "#services"},
|
||||
{
|
||||
label: "Contact", href: "/#contact"},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user