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: "#" },