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() {
@@ -53,63 +41,26 @@ export default function LandingPage() {
@@ -126,24 +77,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- title: "Clinical Therapy",
- description: "Individual counseling for stress, anxiety, and personal growth.",
- imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-composition_23-2150969111.jpg",
- imageAlt: "mental health abstract illustration",
- },
- {
- title: "Guided Meditation",
- description: "Customized sessions to build your personal daily practice.",
- imageSrc: "http://img.b2bpic.net/free-photo/3d-stepping-stones-sunset-ocean_1048-11071.jpg",
- imageAlt: "breathing meditation icon",
- },
- {
- title: "Mental Wellness Workshops",
- description: "Group sessions focused on mindfulness and emotional resilience.",
- imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-each-other-support_23-2150446046.jpg",
- imageAlt: "emotional support concept",
- },
+ { title: "Clinical Therapy", description: "Individual counseling for stress, anxiety, and personal growth.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-floral-composition_23-2150969111.jpg", imageAlt: "mental health abstract illustration" },
+ { title: "Guided Meditation", description: "Customized sessions to build your personal daily practice.", imageSrc: "http://img.b2bpic.net/free-photo/3d-stepping-stones-sunset-ocean_1048-11071.jpg", imageAlt: "breathing meditation icon" },
+ { title: "Mental Wellness Workshops", description: "Group sessions focused on mindfulness and emotional resilience.", imageSrc: "http://img.b2bpic.net/free-photo/hands-holding-each-other-support_23-2150446046.jpg", imageAlt: "emotional support concept" }
]}
title="Personalized support for your life."
description="Comprehensive psychological and meditation services designed for balance."
@@ -154,37 +90,11 @@ 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."
/>