Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 817d51a6a7 | |||
| 206680a3d0 | |||
| e5054ffe55 |
353
src/app/page.tsx
353
src/app/page.tsx
@@ -11,7 +11,7 @@ import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi';
|
||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||
import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven';
|
||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||
import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive';
|
||||
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
|
||||
import { Heart, Star } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
@@ -33,90 +33,57 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About Me", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQs",
|
||||
id: "#faqs",
|
||||
},
|
||||
name: "FAQs", id: "#faqs"},
|
||||
{
|
||||
name: "Blog",
|
||||
id: "#blog",
|
||||
},
|
||||
name: "Blog", id: "#blog"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-photo/closeup-lily-flower-hands-woman-linen-dress_169016-21605.jpg"
|
||||
logoAlt="Serene Pathways Logo"
|
||||
brandName="Serene Pathways"
|
||||
button={{
|
||||
text: "Book a Consultation",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Book a Consultation", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
imagePosition="right"
|
||||
title="Your fertility journey deserves emotional clarity"
|
||||
description="Transactional Analysis therapy meets compassionate fertility coaching. Heal the emotional blocks, strengthen your relationships, and move forward with confidence."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "Years Experience",
|
||||
},
|
||||
value: "15+", label: "Years Experience"},
|
||||
{
|
||||
value: "90%",
|
||||
label: "Client Satisfaction",
|
||||
},
|
||||
value: "90%", label: "Client Satisfaction"},
|
||||
{
|
||||
value: "75%",
|
||||
label: "Anxiety Reduction",
|
||||
},
|
||||
value: "75%", label: "Anxiety Reduction"},
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Consultation",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Consultation", href: "#contact"},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg",
|
||||
alt: "Client 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/businesswoman-glasses-portrait_1262-1461.jpg", alt: "Client 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-posing-house_344912-1166.jpg",
|
||||
alt: "Client 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-young-woman-posing-house_344912-1166.jpg", alt: "Client 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/elderly-woman-with-closed-eyes_1098-13605.jpg",
|
||||
alt: "Client 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/elderly-woman-with-closed-eyes_1098-13605.jpg", alt: "Client 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-peaceful-entrepreneur-enjoying-break_1262-20818.jpg",
|
||||
alt: "Client 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-peaceful-entrepreneur-enjoying-break_1262-20818.jpg", alt: "Client 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg",
|
||||
alt: "Young co worker spending time in office",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-co-worker-spending-time-office_23-2149328287.jpg", alt: "Young co worker spending time in office"},
|
||||
]}
|
||||
avatarText="Trusted by hundreds of clients"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/romantic-couple-scene-beach_23-2147649055.jpg"
|
||||
@@ -124,27 +91,17 @@ export default function LandingPage() {
|
||||
mediaAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Compassionate Care",
|
||||
type: "text", text: "Compassionate Care"},
|
||||
{
|
||||
type: "text-icon", text: "Expert Guidance", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Guidance",
|
||||
icon: Star,
|
||||
type: "text", text: "Holistic Support"},
|
||||
{
|
||||
type: "text-icon", text: "Hopeful Paths", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Holistic Support",
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Hopeful Paths",
|
||||
icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Emotional Well-being",
|
||||
},
|
||||
type: "text", text: "Emotional Well-being"},
|
||||
]}
|
||||
showMarqueeCard={true}
|
||||
marqueeSpeed={30}
|
||||
@@ -158,9 +115,7 @@ export default function LandingPage() {
|
||||
description="Navigating fertility challenges can feel overwhelming and isolating. We offer a unique blend of Transactional Analysis psychotherapy and specialized fertility coaching to provide holistic support. Our approach helps you process complex emotions, strengthen communication in relationships, and develop resilient coping strategies, fostering a sense of clarity and hope throughout your journey."
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About My Approach",
|
||||
href: "#services",
|
||||
},
|
||||
text: "Learn More About My Approach", href: "#services"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/beautiful-woman-cafe-with-boyfriend_273609-12680.jpg"
|
||||
imageAlt="Therapist having a compassionate discussion with a couple"
|
||||
@@ -174,32 +129,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "emotional-processing",
|
||||
title: "Emotional Processing",
|
||||
descriptions: [
|
||||
"Gently explore and process feelings of grief, loss, anxiety, and frustration associated with infertility. Develop healthy emotional regulation techniques.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-practicing-yoga_72229-411.jpg",
|
||||
imageAlt: "Woman meditating peacefully",
|
||||
},
|
||||
id: "emotional-processing", title: "Emotional Processing", descriptions: [
|
||||
"Gently explore and process feelings of grief, loss, anxiety, and frustration associated with infertility. Develop healthy emotional regulation techniques."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-practicing-yoga_72229-411.jpg", imageAlt: "Woman meditating peacefully"},
|
||||
{
|
||||
id: "relationship-support",
|
||||
title: "Relationship Strengthening",
|
||||
descriptions: [
|
||||
"Enhance communication and understanding with your partner, family, and support network. Address relational dynamics affected by fertility stress using TA principles.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338281.jpg",
|
||||
imageAlt: "Couple holding hands in support",
|
||||
},
|
||||
id: "relationship-support", title: "Relationship Strengthening", descriptions: [
|
||||
"Enhance communication and understanding with your partner, family, and support network. Address relational dynamics affected by fertility stress using TA principles."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-spending-time-together-experiencing-time-expansion_23-2151338281.jpg", imageAlt: "Couple holding hands in support"},
|
||||
{
|
||||
id: "coping-strategies",
|
||||
title: "Resilient Coping Strategies",
|
||||
descriptions: [
|
||||
"Equip yourself with practical tools and techniques to manage stress, anxiety, and uncertainty. Build resilience for navigating the ups and downs of treatment.",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-making-vision-board_23-2149934506.jpg",
|
||||
imageAlt: "Person writing in a journal",
|
||||
},
|
||||
id: "coping-strategies", title: "Resilient Coping Strategies", descriptions: [
|
||||
"Equip yourself with practical tools and techniques to manage stress, anxiety, and uncertainty. Build resilience for navigating the ups and downs of treatment."],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-making-vision-board_23-2149934506.jpg", imageAlt: "Person writing in a journal"},
|
||||
]}
|
||||
title="Holistic Support for Your Emotional Well-being"
|
||||
description="Our tailored coaching and therapy sessions address every facet of your fertility journey."
|
||||
@@ -207,73 +147,18 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardFive
|
||||
textboxLayout="default"
|
||||
<TestimonialCardFifteen
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
testimonial="The support from Serene Pathways was invaluable. We learned to communicate better and process our emotions around IVF, which brought us closer. We feel so much more hopeful."
|
||||
rating={5}
|
||||
author="Sarah & Mark T."
|
||||
avatars={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah & Mark T.",
|
||||
date: "October 2023",
|
||||
title: "Found Hope and Strength",
|
||||
quote: "The support from Serene Pathways was invaluable. We learned to communicate better and process our emotions around IVF, which brought us closer. We feel so much more hopeful.",
|
||||
tag: "IVF Journey",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg",
|
||||
avatarAlt: "Smiling woman Sarah",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/wooden-pier-reflecting-sea-beautiful-sunset-sky_181624-19412.jpg",
|
||||
imageAlt: "Couple walking on beach",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "David R.",
|
||||
date: "September 2023",
|
||||
title: "A Space to Grieve and Grow",
|
||||
quote: "I wasn't sure what to expect, but the sessions provided a safe space to grieve and understand my feelings. It truly helped me navigate the emotional toll of secondary infertility.",
|
||||
tag: "Secondary Infertility",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/successful-senior-businessman-with-gray-beard_1262-3872.jpg",
|
||||
avatarAlt: "Thoughtful man David",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-holding-ukulele_23-2150232640.jpg",
|
||||
imageAlt: "Cozy living room",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily P.",
|
||||
date: "August 2023",
|
||||
title: "Empowered to Move Forward",
|
||||
quote: "This coaching changed my perspective. I feel more empowered, less anxious, and have a clearer path forward, regardless of the outcome. Highly recommend!",
|
||||
tag: "Conception Anxiety",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter_1157-8483.jpg",
|
||||
avatarAlt: "Woman with warm smile Emily",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plant-growing-from-soil_23-2151729598.jpg",
|
||||
imageAlt: "Blooming flowers",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Jessica & Tom L.",
|
||||
date: "July 2023",
|
||||
title: "Stronger as a Couple",
|
||||
quote: "We've been through so much, and this therapy helped us reconnect and support each other without resentment. Our relationship is stronger than ever.",
|
||||
tag: "Relationship Dynamics",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-people-wearing-graphic-eye-makeup_23-2151120780.jpg",
|
||||
avatarAlt: "Smiling couple Jessica and Tom",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bamboo-forest-landscape_23-2148121711.jpg",
|
||||
imageAlt: "Light filtering through trees",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Amanda G.",
|
||||
date: "June 2023",
|
||||
title: "Found My Inner Resilience",
|
||||
quote: "I struggled with intense anxiety and self-blame. Through TA and coaching, I’ve found a deep sense of peace and resilience I never thought possible.",
|
||||
tag: "Emotional Healing",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-cute-tender-brunette-girl-blouse-looking-romantic-smiling-gazing-coquettish-standing-against-white-wall_176420-34079.jpg",
|
||||
avatarAlt: "Thoughtful woman Amanda",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/3d-mountains-against-cloudy-sunset-sky_1048-18881.jpg",
|
||||
imageAlt: "Sunrise over mountains",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/indoor-shot-happy-gorgeous-woman-with-relaxed-smile-spending-nice-time-cafe_273609-9043.jpg", alt: "Smiling woman Sarah"}
|
||||
]}
|
||||
title="Hear From Our Clients"
|
||||
description="Real stories of hope, healing, and resilience from individuals and couples on their fertility paths."
|
||||
ratingAnimation="slide-up"
|
||||
avatarsAnimation="slide-up"
|
||||
ariaLabel="Testimonial section"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -284,34 +169,16 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1",
|
||||
value: "90%",
|
||||
title: "Clients Report Increased Hope",
|
||||
items: [
|
||||
"Find clarity and emotional peace",
|
||||
"Reduce feelings of isolation",
|
||||
"Build a positive outlook",
|
||||
],
|
||||
id: "1", value: "90%", title: "Clients Report Increased Hope", items: [
|
||||
"Find clarity and emotional peace", "Reduce feelings of isolation", "Build a positive outlook"],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
value: "75%",
|
||||
title: "Reduction in Fertility-Related Anxiety",
|
||||
items: [
|
||||
"Develop effective coping tools",
|
||||
"Manage stress and uncertainty",
|
||||
"Improve emotional regulation",
|
||||
],
|
||||
id: "2", value: "75%", title: "Reduction in Fertility-Related Anxiety", items: [
|
||||
"Develop effective coping tools", "Manage stress and uncertainty", "Improve emotional regulation"],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
value: "85%",
|
||||
title: "Stronger Relationship Bonds",
|
||||
items: [
|
||||
"Enhance communication with partner",
|
||||
"Navigate family planning together",
|
||||
"Foster mutual understanding and support",
|
||||
],
|
||||
id: "3", value: "85%", title: "Stronger Relationship Bonds", items: [
|
||||
"Enhance communication with partner", "Navigate family planning together", "Foster mutual understanding and support"],
|
||||
},
|
||||
]}
|
||||
title="Our Impact & Client Journeys"
|
||||
@@ -325,25 +192,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What is Transactional Analysis (TA) and how does it relate to fertility?",
|
||||
content: "Transactional Analysis (TA) is a theory of personality and systematic psychotherapy for personal growth and change. It helps understand communication patterns (transactions) within relationships and with oneself. In fertility, TA can help identify and heal emotional blocks, improve communication with partners and medical teams, and manage the psychological impact of the journey.",
|
||||
},
|
||||
id: "1", title: "What is Transactional Analysis (TA) and how does it relate to fertility?", content: "Transactional Analysis (TA) is a theory of personality and systematic psychotherapy for personal growth and change. It helps understand communication patterns (transactions) within relationships and with oneself. In fertility, TA can help identify and heal emotional blocks, improve communication with partners and medical teams, and manage the psychological impact of the journey."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Who can benefit from fertility coaching?",
|
||||
content: "Anyone navigating the emotional complexities of trying to conceive, experiencing infertility, undergoing assisted reproductive technologies (ART) like IVF, or dealing with grief and loss related to family planning. Individuals and couples seeking emotional resilience and clarity will find this support invaluable.",
|
||||
},
|
||||
id: "2", title: "Who can benefit from fertility coaching?", content: "Anyone navigating the emotional complexities of trying to conceive, experiencing infertility, undergoing assisted reproductive technologies (ART) like IVF, or dealing with grief and loss related to family planning. Individuals and couples seeking emotional resilience and clarity will find this support invaluable."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Is this a substitute for medical fertility treatment?",
|
||||
content: "No, our services are complementary to medical fertility treatments. We focus on emotional well-being, mental health, and relationship dynamics, which are crucial but often overlooked aspects of the fertility journey. We encourage clients to work closely with their medical providers.",
|
||||
},
|
||||
id: "3", title: "Is this a substitute for medical fertility treatment?", content: "No, our services are complementary to medical fertility treatments. We focus on emotional well-being, mental health, and relationship dynamics, which are crucial but often overlooked aspects of the fertility journey. We encourage clients to work closely with their medical providers."},
|
||||
{
|
||||
id: "4",
|
||||
title: "What is the typical length of therapy/coaching?",
|
||||
content: "The duration varies based on individual needs and goals. Some clients benefit from short-term coaching for specific challenges, while others prefer ongoing psychotherapy for deeper emotional work. We will discuss a personalized plan during your initial consultation.",
|
||||
},
|
||||
id: "4", title: "What is the typical length of therapy/coaching?", content: "The duration varies based on individual needs and goals. Some clients benefit from short-term coaching for specific challenges, while others prefer ongoing psychotherapy for deeper emotional work. We will discuss a personalized plan during your initial consultation."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/programmer-work_1098-21521.jpg"
|
||||
imageAlt="Woman looking thoughtful, pondering a question"
|
||||
@@ -363,49 +218,13 @@ export default function LandingPage() {
|
||||
description="Explore articles and guides designed to support your emotional well-being on the path to parenthood."
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Emotional Health",
|
||||
title: "Managing Anxiety During IVF: Practical Strategies",
|
||||
excerpt: "IVF can be a rollercoaster of emotions. Learn practical strategies to manage anxiety and maintain your mental well-being throughout the process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-writing-adhesive-note-with-laptop-crumpled-paper-black-background_23-2147916430.jpg",
|
||||
imageAlt: "Woman writing in a journal",
|
||||
authorName: "Dr. Jane Doe",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg",
|
||||
date: "November 1, 2023",
|
||||
},
|
||||
id: "1", category: "Emotional Health", title: "Managing Anxiety During IVF: Practical Strategies", excerpt: "IVF can be a rollercoaster of emotions. Learn practical strategies to manage anxiety and maintain your mental well-being throughout the process.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-writing-adhesive-note-with-laptop-crumpled-paper-black-background_23-2147916430.jpg", imageAlt: "Woman writing in a journal", authorName: "Dr. Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/coffee-time-me-please_329181-17310.jpg", date: "November 1, 2023"},
|
||||
{
|
||||
id: "2",
|
||||
category: "Relationships",
|
||||
title: "Strengthening Your Partnership: Communication During Infertility",
|
||||
excerpt: "Infertility can strain relationships. Discover effective communication techniques to strengthen your bond and support each other through challenging times.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-having-fun-time_23-2148399553.jpg",
|
||||
imageAlt: "Couple talking over coffee",
|
||||
authorName: "Dr. Jane Doe",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg",
|
||||
date: "October 15, 2023",
|
||||
},
|
||||
id: "2", category: "Relationships", title: "Strengthening Your Partnership: Communication During Infertility", excerpt: "Infertility can strain relationships. Discover effective communication techniques to strengthen your bond and support each other through challenging times.", imageSrc: "http://img.b2bpic.net/free-photo/senior-couple-having-fun-time_23-2148399553.jpg", imageAlt: "Couple talking over coffee", authorName: "Dr. Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg", date: "October 15, 2023"},
|
||||
{
|
||||
id: "3",
|
||||
category: "Mind-Body",
|
||||
title: "The Power of Mindfulness in Fertility Journey",
|
||||
excerpt: "Integrate mindfulness into your daily routine to reduce stress, foster emotional resilience, and cultivate a sense of calm amidst uncertainty.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spiritual-retreat-with-man-meditating_23-2149325117.jpg",
|
||||
imageAlt: "Woman meditating",
|
||||
authorName: "Dr. Jane Doe",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/stylish-teenages-sitting-chair_23-2147611504.jpg",
|
||||
date: "September 28, 2023",
|
||||
},
|
||||
id: "3", category: "Mind-Body", title: "The Power of Mindfulness in Fertility Journey", excerpt: "Integrate mindfulness into your daily routine to reduce stress, foster emotional resilience, and cultivate a sense of calm amidst uncertainty.", imageSrc: "http://img.b2bpic.net/free-photo/spiritual-retreat-with-man-meditating_23-2149325117.jpg", imageAlt: "Woman meditating", authorName: "Dr. Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/stylish-teenages-sitting-chair_23-2147611504.jpg", date: "September 28, 2023"},
|
||||
{
|
||||
id: "4",
|
||||
category: "Psychotherapy",
|
||||
title: "Understanding Your Inner Child: TA in Fertility",
|
||||
excerpt: "Explore how Transactional Analysis helps in recognizing and nurturing your 'Inner Child' to heal past wounds affecting your present fertility journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-26328.jpg",
|
||||
imageAlt: "Therapist explaining a concept",
|
||||
authorName: "Dr. Jane Doe",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-holding-book_23-2148396361.jpg",
|
||||
date: "September 10, 2023",
|
||||
},
|
||||
id: "4", category: "Psychotherapy", title: "Understanding Your Inner Child: TA in Fertility", excerpt: "Explore how Transactional Analysis helps in recognizing and nurturing your 'Inner Child' to heal past wounds affecting your present fertility journey.", imageSrc: "http://img.b2bpic.net/free-photo/people-hangout-together-coffee-shop_53876-26328.jpg", imageAlt: "Therapist explaining a concept", authorName: "Dr. Jane Doe", authorAvatar: "http://img.b2bpic.net/free-photo/smiley-woman-holding-book_23-2148396361.jpg", date: "September 10, 2023"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -414,8 +233,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
tag="Connect With Us"
|
||||
title="Ready to Start Your Journey to Clarity?"
|
||||
description="Schedule a compassionate and confidential consultation to discuss your needs and how we can support you. Take the first step towards emotional well-being."
|
||||
@@ -429,62 +247,37 @@ export default function LandingPage() {
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Fertility Coaching",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Fertility Coaching", href: "#services"},
|
||||
{
|
||||
label: "TA Psychotherapy",
|
||||
href: "#services",
|
||||
},
|
||||
label: "TA Psychotherapy", href: "#services"},
|
||||
{
|
||||
label: "Relationship Support",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Relationship Support", href: "#services"},
|
||||
{
|
||||
label: "Emotional Wellness",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Emotional Wellness", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Me", href: "#about"},
|
||||
{
|
||||
label: "Testimonials",
|
||||
href: "#testimonials",
|
||||
},
|
||||
label: "Testimonials", href: "#testimonials"},
|
||||
{
|
||||
label: "Blog",
|
||||
href: "#blog",
|
||||
},
|
||||
label: "Blog", href: "#blog"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
title: "Resources", items: [
|
||||
{
|
||||
label: "FAQs",
|
||||
href: "#faqs",
|
||||
},
|
||||
label: "FAQs", href: "#faqs"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user