<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Enlightened Selling - Heart-Centered Sales Education</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600;700&family=Montserrat:wght@300;400;500;600&family=Playfair+Display:ital,wght@0,400;0,600;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css">
<script src="https://cdn.tailwindcss.com/3.4.16"></script>
<script>tailwind.config={theme:{extend:{colors:{primary:'#9a4d9d',secondary:'#efbe62'},borderRadius:{'none':'0px','sm':'4px',DEFAULT:'8px','md':'12px','lg':'16px','xl':'20px','2xl':'24px','3xl':'32px','full':'9999px','button':'8px'}}}}</script>
<style>
:where([class^="ri-"])::before { content: "\f3c2"; }
body {
font-family: 'Montserrat', sans-serif;
background-color: #fffaf5;
}
.heading-font {
font-family: 'Playfair Display', serif;
}
.accent-font {
font-family: 'Cormorant Garamond', serif;
}
.leaf-pattern {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100' fill='none'%3E%3Cpath d='M50 20C60 30 80 40 90 30C80 40 70 60 80 70C70 60 50 50 40 60C50 50 40 30 30 20C40 30 50 20 50 20Z' fill='%23efbe6220'/%3E%3C/svg%3E");
background-repeat: repeat;
}
.hero-gradient {
background: linear-gradient(135deg, rgba(154, 77, 157, 0.08) 0%, rgba(239, 190, 98, 0.08) 100%);
}
.testimonial-gradient {
background: linear-gradient(135deg, rgba(154, 77, 157, 0.05) 0%, rgba(239, 190, 98, 0.05) 100%);
}
input:focus, textarea:focus {
outline: 2px solid #9a4d9d;
outline-offset: 0;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: #9a4d9d;
cursor: pointer;
}
</style>
</head>
<body>
<!-- Header -->
<header class="w-full bg-white shadow-sm py-4 px-6 sticky top-0 z-50">
<div class="max-w-7xl mx-auto flex items-center justify-between">
<div class="flex items-center">
<img src="https://static.readdy.ai/image/165627451e8cc4972d78f6b288b37c59/d62c5fcf6b7241f92fcc3ec97d84d3cc.png" alt="Enlightened Selling Logo" class="h-12">
</div>
<nav class="hidden md:flex items-center space-x-8">
<a href="#" class="text-gray-700 hover:text-primary transition font-medium">Home</a>
<a href="#" class="text-gray-700 hover:text-primary transition font-medium">About</a>
<a href="#" class="text-gray-700 hover:text-primary transition font-medium">Programs</a>
<a href="#" class="text-gray-700 hover:text-primary transition font-medium">Testimonials</a>
<a href="#" class="text-gray-700 hover:text-primary transition font-medium">Blog</a>
<a href="#" class="text-gray-700 hover:text-primary transition font-medium">Contact</a>
</nav>
<div class="flex items-center space-x-4">
<a href="#join-now" class="bg-primary text-white px-6 py-2.5 rounded-button font-medium shadow-sm hover:bg-opacity-90 transition whitespace-nowrap">Join Now</a>
<button class="md:hidden w-10 h-10 flex items-center justify-center text-gray-700">
<i class="ri-menu-line ri-lg"></i>
</button>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="w-full relative overflow-hidden" style="background-image: url('https://readdy.ai/api/search-image?query=A%20serene%20gradient%20background%20with%20soft%20purple%20and%20golden%20hues%2C%20with%20ethereal%20light%20effects%20and%20subtle%20leaf%20patterns%2C%20creating%20a%20warm%20and%20inviting%20atmosphere%20for%20a%20spiritual%20business%20website.%20The%20left%20side%20has%20a%20clean%2C%20light%20area%20perfect%20for%20text%20placement%2C%20while%20the%20right%20side%20features%20more%20decorative%20elements.%20The%20transition%20between%20left%20and%20right%20is%20seamless%20and%20natural.&width=1920&height=800&seq=hero1&orientation=landscape'); background-size: cover; background-position: center right;">
<div class="absolute inset-0 bg-gradient-to-r from-white via-white/90 to-transparent"></div>
<div class="max-w-7xl mx-auto px-6 py-20 md:py-28 relative">
<div class="w-full md:w-1/2 space-y-6">
<h1 class="heading-font text-4xl md:text-5xl lg:text-6xl font-bold text-gray-800 leading-tight">
Sell with <span class="text-primary italic">Heart</span>, Not Pressure
</h1>
<p class="text-lg md:text-xl text-gray-600 max-w-xl">
Transform your relationship with selling. Learn authentic, heart-centered approaches that honor both you and your clients.
</p>
<div class="flex flex-col sm:flex-row gap-4 pt-4">
<a href="#join-now" class="bg-secondary text-gray-800 px-8 py-3.5 rounded-button font-medium shadow-md hover:bg-opacity-90 transition text-center whitespace-nowrap">
Start Your Journey
</a>
<a href="#learn-more" class="border-2 border-primary text-primary px-8 py-3.5 rounded-button font-medium hover:bg-primary hover:text-white transition text-center whitespace-nowrap">
Learn More
</a>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section id="learn-more" class="py-20 px-6">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="heading-font text-3xl md:text-4xl font-bold text-gray-800 mb-4">
Selling Can Be <span class="text-primary">Beautiful</span>
</h2>
<p class="text-gray-600 max-w-2xl mx-auto text-lg">
Our approach transforms selling from something you dread into something that feels aligned with your deepest values.
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white p-8 rounded-lg shadow-md flex flex-col items-center text-center">
<div class="w-16 h-16 bg-primary/10 rounded-full flex items-center justify-center mb-6">
<i class="ri-heart-line ri-xl text-primary"></i>
</div>
<h3 class="heading-font text-xl font-semibold text-gray-800 mb-3">Authentic Connection</h3>
<p class="text-gray-600">
Learn to create genuine relationships with potential clients that honor their journey and your gifts.
</p>
</div>
<div class="bg-white p-8 rounded-lg shadow-md flex flex-col items-center text-center">
<div class="w-16 h-16 bg-primary/10 rounded-full flex items-center justify-center mb-6">
<i class="ri-scales-3-line ri-xl text-primary"></i>
</div>
<h3 class="heading-font text-xl font-semibold text-gray-800 mb-3">Ethical Frameworks</h3>
<p class="text-gray-600">
Discover selling approaches that align with your values and create win-win outcomes for everyone involved.
</p>
</div>
<div class="bg-white p-8 rounded-lg shadow-md flex flex-col items-center text-center">
<div class="w-16 h-16 bg-primary/10 rounded-full flex items-center justify-center mb-6">
<i class="ri-seedling-line ri-xl text-primary"></i>
</div>
<h3 class="heading-font text-xl font-semibold text-gray-800 mb-3">Sustainable Growth</h3>
<p class="text-gray-600">
Build a business that grows organically through meaningful connections rather than manipulative tactics.
</p>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section class="py-20 px-6 bg-gray-50">
<div class="max-w-7xl mx-auto">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div class="order-2 md:order-1">
<h2 class="heading-font text-3xl md:text-4xl font-bold text-gray-800 mb-6">
For Heart-Centered Entrepreneurs Who <span class="text-primary">Resist Traditional Sales</span>
</h2>
<p class="text-gray-600 mb-6 text-lg">
If you've ever felt that traditional sales tactics don't align with your values or authentic self, you're in the right place.
</p>
<p class="text-gray-600 mb-8">
Our approach is especially designed for coaches, healers, consultants, and creative professionals who want to grow their business without compromising their integrity or spiritual values.
</p>
<div class="space-y-4">
<div class="flex items-start">
<div class="w-6 h-6 flex-shrink-0 text-secondary mt-1">
<i class="ri-check-line ri-lg"></i>
</div>
<p class="ml-3 text-gray-700">Transform your relationship with money and value</p>
</div>
<div class="flex items-start">
<div class="w-6 h-6 flex-shrink-0 text-secondary mt-1">
<i class="ri-check-line ri-lg"></i>
</div>
<p class="ml-3 text-gray-700">Learn to communicate your offerings with confidence</p>
</div>
<div class="flex items-start">
<div class="w-6 h-6 flex-shrink-0 text-secondary mt-1">
<i class="ri-check-line ri-lg"></i>
</div>
<p class="ml-3 text-gray-700">Create enrollment conversations that feel like a gift</p>
</div>
</div>
</div>
<div class="order-1 md:order-2">
<img src="https://readdy.ai/api/search-image?query=A%20diverse%20group%20of%20women%20entrepreneurs%20in%20a%20bright%2C%20airy%20space%20with%20plants%2C%20engaged%20in%20a%20workshop%20setting.%20Theyre%20sitting%20in%20a%20circle%2C%20sharing%20ideas%20with%20warm%2C%20authentic%20expressions.%20The%20atmosphere%20is%20collaborative%20and%20supportive%2C%20with%20natural%20light%20streaming%20in.%20The%20image%20has%20soft%20purple%20and%20gold%20accents%20in%20the%20decor%2C%20creating%20a%20warm%2C%20inviting%20atmosphere%20for%20heart-centered%20business%20discussions.&width=600&height=500&seq=workshop1&orientation=landscape" alt="Heart-centered entrepreneurs in a workshop" class="rounded-lg shadow-lg w-full h-auto object-cover">
</div>
</div>
</div>
</section>
<!-- Programs Section -->
<section class="py-20 px-6 leaf-pattern">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="heading-font text-3xl md:text-4xl font-bold text-gray-800 mb-4">
Our <span class="text-primary">Programs</span>
</h2>
<p class="text-gray-600 max-w-2xl mx-auto text-lg">
Discover the perfect pathway to transform your relationship with selling.
</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<div class="h-48 bg-primary/10 flex items-center justify-center">
<i class="ri-seedling-line ri-4x text-primary"></i>
</div>
<div class="p-6">
<h3 class="heading-font text-xl font-semibold text-gray-800 mb-2">Foundations Course</h3>
<p class="text-gray-600 mb-4">
A 6-week online program to transform your relationship with selling and learn the core principles of heart-centered enrollment.
</p>
<div class="flex justify-between items-center">
<span class="text-primary font-semibold">$497</span>
<a href="#" class="text-secondary font-medium hover:underline">Learn More →</a>
</div>
</div>
</div>
<div class="bg-white rounded-lg shadow-md overflow-hidden relative">
<div class="absolute top-4 right-4 bg-secondary text-gray-800 px-3 py-1 rounded-full text-sm font-medium">
Most Popular
</div>
<div class="h-48 bg-primary/10 flex items-center justify-center">
<i class="ri-plant-line ri-4x text-primary"></i>
</div>
<div class="p-6">
<h3 class="heading-font text-xl font-semibold text-gray-800 mb-2">Mastery Program</h3>
<p class="text-gray-600 mb-4">
A 3-month immersive experience with live coaching, community support, and advanced selling frameworks.
</p>
<div class="flex justify-between items-center">
<span class="text-primary font-semibold">$1,997</span>
<a href="#" class="text-secondary font-medium hover:underline">Learn More →</a>
</div>
</div>
</div>
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<div class="h-48 bg-primary/10 flex items-center justify-center">
<i class="ri-tree-line ri-4x text-primary"></i>
</div>
<div class="p-6">
<h3 class="heading-font text-xl font-semibold text-gray-800 mb-2">VIP Mentorship</h3>
<p class="text-gray-600 mb-4">
One-on-one support to transform your specific business challenges with personalized guidance and strategy.
</p>
<div class="flex justify-between items-center">
<span class="text-primary font-semibold">$4,997</span>
<a href="#" class="text-secondary font-medium hover:underline">Learn More →</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="py-20 px-6 testimonial-gradient">
<div class="max-w-7xl mx-auto">
<div class="text-center mb-16">
<h2 class="heading-font text-3xl md:text-4xl font-bold text-gray-800 mb-4">
Transformed <span class="text-primary">Relationships</span> with Selling
</h2>
<p class="text-gray-600 max-w-2xl mx-auto text-lg">
Hear from entrepreneurs who've discovered a new way to grow their business authentically.
</p>
</div>
<div class="grid md:grid-cols-2 gap-8">
<div class="bg-white p-8 rounded-lg shadow-md">
<div class="flex items-center mb-6">
<div class="text-secondary">
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
</div>
</div>
<p class="text-gray-700 mb-6 italic">
"Before Enlightened Selling, I dreaded sales calls and felt physically ill asking for money. Now, I see enrollment conversations as a sacred opportunity to help people transform. My business has doubled, but more importantly, I feel aligned and at peace with how I'm growing."
</p>
<div class="flex items-center">
<img src="https://readdy.ai/api/search-image?query=Professional%20headshot%20of%20a%20woman%20in%20her%2040s%20with%20shoulder-length%20curly%20brown%20hair%2C%20warm%20smile%2C%20wearing%20professional%20attire%20in%20soft%20purple%20tones%2C%20neutral%20background%2C%20natural%20lighting%2C%20genuine%20expression&width=60&height=60&seq=testimonial1&orientation=squarish" alt="Sarah Mitchell" class="w-12 h-12 rounded-full object-cover">
<div class="ml-4">
<h4 class="font-medium text-gray-800">Sarah Mitchell</h4>
<p class="text-gray-600 text-sm">Life Coach & Spiritual Mentor</p>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-lg shadow-md">
<div class="flex items-center mb-6">
<div class="text-secondary">
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
</div>
</div>
<p class="text-gray-700 mb-6 italic">
"As a healer, I always felt that selling was somehow impure or at odds with my spiritual practice. This program showed me how to bridge those worlds with integrity. I'm now fully booked with clients who truly value my work, and I never have to use manipulative tactics."
</p>
<div class="flex items-center">
<img src="https://readdy.ai/api/search-image?query=Professional%20headshot%20of%20a%20woman%20in%20her%2030s%20with%20long%20black%20hair%2C%20warm%20smile%2C%20wearing%20professional%20attire%20in%20earth%20tones%2C%20neutral%20background%2C%20natural%20lighting%2C%20genuine%20expression&width=60&height=60&seq=testimonial2&orientation=squarish" alt="Maya Johnson" class="w-12 h-12 rounded-full object-cover">
<div class="ml-4">
<h4 class="font-medium text-gray-800">Maya Johnson</h4>
<p class="text-gray-600 text-sm">Energy Healer & Wellness Coach</p>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-lg shadow-md">
<div class="flex items-center mb-6">
<div class="text-secondary">
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
</div>
</div>
<p class="text-gray-700 mb-6 italic">
"The frameworks taught in this program completely transformed how I approach client conversations. I'm now able to charge premium rates for my design services without apology, and my clients thank me for guiding them to make the right investment decisions."
</p>
<div class="flex items-center">
<img src="https://readdy.ai/api/search-image?query=Professional%20headshot%20of%20a%20woman%20in%20her%2050s%20with%20short%20gray%20hair%2C%20warm%20smile%2C%20wearing%20professional%20attire%20in%20neutral%20tones%2C%20clean%20background%2C%20natural%20lighting%2C%20genuine%20expression&width=60&height=60&seq=testimonial3&orientation=squarish" alt="Rebecca Thompson" class="w-12 h-12 rounded-full object-cover">
<div class="ml-4">
<h4 class="font-medium text-gray-800">Rebecca Thompson</h4>
<p class="text-gray-600 text-sm">Interior Designer & Consultant</p>
</div>
</div>
</div>
<div class="bg-white p-8 rounded-lg shadow-md">
<div class="flex items-center mb-6">
<div class="text-secondary">
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
<i class="ri-star-fill ri-lg"></i>
</div>
</div>
<p class="text-gray-700 mb-6 italic">
"I was ready to give up on my coaching business because I couldn't bring myself to use the aggressive sales tactics I was taught elsewhere. Enlightened Selling showed me there's another way. I've tripled my income while staying true to my values and authentic self."
</p>
<div class="flex items-center">
<img src="https://readdy.ai/api/search-image?query=Professional%20headshot%20of%20a%20woman%20in%20her%2040s%20with%20medium-length%20blonde%20hair%2C%20warm%20smile%2C%20wearing%20professional%20attire%20in%20soft%20blue%20tones%2C%20neutral%20background%2C%20natural%20lighting%2C%20genuine%20expression&width=60&height=60&seq=testimonial4&orientation=squarish" alt="Jennifer Williams" class="w-12 h-12 rounded-full object-cover">
<div class="ml-4">
<h4 class="font-medium text-gray-800">Jennifer Williams</h4>
<p class="text-gray-600 text-sm">Business Coach & Strategist</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Free Resource Section -->
<section class="py-20 px-6">
<div class="max-w-5xl mx-auto bg-white rounded-xl shadow-lg overflow-hidden">
<div class="grid md:grid-cols-2">
<div class="p-8 md:p-12 flex flex-col justify-center">
<h2 class="heading-font text-2xl md:text-3xl font-bold text-gray-800 mb-4">
Get Our Free Guide: <span class="text-primary">The Heart-Centered Sales Conversation</span>
</h2>
<p class="text-gray-600 mb-6">
Learn the 5-step framework for enrollment conversations that feel good for both you and your potential clients.
</p>
<form class="space-y-4">
<div>
<input type="text" placeholder="Your Name" class="w-full px-4 py-3 border border-gray-300 rounded-md focus:border-primary">
</div>
<div>
<input type="email" placeholder="Your Email" class="w-full px-4 py-3 border border-gray-300 rounded-md focus:border-primary">
</div>
<button type="submit" class="w-full bg-primary text-white px-6 py-3 rounded-button font-medium shadow-sm hover:bg-opacity-90 transition whitespace-nowrap">
Send Me the Guide
</button>
</form>
</div>
<div class="hidden md:block" style="background-image: url('https://readdy.ai/api/search-image?query=A%20beautiful%20image%20of%20an%20open%20journal%20with%20a%20pen%2C%20cup%20of%20tea%2C%20and%20some%20crystals%20or%20natural%20elements%20arranged%20thoughtfully%20on%20a%20wooden%20desk.%20The%20scene%20has%20soft%2C%20natural%20lighting%20with%20subtle%20purple%20and%20gold%20accents%20in%20the%20decor.%20The%20journal%20page%20shows%20some%20handwritten%20notes%20about%20authentic%20selling%20or%20heart-centered%20business.%20The%20overall%20aesthetic%20is%20warm%2C%20inviting%2C%20and%20spiritual%20yet%20professional.&width=500&height=600&seq=resource1&orientation=portrait'); background-size: cover; background-position: center;"></div>
</div>
</div>
</section>
<!-- Join Now Section -->
<section id="join-now" class="py-20 px-6" style="background-image: url('https://readdy.ai/api/search-image?query=A%20soft%2C%20ethereal%20background%20with%20gentle%20purple%20and%20gold%20gradient%2C%20with%20subtle%20leaf%20patterns%20and%20light%20effects%2C%20creating%20a%20spiritual%20and%20feminine%20atmosphere.%20The%20image%20has%20a%20clean%20design%20with%20ample%20space%20for%20text%20overlay%2C%20perfect%20for%20a%20call-to-action%20section%20on%20a%20heart-centered%20business%20website.&width=1920&height=600&seq=cta1&orientation=landscape'); background-size: cover; background-position: center;">
<div class="max-w-7xl mx-auto text-center">
<h2 class="heading-font text-3xl md:text-4xl font-bold text-gray-800 mb-6">
Ready to Transform Your Relationship with <span class="text-primary">Selling?</span>
</h2>
<p class="text-gray-600 max-w-2xl mx-auto text-lg mb-8">
Join our community of heart-centered entrepreneurs who are growing their businesses with integrity and authenticity.
</p>
<div class="bg-white p-8 md:p-12 rounded-xl shadow-lg max-w-4xl mx-auto">
<div class="grid md:grid-cols-3 gap-8">
<div class="border border-gray-200 rounded-lg p-6 flex flex-col hover:border-primary hover:shadow-md transition">
<h3 class="heading-font text-xl font-semibold text-gray-800 mb-2">Self-Study</h3>
<div class="text-primary font-bold text-2xl mb-2">$497</div>
<p class="text-gray-600 mb-6 flex-grow">Access our core curriculum at your own pace with lifetime access.</p>
<a href="#" class="bg-primary text-white px-6 py-3 rounded-button font-medium shadow-sm hover:bg-opacity-90 transition text-center whitespace-nowrap">
Enroll Now
</a>
</div>
<div class="border-2 border-primary rounded-lg p-6 flex flex-col relative bg-primary/5 shadow-md">
<div class="absolute top-0 right-0 transform translate-x-2 -translate-y-2 bg-secondary text-gray-800 px-3 py-1 rounded-full text-sm font-medium">
Most Popular
</div>
<h3 class="heading-font text-xl font-semibold text-gray-800 mb-2">Group Program</h3>
<div class="text-primary font-bold text-2xl mb-2">$1,997</div>
<p class="text-gray-600 mb-6 flex-grow">Join our 12-week live program with community support and coaching.</p>
<a href="#" class="bg-secondary text-gray-800 px-6 py-3 rounded-button font-medium shadow-sm hover:bg-opacity-90 transition text-center whitespace-nowrap">
Join Waitlist
</a>
</div>
<div class="border border-gray-200 rounded-lg p-6 flex flex-col hover:border-primary hover:shadow-md transition">
<h3 class="heading-font text-xl font-semibold text-gray-800 mb-2">VIP Mentorship</h3>
<div class="text-primary font-bold text-2xl mb-2">$4,997</div>
<p class="text-gray-600 mb-6 flex-grow">Get personalized 1:1 support to transform your specific business challenges.</p>
<a href="#" class="bg-primary text-white px-6 py-3 rounded-button font-medium shadow-sm hover:bg-opacity-90 transition text-center whitespace-nowrap">
Apply Now
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-50 py-16 px-6">
<div class="max-w-7xl mx-auto">
<div class="grid md:grid-cols-4 gap-8">
<div class="md:col-span-1">
<img src="https://static.readdy.ai/image/165627451e8cc4972d78f6b288b37c59/d62c5fcf6b7241f92fcc3ec97d84d3cc.png" alt="Enlightened Selling Logo" class="h-10 mb-6">
<p class="text-gray-600 mb-6">
Transforming how heart-centered entrepreneurs approach selling and business growth.
</p>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 bg-primary/10 rounded-full flex items-center justify-center text-primary hover:bg-primary hover:text-white transition">
<i class="ri-facebook-fill ri-lg"></i>
</a>
<a href="#" class="w-10 h-10 bg-primary/10 rounded-full flex items-center justify-center text-primary hover:bg-primary hover:text-white transition">
<i class="ri-instagram-line ri-lg"></i>
</a>
<a href="#" class="w-10 h-10 bg-primary/10 rounded-full flex items-center justify-center text-primary hover:bg-primary hover:text-white transition">
<i class="ri-linkedin-fill ri-lg"></i>
</a>
<a href="#" class="w-10 h-10 bg-primary/10 rounded-full flex items-center justify-center text-primary hover:bg-primary hover:text-white transition">
<i class="ri-youtube-fill ri-lg"></i>
</a>
</div>
</div>
<div>
<h3 class="font-semibold text-gray-800 mb-4">Programs</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-600 hover:text-primary transition">Foundations Course</a></li>
<li><a href="#" class="text-gray-600 hover:text-primary transition">Mastery Program</a></li>
<li><a href="#" class="text-gray-600 hover:text-primary transition">VIP Mentorship</a></li>
<li><a href="#" class="text-gray-600 hover:text-primary transition">Group Coaching</a></li>
<li><a href="#" class="text-gray-600 hover:text-primary transition">Free Resources</a></li>
</ul>
</div>
<div>
<h3 class="font-semibold text-gray-800 mb-4">Company</h3>
<ul class="space-y-3">
<li><a href="#" class="text-gray-600 hover:text-primary transition">About Us</a></li>
<li><a href="#" class="text-gray-600 hover:text-primary transition">Our Team</a></li>
<li><a href="#" class="text-gray-600 hover:text-primary transition">Blog</a></li>
<li><a href="#" class="text-gray-600 hover:text-primary transition">Testimonials</a></li>
<li><a href="#" class="text-gray-600 hover:text-primary transition">Contact</a></li>
</ul>
</div>
<div>
<h3 class="font-semibold text-gray-800 mb-4">Subscribe</h3>
<p class="text-gray-600 mb-4">
Get our latest insights on heart-centered selling delivered to your inbox.
</p>
<form class="space-y-3">
<div>
<input type="email" placeholder="Your Email" class="w-full px-4 py-2.5 border border-gray-300 rounded-md focus:border-primary">
</div>
<button type="submit" class="bg-primary text-white px-5 py-2.5 rounded-button font-medium shadow-sm hover:bg-opacity-90 transition whitespace-nowrap">
Subscribe
</button>
</form>
</div>
</div>
<div class="border-t border-gray-200 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center">
<p class="text-gray-500 text-sm">
&copy; 2025 Enlightened Selling. All rights reserved.
</p>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="#" class="text-gray-500 hover:text-primary text-sm">Privacy Policy</a>
<a href="#" class="text-gray-500 hover:text-primary text-sm">Terms of Service</a>
<a href="#" class="text-gray-500 hover:text-primary text-sm">Cookie Policy</a>
</div>
</div>
</div>
</footer>
<script>
document.addEventListener('DOMContentLoaded', function() {
// Smooth scroll for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function(e) {
e.preventDefault();
const targetId = this.getAttribute('href');
const targetElement = document.querySelector(targetId);
if (targetElement) {
window.scrollTo({
top: targetElement.offsetTop - 80,
behavior: 'smooth'
});
}
});
});
});
</script>
</body>
</html>
