Merge version_1 into main #1
309
src/app/page.tsx
309
src/app/page.tsx
@@ -26,231 +26,102 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "1:1 Sessions",
|
||||
id: "/sessions",
|
||||
},
|
||||
{
|
||||
name: "Free Resources",
|
||||
id: "/resources",
|
||||
},
|
||||
]}
|
||||
brandName="Michelle Kesil"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "1:1 Sessions", id: "/sessions" },
|
||||
{ name: "Free Resources", id: "/resources" },
|
||||
]}
|
||||
brandName="Michelle Kesil"
|
||||
button={{ text: "Book Now", href: "#pricing" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
title="Access your soul’s highest potential"
|
||||
description="Using intuition, neuroscience, and the quantum field to delete limiting beliefs in record time so you can finally live the abundant, fulfilled life you actually want."
|
||||
buttons={[
|
||||
{
|
||||
text: "Start Now",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neutral-abstract-texture-simple-background_53876-102511.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dull-abstract-pastel-color-beige_53876-97481.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/warm-beige-textured-wall-surface_84443-73002.jpg",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{ variant: "plain" }}
|
||||
title="Access your soul’s highest potential"
|
||||
description="Using intuition, neuroscience, and the quantum field to delete limiting beliefs in record time so you can finally live the abundant, fulfilled life you actually want."
|
||||
buttons={[{ text: "Start Now", href: "#" }]}
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/neutral-abstract-texture-simple-background_53876-102511.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/dull-abstract-pastel-color-beige_53876-97481.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/warm-beige-textured-wall-surface_84443-73002.jpg" },
|
||||
]}
|
||||
mediaAnimation="none"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Michelle Kesil"
|
||||
metrics={[
|
||||
{
|
||||
label: "Intuitive Energetic Healer",
|
||||
value: "Founder",
|
||||
icon: Sparkles,
|
||||
},
|
||||
{
|
||||
label: "Somatic Practitioner",
|
||||
value: "Expertise",
|
||||
icon: Lightbulb,
|
||||
},
|
||||
{
|
||||
label: "Spiritual Teacher",
|
||||
value: "Guidance",
|
||||
icon: Heart,
|
||||
},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<AboutMetric
|
||||
useInvertedBackground={false}
|
||||
title="Michelle Kesil"
|
||||
metrics={[
|
||||
{ label: "Intuitive Energetic Healer", value: "Founder", icon: Sparkles },
|
||||
{ label: "Somatic Practitioner", value: "Expertise", icon: Lightbulb },
|
||||
{ label: "Spiritual Teacher", value: "Guidance", icon: Heart },
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Healing the Body",
|
||||
description: "Somatic release and integrative health approaches.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/dried-lily-leaf-textured-background-design_53876-143099.jpg",
|
||||
},
|
||||
{
|
||||
title: "Feminine Energetics",
|
||||
description: "Unlock your natural flow and power.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beige-leaf-patterned-background-design-space_53876-129675.jpg",
|
||||
},
|
||||
{
|
||||
title: "Trauma Healing",
|
||||
description: "Clear generational patterns at the root.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hanging-drape-with-net-textured_53876-94992.jpg",
|
||||
},
|
||||
]}
|
||||
title="Expertise"
|
||||
description="My core pillars for transformation."
|
||||
/>
|
||||
</div>
|
||||
<div id="features" data-section="features">
|
||||
<FeatureCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{ title: "Healing the Body", description: "Somatic release and integrative health approaches.", imageSrc: "http://img.b2bpic.net/free-photo/dried-lily-leaf-textured-background-design_53876-143099.jpg" },
|
||||
{ title: "Feminine Energetics", description: "Unlock your natural flow and power.", imageSrc: "http://img.b2bpic.net/free-photo/beige-leaf-patterned-background-design-space_53876-129675.jpg" },
|
||||
{ title: "Trauma Healing", description: "Clear generational patterns at the root.", imageSrc: "http://img.b2bpic.net/free-photo/hanging-drape-with-net-textured_53876-94992.jpg" },
|
||||
]}
|
||||
title="Expertise"
|
||||
description="My core pillars for transformation."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "Transformative experience that helped me reclaim my power.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148916390.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Emily R.",
|
||||
handle: "@emilyr",
|
||||
testimonial: "I finally found the root cause of my persistent issues.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-brunette-girl-casual-clothes-touches-her-hair-looks-camera-sitting-chair-cafe_197531-33258.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Lisa M.",
|
||||
handle: "@lisam",
|
||||
testimonial: "The sessions were incredibly precise and insightful.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/charming-blonde-beautiful-woman-white-blouse-vintage-pearl-necklace-sits-street-cafe-licks-knife_197531-30009.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Anna K.",
|
||||
handle: "@annak",
|
||||
testimonial: "I feel lighter and more aligned than ever.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-summer-field-brunette-brown-underwear_1157-39335.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jane D.",
|
||||
handle: "@janed",
|
||||
testimonial: "A deep, powerful container for true healing.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-sport-outfit_23-2149348446.jpg",
|
||||
},
|
||||
]}
|
||||
title="What Women Are Saying"
|
||||
description="Hear from those who have transformed their lives."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardSix
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "Transformative experience that helped me reclaim my power.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-young-man-posing_23-2148916390.jpg" },
|
||||
{ id: "2", name: "Emily R.", handle: "@emilyr", testimonial: "I finally found the root cause of my persistent issues.", imageSrc: "http://img.b2bpic.net/free-photo/young-caucasian-brunette-girl-casual-clothes-touches-her-hair-looks-camera-sitting-chair-cafe_197531-33258.jpg" },
|
||||
{ id: "3", name: "Lisa M.", handle: "@lisam", testimonial: "The sessions were incredibly precise and insightful.", imageSrc: "http://img.b2bpic.net/free-photo/charming-blonde-beautiful-woman-white-blouse-vintage-pearl-necklace-sits-street-cafe-licks-knife_197531-30009.jpg" },
|
||||
{ id: "4", name: "Anna K.", handle: "@annak", testimonial: "I feel lighter and more aligned than ever.", imageSrc: "http://img.b2bpic.net/free-photo/woman-summer-field-brunette-brown-underwear_1157-39335.jpg" },
|
||||
{ id: "5", name: "Jane D.", handle: "@janed", testimonial: "A deep, powerful container for true healing.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-sport-outfit_23-2149348446.jpg" },
|
||||
]}
|
||||
title="What Women Are Saying"
|
||||
description="Hear from those who have transformed their lives."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Investment"
|
||||
description="Choose the level of support that serves your current journey."
|
||||
plans={[
|
||||
{
|
||||
id: "p1",
|
||||
tag: "Deep Dive",
|
||||
price: "$225",
|
||||
period: "per session",
|
||||
description: "Comprehensive energetic and somatic assessment.",
|
||||
button: {
|
||||
text: "Book Now",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"1 hour session",
|
||||
"Somatic release",
|
||||
"Quantum alignment",
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
tag: "Guidance",
|
||||
price: "$60",
|
||||
period: "audio",
|
||||
description: "Targeted intuitive answers to your specific questions.",
|
||||
button: {
|
||||
text: "Order",
|
||||
},
|
||||
featuresTitle: "Includes:",
|
||||
features: [
|
||||
"20 min audio",
|
||||
"3 questions",
|
||||
"High-vibe clarity",
|
||||
],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardFive
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Investment"
|
||||
description="Choose the level of support that serves your current journey."
|
||||
plans={[
|
||||
{ id: "p1", tag: "Deep Dive", price: "$225", period: "per session", description: "Comprehensive energetic and somatic assessment.", button: { text: "Book Now" }, featuresTitle: "Includes:", features: ["1 hour session", "Somatic release", "Quantum alignment"] },
|
||||
{ id: "p2", tag: "Guidance", price: "$60", period: "audio", description: "Targeted intuitive answers to your specific questions.", button: { text: "Order" }, featuresTitle: "Includes:", features: ["20 min audio", "3 questions", "High-vibe clarity"] },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Sessions",
|
||||
href: "/sessions",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Free Analysis",
|
||||
href: "/resources",
|
||||
},
|
||||
{
|
||||
label: "Webinars",
|
||||
href: "/resources",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Michelle Kesil"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Navigate", items: [{ label: "Home", href: "/" }, { label: "Sessions", href: "/sessions" }] },
|
||||
{ title: "Resources", items: [{ label: "Free Analysis", href: "/resources" }, { label: "Webinars", href: "/resources" }] },
|
||||
]}
|
||||
logoText="Michelle Kesil"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -7,7 +7,7 @@ import FooterBase from '@/components/sections/footer/FooterBase';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function ResourcesPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
@@ -22,128 +22,58 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "1:1 Sessions",
|
||||
id: "/sessions",
|
||||
},
|
||||
{
|
||||
name: "Free Resources",
|
||||
id: "/resources",
|
||||
},
|
||||
]}
|
||||
brandName="Michelle Kesil"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "1:1 Sessions", id: "/sessions" },
|
||||
{ name: "Free Resources", id: "/resources" },
|
||||
]}
|
||||
brandName="Michelle Kesil"
|
||||
button={{ text: "Get Started", href: "/" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Free Resources"
|
||||
description="Tools to support your journey."
|
||||
blogs={[
|
||||
{
|
||||
id: "1",
|
||||
category: "Video",
|
||||
title: "Video Teachings",
|
||||
excerpt: "Learn the basics.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-empty-square-plate-brown-ed-light-white-desk_140725-115149.jpg",
|
||||
authorName: "Michelle",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg",
|
||||
date: "2025",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
category: "Podcast",
|
||||
title: "Podcast",
|
||||
excerpt: "Listen and align.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/floral-gold-texture-abstract-background_53876-104011.jpg",
|
||||
authorName: "Michelle",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-woman-posing-with-plant_23-2149411342.jpg",
|
||||
date: "2025",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
category: "Webinar",
|
||||
title: "Bi-Weekly",
|
||||
excerpt: "Live healing sessions.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/thick-white-beige-acrylic-paint-fluid_53876-96678.jpg",
|
||||
authorName: "Michelle",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453354.jpg",
|
||||
date: "2025",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="blog" data-section="blog">
|
||||
<BlogCardOne
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
title="Free Resources"
|
||||
description="Tools to support your journey."
|
||||
blogs={[
|
||||
{ id: "1", category: "Video", title: "Video Teachings", excerpt: "Learn the basics.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-empty-square-plate-brown-ed-light-white-desk_140725-115149.jpg", authorName: "Michelle", authorAvatar: "http://img.b2bpic.net/free-photo/close-up-successful-entrepreneur_1098-3855.jpg", date: "2025" },
|
||||
{ id: "2", category: "Podcast", title: "Podcast", excerpt: "Listen and align.", imageSrc: "http://img.b2bpic.net/free-photo/floral-gold-texture-abstract-background_53876-104011.jpg", authorName: "Michelle", authorAvatar: "http://img.b2bpic.net/free-photo/side-view-woman-posing-with-plant_23-2149411342.jpg", date: "2025" },
|
||||
{ id: "3", category: "Webinar", title: "Bi-Weekly", excerpt: "Live healing sessions.", imageSrc: "http://img.b2bpic.net/free-photo/thick-white-beige-acrylic-paint-fluid_53876-96678.jpg", authorName: "Michelle", authorAvatar: "http://img.b2bpic.net/free-photo/beautiful-portrait-teenager-woman_23-2149453354.jpg", date: "2025" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Recommended Tools"
|
||||
description="Curated items for your healing space."
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
name: "Guided Meditation Pack",
|
||||
price: "$45",
|
||||
variant: "Digital",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/water-drop-background_23-2147787458.jpg",
|
||||
},
|
||||
{
|
||||
id: "prod-2",
|
||||
name: "Healing Journal",
|
||||
price: "$25",
|
||||
variant: "Physical",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/neutral-abstract-earth-tone-background_53876-104005.jpg",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="product" data-section="product">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
title="Recommended Tools"
|
||||
description="Curated items for your healing space."
|
||||
products={[
|
||||
{ id: "prod-1", name: "Guided Meditation Pack", price: "$45", variant: "Digital", imageSrc: "http://img.b2bpic.net/free-photo/water-drop-background_23-2147787458.jpg" },
|
||||
{ id: "prod-2", name: "Healing Journal", price: "$25", variant: "Physical", imageSrc: "http://img.b2bpic.net/free-photo/neutral-abstract-earth-tone-background_53876-104005.jpg" },
|
||||
{ id: "prod-3", name: "Affirmation Cards", price: "$30", variant: "Physical", imageSrc: "http://img.b2bpic.net/free-photo/neutral-abstract-earth-tone-background_53876-104005.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Sessions",
|
||||
href: "/sessions",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Free Analysis",
|
||||
href: "/resources",
|
||||
},
|
||||
{
|
||||
label: "Webinars",
|
||||
href: "/resources",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Michelle Kesil"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Navigate", items: [{ label: "Home", href: "/" }, { label: "Sessions", href: "/sessions" }] },
|
||||
{ title: "Resources", items: [{ label: "Free Analysis", href: "/resources" }, { label: "Webinars", href: "/resources" }] },
|
||||
]}
|
||||
logoText="Michelle Kesil"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
@@ -7,7 +7,7 @@ import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloating
|
||||
import PricingCardThree from '@/components/sections/pricing/PricingCardThree';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
|
||||
export default function LandingPage() {
|
||||
export default function SessionsPage() {
|
||||
return (
|
||||
<ThemeProvider
|
||||
defaultButtonVariant="shift-hover"
|
||||
@@ -22,127 +22,51 @@ export default function LandingPage() {
|
||||
headingFontWeight="bold"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "/",
|
||||
},
|
||||
{
|
||||
name: "1:1 Sessions",
|
||||
id: "/sessions",
|
||||
},
|
||||
{
|
||||
name: "Free Resources",
|
||||
id: "/resources",
|
||||
},
|
||||
]}
|
||||
brandName="Michelle Kesil"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{ name: "Home", id: "/" },
|
||||
{ name: "1:1 Sessions", id: "/sessions" },
|
||||
{ name: "Free Resources", id: "/resources" },
|
||||
]}
|
||||
brandName="Michelle Kesil"
|
||||
button={{ text: "Contact", href: "#footer" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{
|
||||
id: "1",
|
||||
price: "$225",
|
||||
name: "Intuitive Healing",
|
||||
features: [
|
||||
"1 hour session",
|
||||
"Deep somatic work",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Apply Now",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
price: "$60",
|
||||
name: "Intuitive Guidance",
|
||||
features: [
|
||||
"20 min audio",
|
||||
"3 questions answered",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Purchase",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
price: "$180",
|
||||
name: "Intuitive Health",
|
||||
features: [
|
||||
"In-depth analysis",
|
||||
"Functional support",
|
||||
],
|
||||
buttons: [
|
||||
{
|
||||
text: "Purchase",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
title="1:1 Sessions"
|
||||
description="Private sessions designed to meet you where you are."
|
||||
/>
|
||||
</div>
|
||||
<div id="pricing" data-section="pricing">
|
||||
<PricingCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
plans={[
|
||||
{ id: "1", price: "$225", name: "Intuitive Healing", features: ["1 hour session", "Deep somatic work"], buttons: [{ text: "Apply Now", href: "#" }] },
|
||||
{ id: "2", price: "$60", name: "Intuitive Guidance", features: ["20 min audio", "3 questions answered"], buttons: [{ text: "Purchase", href: "#" }] },
|
||||
{ id: "3", price: "$180", name: "Intuitive Health", features: ["In-depth analysis", "Functional support"], buttons: [{ text: "Purchase", href: "#" }] },
|
||||
]}
|
||||
title="1:1 Sessions"
|
||||
description="Private sessions designed to meet you where you are."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Sacred Container"
|
||||
description={[
|
||||
"Every session is a unique space held for your highest good.",
|
||||
"We work with the nervous system, energy body, and limiting belief structures.",
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<TextSplitAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Sacred Container"
|
||||
description={[
|
||||
"Every session is a unique space held for your highest good.", "We work with the nervous system, energy body, and limiting belief structures."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "/",
|
||||
},
|
||||
{
|
||||
label: "Sessions",
|
||||
href: "/sessions",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Resources",
|
||||
items: [
|
||||
{
|
||||
label: "Free Analysis",
|
||||
href: "/resources",
|
||||
},
|
||||
{
|
||||
label: "Webinars",
|
||||
href: "/resources",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
logoText="Michelle Kesil"
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBase
|
||||
columns={[
|
||||
{ title: "Navigate", items: [{ label: "Home", href: "/" }, { label: "Sessions", href: "/sessions" }] },
|
||||
{ title: "Resources", items: [{ label: "Free Analysis", href: "/resources" }, { label: "Webinars", href: "/resources" }] },
|
||||
]}
|
||||
logoText="Michelle Kesil"
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user