From d1bd938f12a756f7d4f29e1140e4877debd40d56 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 29 Mar 2026 03:03:45 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 147 ++++++++++------------------------------------- 1 file changed, 29 insertions(+), 118 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 484c3ac..11f3e27 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,42 +45,21 @@ export default function LandingPage() {
@@ -200,7 +124,7 @@ export default function LandingPage() { title="Meet Margaret Y. King-Brewer" description="Serving clients with excellence since 2009. With a BS and Masters in Accounting & Financial Management, Margaret brings 30+ years of expertise to your doorstep." subdescription="Our firm is built on a foundation of integrity and personalized financial care." - imageSrc="http://img.b2bpic.net/free-photo/people-using-digital-device-while-meeting_23-2149085925.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/people-using-digital-device-while-meeting_23-2149085925.jpg" mediaAnimation="slide-up" icon={Award} /> @@ -210,14 +134,11 @@ export default function LandingPage() { @@ -227,29 +148,19 @@ export default function LandingPage() { logoText="MYKing & Associates, LLC" columns={[ { - title: "Links", - items: [ + title: "Links", items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "Contact", - href: "#contact", - }, + label: "Contact", href: "#contact"}, ], }, { - title: "Social", - items: [ + title: "Social", items: [ { - label: "Instagram", - href: "https://instagram.com/mykingassociates", - }, + label: "Instagram", href: "https://instagram.com/mykingassociates"}, { - label: "Facebook", - href: "https://facebook.com/mykingassociates", - }, + label: "Facebook", href: "https://facebook.com/mykingassociates"}, ], }, ]} -- 2.49.1