From 48cb2770ff7b1e774174c0b15e8bc131fb3ac0ce Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 21:19:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 53 ++++++++++++++---------------------------------- 1 file changed, 15 insertions(+), 38 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 745105a..d094e49 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -48,7 +48,7 @@ export default function HomePage() { { text: "See Services", href: "/services" } ]} background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/middle-age-caucasian-businesswoman-smiling-happy-working-office_839833-9695.jpg" imageAlt="Khiana, CPA at Blue Goat Consulting" mediaAnimation="slide-up" frameStyle="card" @@ -59,7 +59,7 @@ export default function HomePage() {
@@ -160,8 +140,7 @@ export default function HomePage() { logoText="Blue Goat Consulting" columns={[ { - title: "Services", - items: [ + title: "Services", items: [ { label: "Tax Preparation", href: "/services" }, { label: "Business Consulting", href: "/services" }, { label: "Tax Planning", href: "/services" }, @@ -169,8 +148,7 @@ export default function HomePage() { ] }, { - title: "For Everyone", - items: [ + title: "For Everyone", items: [ { label: "Individuals", href: "/for-individuals" }, { label: "Small Businesses", href: "/for-businesses" }, { label: "About Khiana", href: "/about" }, @@ -178,8 +156,7 @@ export default function HomePage() { ] }, { - title: "Connect", - items: [ + title: "Connect", items: [ { label: "Book a Consultation", href: "/contact" }, { label: "Contact Us", href: "/contact" }, { label: "Secure Document Upload", href: "#" },