From 7bdcd93b439670bd6c04cd276dd0302dfa28857a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 06:24:23 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 247 +++++++++-------------------------------------- 1 file changed, 43 insertions(+), 204 deletions(-) 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." /> -- 2.49.1