Update src/app/page.tsx
This commit is contained in:
273
src/app/page.tsx
273
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Workshop",
|
||||
id: "workshop",
|
||||
},
|
||||
name: "Workshop", id: "workshop"},
|
||||
{
|
||||
name: "Resources",
|
||||
id: "resources",
|
||||
},
|
||||
name: "Resources", id: "resources"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Blossom Psychotherapy"
|
||||
/>
|
||||
@@ -58,39 +50,23 @@ export default function LandingPage() {
|
||||
description="Therapist-led support for grief, emotional healing, and finding peace again. You don’t have to carry this alone."
|
||||
buttons={[
|
||||
{
|
||||
text: "Join Grieving Gracefully",
|
||||
href: "#workshop",
|
||||
},
|
||||
text: "Join Grieving Gracefully", href: "#workshop"},
|
||||
{
|
||||
text: "Get Free Resources",
|
||||
href: "#free-guide",
|
||||
},
|
||||
text: "Get Free Resources", href: "#free-guide"},
|
||||
]}
|
||||
slides={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dream-catcher-indoors-still-life_23-2150466795.jpg?_wi=1",
|
||||
imageAlt: "Calm therapy office interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dream-catcher-indoors-still-life_23-2150466795.jpg", imageAlt: "Calm therapy office interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-420.jpg?_wi=1",
|
||||
imageAlt: "Person sitting by window",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-420.jpg", imageAlt: "Person sitting by window"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mandala-artwork-colorful-pattern-background-3d_58702-7098.jpg?_wi=1",
|
||||
imageAlt: "Hands holding plant",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mandala-artwork-colorful-pattern-background-3d_58702-7098.jpg", imageAlt: "Hands holding plant"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621903.jpg?_wi=1",
|
||||
imageAlt: "Sunlit cozy chair",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621903.jpg", imageAlt: "Sunlit cozy chair"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-candles-knitted-element-book-flowers_169016-11189.jpg?_wi=1",
|
||||
imageAlt: "Dried flowers vase",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-candles-knitted-element-book-flowers_169016-11189.jpg", imageAlt: "Dried flowers vase"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg?_wi=1",
|
||||
imageAlt: "Soft watercolor light",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg", imageAlt: "Soft watercolor light"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -100,9 +76,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Healing rooted in clinical expertise and faith."
|
||||
description={[
|
||||
"As a Licensed Marriage and Family Therapist, I walk beside you through the heavy seasons of life. My approach blends evidence-based clinical practice with faith-centered support, providing you with a safe space to process grief, loss, and emotional overwhelm.",
|
||||
"You are not meant to heal in isolation. I'm here to help you move from feeling stuck and alone toward finding genuine peace and regulation again.",
|
||||
]}
|
||||
"As a Licensed Marriage and Family Therapist, I walk beside you through the heavy seasons of life. My approach blends evidence-based clinical practice with faith-centered support, providing you with a safe space to process grief, loss, and emotional overwhelm.", "You are not meant to heal in isolation. I'm here to help you move from feeling stuck and alone toward finding genuine peace and regulation again."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -113,56 +87,30 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
title: "Live Zoom Sessions",
|
||||
description: "Connect with others on a similar journey in a supportive, live environment.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dream-catcher-indoors-still-life_23-2150466795.jpg?_wi=2",
|
||||
imageAlt: "calm therapy office interior",
|
||||
},
|
||||
bentoComponent: "reveal-icon", icon: Users,
|
||||
title: "Live Zoom Sessions", description: "Connect with others on a similar journey in a supportive, live environment."},
|
||||
{
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: BookOpen,
|
||||
title: "Downloadable Workbook",
|
||||
description: "Practical tools and reflective exercises to support your daily healing process.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-420.jpg?_wi=2",
|
||||
imageAlt: "peaceful person by window",
|
||||
},
|
||||
bentoComponent: "reveal-icon", icon: BookOpen,
|
||||
title: "Downloadable Workbook", description: "Practical tools and reflective exercises to support your daily healing process."},
|
||||
{
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Heart,
|
||||
title: "Faith-Integrated Healing",
|
||||
description: "Clinical strategies blended with comforting, faith-based guidance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mandala-artwork-colorful-pattern-background-3d_58702-7098.jpg?_wi=2",
|
||||
imageAlt: "hands holding small plant",
|
||||
},
|
||||
bentoComponent: "reveal-icon", icon: Heart,
|
||||
title: "Faith-Integrated Healing", description: "Clinical strategies blended with comforting, faith-based guidance."},
|
||||
{
|
||||
bentoComponent: "media-stack",
|
||||
items: [
|
||||
bentoComponent: "media-stack", items: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-relaxing-break-time_23-2149256927.jpg?_wi=1",
|
||||
imageAlt: "Supportive workshop group",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-relaxing-break-time_23-2149256927.jpg", imageAlt: "Supportive workshop group"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dream-catcher-indoors-still-life_23-2150466795.jpg?_wi=3",
|
||||
imageAlt: "Safe therapy space",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dream-catcher-indoors-still-life_23-2150466795.jpg", imageAlt: "Safe therapy space"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg?_wi=2",
|
||||
imageAlt: "Calming aesthetic",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg", imageAlt: "Calming aesthetic"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-autumn-flowers-representing-indian-sanchi-stupa-art_23-2151621903.jpg?_wi=2",
|
||||
imageAlt: "warm sunlit cozy room",
|
||||
},
|
||||
]}
|
||||
title="Grieving Gracefully Workshop"
|
||||
description="A 10-week, therapist-led journey designed to help you process loss, build resilience, and find connection within a safe community."
|
||||
buttons={[
|
||||
{
|
||||
text: "Save Your Spot",
|
||||
href: "#",
|
||||
},
|
||||
text: "Save Your Spot", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -175,23 +123,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Grace for the Overwhelmed Mom",
|
||||
price: "3-Week Reset",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-home_1157-18769.jpg?_wi=1",
|
||||
},
|
||||
id: "p1", name: "Grace for the Overwhelmed Mom", price: "3-Week Reset", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-home_1157-18769.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Grief Recovery Deep Dive",
|
||||
price: "Self-Paced",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-pink-velvet-cushion-with-opened-magazine_53876-65283.jpg?_wi=1",
|
||||
},
|
||||
id: "p2", name: "Grief Recovery Deep Dive", price: "Self-Paced", imageSrc: "http://img.b2bpic.net/free-photo/coffee-pink-velvet-cushion-with-opened-magazine_53876-65283.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Emotional Regulation Kit",
|
||||
price: "Toolbox",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-stationery-white_23-2147768879.jpg?_wi=1",
|
||||
},
|
||||
id: "p3", name: "Emotional Regulation Kit", price: "Toolbox", imageSrc: "http://img.b2bpic.net/free-photo/coffee-stationery-white_23-2147768879.jpg"},
|
||||
]}
|
||||
title="Specialized Support"
|
||||
description="Targeted programs for specific seasons of life."
|
||||
@@ -204,60 +140,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2023",
|
||||
title: "Life Changing",
|
||||
quote: "This program helped me process my grief in ways I never thought possible.",
|
||||
tag: "Workshop Grad",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-sitting-park-with-cup-coffee_1139-470.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-candles-knitted-element-book-flowers_169016-11189.jpg?_wi=2",
|
||||
imageAlt: "minimalist dried flower vase",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "Oct 2023", title: "Life Changing", quote: "This program helped me process my grief in ways I never thought possible.", tag: "Workshop Grad", avatarSrc: "http://img.b2bpic.net/free-photo/woman-sitting-park-with-cup-coffee_1139-470.jpg", imageSrc: "http://img.b2bpic.net/free-photo/cozy-home-still-life-with-candles-knitted-element-book-flowers_169016-11189.jpg", imageAlt: "minimalist dried flower vase"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Michael R.",
|
||||
date: "Sept 2023",
|
||||
title: "So Supported",
|
||||
quote: "I felt truly seen and heard. The faith-based aspect was exactly what I needed.",
|
||||
tag: "Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-older-woman-outdoors-by-lake_23-2148992133.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg?_wi=3",
|
||||
imageAlt: "soft abstract light watercolor",
|
||||
},
|
||||
id: "2", name: "Michael R.", date: "Sept 2023", title: "So Supported", quote: "I felt truly seen and heard. The faith-based aspect was exactly what I needed.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-older-woman-outdoors-by-lake_23-2148992133.jpg", imageSrc: "http://img.b2bpic.net/free-photo/abstract-soft-watercolor-paint_23-2147747662.jpg", imageAlt: "soft abstract light watercolor"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily K.",
|
||||
date: "Aug 2023",
|
||||
title: "Finally Unstuck",
|
||||
quote: "I feel like I have real tools now to handle my daily anxiety and emotional fatigue.",
|
||||
tag: "Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-nature_23-2148877481.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-beautiful-woman-relaxing-sofa_23-2147872116.jpg",
|
||||
imageAlt: "compassionate professional therapist headshot",
|
||||
},
|
||||
id: "3", name: "Emily K.", date: "Aug 2023", title: "Finally Unstuck", quote: "I feel like I have real tools now to handle my daily anxiety and emotional fatigue.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/side-view-young-woman-nature_23-2148877481.jpg", imageSrc: "http://img.b2bpic.net/free-photo/contemplated-beautiful-woman-relaxing-sofa_23-2147872116.jpg", imageAlt: "compassionate professional therapist headshot"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David L.",
|
||||
date: "July 2023",
|
||||
title: "Heart-Centered",
|
||||
quote: "A beautiful blend of clinical wisdom and genuine grace. Highly recommend.",
|
||||
tag: "Workshop Grad",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-using-sign-language_23-2148572589.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-relaxing-break-time_23-2149256927.jpg?_wi=2",
|
||||
imageAlt: "supportive group workshop setting",
|
||||
},
|
||||
id: "4", name: "David L.", date: "July 2023", title: "Heart-Centered", quote: "A beautiful blend of clinical wisdom and genuine grace. Highly recommend.", tag: "Workshop Grad", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-man-using-sign-language_23-2148572589.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-relaxing-break-time_23-2149256927.jpg", imageAlt: "supportive group workshop setting"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe M.",
|
||||
date: "June 2023",
|
||||
title: "Deep Healing",
|
||||
quote: "Transformative. I finally feel like I am finding my way back to myself.",
|
||||
tag: "Client",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/top-view-blank-paper-surrounded-by-cozy-elements_23-2151914178.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-home_1157-18769.jpg?_wi=2",
|
||||
imageAlt: "peaceful mother emotional pause",
|
||||
},
|
||||
id: "5", name: "Chloe M.", date: "June 2023", title: "Deep Healing", quote: "Transformative. I finally feel like I am finding my way back to myself.", tag: "Client", avatarSrc: "http://img.b2bpic.net/free-photo/top-view-blank-paper-surrounded-by-cozy-elements_23-2151914178.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mother-with-daughter-home_1157-18769.jpg", imageAlt: "peaceful mother emotional pause"},
|
||||
]}
|
||||
title="Voices of Hope"
|
||||
description="Stories of emotional transformation and finding peace again."
|
||||
@@ -272,49 +163,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "d1",
|
||||
name: "Healing Journal",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-pink-velvet-cushion-with-opened-magazine_53876-65283.jpg?_wi=2",
|
||||
},
|
||||
id: "d1", name: "Healing Journal", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/coffee-pink-velvet-cushion-with-opened-magazine_53876-65283.jpg"},
|
||||
{
|
||||
id: "d2",
|
||||
name: "Grief Guide",
|
||||
price: "$20",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168686.jpg",
|
||||
},
|
||||
id: "d2", name: "Grief Guide", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/still-life-colorful-overloaded-bullet-journal_23-2150168686.jpg"},
|
||||
{
|
||||
id: "d3",
|
||||
name: "Parenting Reset",
|
||||
price: "$25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-stationery-white_23-2147768879.jpg?_wi=2",
|
||||
},
|
||||
id: "d3", name: "Parenting Reset", price: "$25", imageSrc: "http://img.b2bpic.net/free-photo/coffee-stationery-white_23-2147768879.jpg"},
|
||||
{
|
||||
id: "d4",
|
||||
name: "Self-Care Bundle",
|
||||
price: "$40",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/border-from-coffee-office-supplies_23-2147768880.jpg",
|
||||
},
|
||||
id: "d4", name: "Self-Care Bundle", price: "$40", imageSrc: "http://img.b2bpic.net/free-photo/border-from-coffee-office-supplies_23-2147768880.jpg"},
|
||||
{
|
||||
id: "d5",
|
||||
name: "Peaceful Living Plan",
|
||||
price: "$30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/opened-book-near-pumpkins-flowers_23-2147767573.jpg",
|
||||
},
|
||||
id: "d5", name: "Peaceful Living Plan", price: "$30", imageSrc: "http://img.b2bpic.net/free-photo/opened-book-near-pumpkins-flowers_23-2147767573.jpg"},
|
||||
{
|
||||
id: "d6",
|
||||
name: "Reflection Cards",
|
||||
price: "$12",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/bouquet-lavender-cup-coffee-bed_23-2148535447.jpg",
|
||||
},
|
||||
id: "d6", name: "Reflection Cards", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/bouquet-lavender-cup-coffee-bed_23-2148535447.jpg"},
|
||||
]}
|
||||
title="Shop Digital Resources"
|
||||
description="Curated workbooks and guides to support your ongoing healing journey."
|
||||
buttons={[
|
||||
{
|
||||
text: "Shop Resources",
|
||||
href: "#",
|
||||
},
|
||||
text: "Shop Resources", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -324,14 +189,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"TikTok",
|
||||
"Instagram",
|
||||
"Facebook",
|
||||
"LinkedIn",
|
||||
"YouTube",
|
||||
"Pinterest",
|
||||
"Spotify",
|
||||
]}
|
||||
"TikTok", "Instagram", "Facebook", "LinkedIn", "YouTube", "Pinterest", "Spotify"]}
|
||||
title="Community of Support"
|
||||
description="Join our growing community online for daily tips and encouragement."
|
||||
/>
|
||||
@@ -344,15 +202,9 @@ export default function LandingPage() {
|
||||
description="Get immediate access to my emotional healing checklist designed to help you navigate moments of overwhelm."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Your Name"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Your Email"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bridge-nature_23-2147677677.jpg"
|
||||
buttonText="Download Free Guide"
|
||||
@@ -363,50 +215,31 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Explore",
|
||||
items: [
|
||||
title: "Explore", items: [
|
||||
{
|
||||
label: "Workshops",
|
||||
href: "#workshop",
|
||||
},
|
||||
label: "Workshops", href: "#workshop"},
|
||||
{
|
||||
label: "Shop",
|
||||
href: "#resources",
|
||||
},
|
||||
label: "Shop", href: "#resources"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community",
|
||||
items: [
|
||||
title: "Community", items: [
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
label: "TikTok", href: "#"},
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "Newsletter",
|
||||
href: "#free-guide",
|
||||
},
|
||||
label: "Newsletter", href: "#free-guide"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
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