Merge version_2 into main

Merge version_2 into main
This commit was merged in pull request #2.
This commit is contained in:
2026-05-08 21:52:54 +00:00

View File

@@ -30,135 +30,75 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "For You",
id: "#for-you",
},
name: "For You", id: "#for-you"},
{
name: "Approach",
id: "#approach",
},
name: "Approach", id: "#approach"},
{
name: "About",
id: "#about",
},
name: "About", id: "#about"},
{
name: "Investment",
id: "#investment",
},
name: "Investment", id: "#investment"},
]}
brandName="Chandler Macik, ACSW"
button={{
text: "Schedule a Free Consultation",
href: "#contact",
}}
text: "Schedule a Free Consultation", href: "#contact"}}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "sparkles-gradient",
}}
title="Something beneath the surface keeps generating this."
variant: "sparkles-gradient"}}
title="You have achieved so much, but why do you still feel stuck?"
description="You've tried managing it. The strategies help — until they don't. My work goes to the level where these patterns were learned, so they can actually shift."
testimonials={[
{
name: "Pull Quote",
handle: "Clinical Philosophy",
testimonial: "There are ways to manage these patterns, and there are ways to work with what's actually generating them at the level they were learned.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kxqzrv&_wi=1",
imageAlt: "elegant professional portrait warm lighting",
},
name: "Pull Quote", handle: "Clinical Philosophy", testimonial: "There are ways to manage these patterns, and there are ways to work with what's actually generating them at the level they were learned.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kxqzrv&_wi=1", imageAlt: "elegant professional portrait warm lighting"},
{
name: "Alex R.",
handle: "Professional Client",
testimonial: "Chandlers approach helped me see the logic behind my own reactivity in a way standard CBT never touched.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d5mg16&_wi=1",
imageAlt: "elegant professional portrait warm lighting",
},
name: "Alex R.", handle: "Professional Client", testimonial: "Chandlers approach helped me see the logic behind my own reactivity in a way standard CBT never touched.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d5mg16&_wi=1", imageAlt: "elegant professional portrait warm lighting"},
{
name: "Sarah K.",
handle: "Life Transition Client",
testimonial: "The depth of this work has shifted how I show up in my relationships entirely.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3fr8sr&_wi=1",
imageAlt: "elegant professional portrait warm lighting",
},
name: "Sarah K.", handle: "Life Transition Client", testimonial: "The depth of this work has shifted how I show up in my relationships entirely.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3fr8sr&_wi=1", imageAlt: "elegant professional portrait warm lighting"},
{
name: "Marcus J.",
handle: "High-Functioning Professional",
testimonial: "Finally, a space to explore the internal architecture rather than just 'fixing' the symptoms.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ybet2j&_wi=1",
imageAlt: "elegant professional portrait warm lighting",
},
name: "Marcus J.", handle: "High-Functioning Professional", testimonial: "Finally, a space to explore the internal architecture rather than just 'fixing' the symptoms.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ybet2j&_wi=1", imageAlt: "elegant professional portrait warm lighting"},
{
name: "Elena V.",
handle: "Deep Work Enthusiast",
testimonial: "His synthesis of Buddhist thought and depth psychology is profound and practical.",
rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m6iecg&_wi=1",
imageAlt: "elegant professional portrait warm lighting",
},
name: "Elena V.", handle: "Deep Work Enthusiast", testimonial: "His synthesis of Buddhist thought and depth psychology is profound and practical.", rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m6iecg&_wi=1", imageAlt: "elegant professional portrait warm lighting"},
]}
tag="Telehealth · CA Licensed · Private Pay"
buttons={[
{
text: "Schedule a Consultation",
href: "#contact",
},
text: "Schedule a Consultation", href: "#contact"},
{
text: "How I work",
href: "#approach",
},
text: "How I work", href: "#approach"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=kxqzrv&_wi=2"
avatars={[
{
src: "asset://hero-portrait-a1",
alt: "Client avatar 1",
},
src: "asset://hero-portrait-a1", alt: "Client avatar 1"},
{
src: "asset://hero-portrait-a2",
alt: "Client avatar 2",
},
src: "asset://hero-portrait-a2", alt: "Client avatar 2"},
{
src: "asset://hero-portrait-a3",
alt: "Client avatar 3",
},
src: "asset://hero-portrait-a3", alt: "Client avatar 3"},
{
src: "asset://hero-portrait-a4",
alt: "Client avatar 4",
},
src: "asset://hero-portrait-a4", alt: "Client avatar 4"},
{
src: "asset://hero-portrait-a5",
alt: "Client avatar 5",
},
src: "asset://hero-portrait-a5", alt: "Client avatar 5"},
]}
avatarText="Trusted by professionals navigating life's complexity."
marqueeItems={[
{
type: "text",
text: "Depth Psychology",
},
type: "text", text: "Depth Psychology"},
{
type: "text",
text: "Relational Gestalt",
},
type: "text", text: "Relational Gestalt"},
{
type: "text",
text: "Buddhist Frameworks",
},
type: "text", text: "Buddhist Frameworks"},
{
type: "text",
text: "Memory Reconsolidation",
},
type: "text", text: "Memory Reconsolidation"},
{
type: "text",
text: "Somatic Awareness",
},
type: "text", text: "Somatic Awareness"},
]}
/>
</div>
@@ -171,35 +111,17 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Inner Work for Men",
description: "Moving beyond managing symptoms to understand the emotional architecture beneath performance.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3fr8sr&_wi=2",
},
title: "Inner Work for Men", description: "Moving beyond managing symptoms to understand the emotional architecture beneath performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=3fr8sr&_wi=2"},
{
title: "High-Functioning",
description: "You function well, but there is a cost: anxiety, numbness, and the exhaustion beneath the performance.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ybet2j&_wi=2",
},
title: "High-Functioning", description: "You function well, but there is a cost: anxiety, numbness, and the exhaustion beneath the performance.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ybet2j&_wi=2"},
{
title: "Life Transitions",
description: "Career pivots, moves, relationship changes — transitions surface what was previously managed.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m6iecg&_wi=2",
},
title: "Life Transitions", description: "Career pivots, moves, relationship changes — transitions surface what was previously managed.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=m6iecg&_wi=2"},
{
title: "Spiritually Curious",
description: "Buddhist psychology, contemplative traditions — inquiry that takes inner life seriously.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dhe2t2",
},
title: "Spiritually Curious", description: "Buddhist psychology, contemplative traditions — inquiry that takes inner life seriously.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=dhe2t2"},
{
title: "Internationally Mobile",
description: "Understanding the complexity of identity and belonging for expats and Third Culture adults.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ugdytu",
},
title: "Internationally Mobile", description: "Understanding the complexity of identity and belonging for expats and Third Culture adults.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=ugdytu"},
{
title: "Depth Over Fixes",
description: "Working at the actual source of the emotional learning that keeps producing the same pattern.",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t59985",
},
title: "Depth Over Fixes", description: "Working at the actual source of the emotional learning that keeps producing the same pattern.", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=t59985"},
]}
title="You're not broken. Your pattern has an internal logic."
description="The people I work with are typically high-functioning — capable, thoughtful, often accomplished. What brings them to therapy isn't a crisis. It's the quiet recognition that something keeps repeating."
@@ -214,29 +136,17 @@ export default function LandingPage() {
description="Most therapy focuses on managing what shows up. I'm interested in what's generating it — the emotional learning formed early. My approach draws from depth psychology, memory reconsolidation research, and Buddhist psychological frameworks."
bulletPoints={[
{
title: "Coherence Therapy",
description: "Working with the emotional logic beneath symptoms.",
},
title: "Coherence Therapy", description: "Working with the emotional logic beneath symptoms."},
{
title: "Relational Gestalt",
description: "Present-moment contact and the relationship as the site of change.",
},
title: "Relational Gestalt", description: "Present-moment contact and the relationship as the site of change."},
{
title: "Psychodynamic Depth",
description: "Developmental history, attachment patterns, and themes.",
},
title: "Psychodynamic Depth", description: "Developmental history, attachment patterns, and themes."},
{
title: "Buddhist Psychology",
description: "The construction of suffering and nature of self.",
},
title: "Buddhist Psychology", description: "The construction of suffering and nature of self."},
{
title: "Somatic & Mindfulness",
description: "Body as primary intelligence and nervous system awareness.",
},
title: "Somatic & Mindfulness", description: "Body as primary intelligence and nervous system awareness."},
{
title: "ACT",
description: "Psychological flexibility used within depth work.",
},
title: "ACT", description: "Psychological flexibility used within depth work."},
]}
mediaAnimation="slide-up"
imageSrc="asset://hero-approach-img"
@@ -252,9 +162,7 @@ export default function LandingPage() {
description="I've spent years working with people who are intelligent, reflective, and genuinely stuck. My training sits at the intersection of depth psychology, relational Gestalt, and Buddhist contemplative frameworks."
bulletPoints={[
{
title: "Credentials",
description: "Licensed ACSW, California | MA, Program | Relational Gestalt Training | Coherence Therapy Training | Buddhist Psychology Studies",
},
title: "Credentials", description: "Licensed ACSW, California | MA, Program | Relational Gestalt Training | Coherence Therapy Training | Buddhist Psychology Studies"},
]}
imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=d5mg16&_wi=2"
mediaAnimation="slide-up"
@@ -268,45 +176,27 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "indiv",
badge: "Core",
price: "$XXX",
subtitle: "50-minute session",
features: [
"Weekly foundation",
],
id: "indiv", badge: "Core", price: "$XXX", subtitle: "50-minute session", features: [
"Weekly foundation"],
buttons: [
{
text: "Inquire",
},
text: "Inquire"},
],
},
{
id: "consult",
badge: "Intro",
price: "Free",
subtitle: "20 minutes",
features: [
"Assess fit, no commitment",
],
id: "consult", badge: "Intro", price: "Free", subtitle: "20 minutes", features: [
"Assess fit, no commitment"],
buttons: [
{
text: "Book",
},
text: "Book"},
],
},
{
id: "superbill",
badge: "Support",
price: "N/A",
subtitle: "Monthly",
features: [
"Superbills for OON PPO reimbursement (40-80%)",
],
id: "superbill", badge: "Support", price: "N/A", subtitle: "Monthly", features: [
"Superbills for OON PPO reimbursement (40-80%)"],
buttons: [
{
text: "Learn More",
},
text: "Learn More"},
],
},
]}
@@ -320,30 +210,15 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "How is this different from other therapy?",
content: "This approach goes to the level where the pattern was formed and updates it.",
},
id: "1", title: "How is this different from other therapy?", content: "This approach goes to the level where the pattern was formed and updates it."},
{
id: "2",
title: "Do you work outside California?",
content: "I am licensed in California and work via telehealth statewide.",
},
id: "2", title: "Do you work outside California?", content: "I am licensed in California and work via telehealth statewide."},
{
id: "3",
title: "How long does this take?",
content: "Pattern-level change is not quick; most clients work with me for 12 years.",
},
id: "3", title: "How long does this take?", content: "Pattern-level change is not quick; most clients work with me for 12 years."},
{
id: "4",
title: "Do you work with women?",
content: "I work with adults of any gender.",
},
id: "4", title: "Do you work with women?", content: "I work with adults of any gender."},
{
id: "5",
title: "What does a consultation call look like?",
content: "About 20 minutes to assess fit for both of us.",
},
id: "5", title: "What does a consultation call look like?", content: "About 20 minutes to assess fit for both of us."},
]}
sideTitle="Questions about the process"
faqsAnimation="slide-up"
@@ -354,15 +229,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
tag="Ready to work at the level where this was formed?"
title="Schedule your free consultation"
description="A 20-minute consultation carries no commitment."
buttons={[
{
text: "Book Free Consultation",
},
text: "Book Free Consultation"},
]}
/>
</div>
@@ -372,33 +245,21 @@ export default function LandingPage() {
logoText="Chandler Macik, ACSW"
columns={[
{
title: "Practice",
items: [
title: "Practice", items: [
{
label: "For You",
href: "#for-you",
},
label: "For You", href: "#for-you"},
{
label: "Approach",
href: "#approach",
},
label: "Approach", href: "#approach"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Email",
href: "mailto:hello@chandlermacik.com",
},
label: "Email", href: "mailto:hello@chandlermacik.com"},
{
label: "Consultation",
href: "#contact",
},
label: "Consultation", href: "#contact"},
],
},
]}
@@ -408,4 +269,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}