diff --git a/src/app/page.tsx b/src/app/page.tsx index 8a15756..c9a4f9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -291,35 +147,18 @@ export default function LandingPage() { logoText="Mindful Path" columns={[ { - title: "Quick Links", - items: [ - { - label: "About", - href: "#about", - }, - { - label: "Services", - href: "#features", - }, - { - label: "Testimonials", - href: "#testimonials", - }, - ], + title: "Quick Links", items: [ + { label: "About", href: "#about" }, + { label: "Services", href: "#features" }, + { label: "Testimonials", href: "#testimonials" } + ] }, { - title: "Contact", - items: [ - { - label: "Schedule", - href: "#contact", - }, - { - label: "Email", - href: "mailto:hello@mindfulpath.com", - }, - ], - }, + title: "Contact", items: [ + { label: "Schedule", href: "#contact" }, + { label: "Email", href: "mailto:hello@mindfulpath.com" } + ] + } ]} copyrightText="© 2024 Mindful Path Psychology." />