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

This commit is contained in:
2026-03-29 04:05:05 +00:00
parent 37a69da846
commit 6dd36f77b9

View File

@@ -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"},
],
},
{