<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Authentic Personal Growth | Holistic Coaching & Development</title>
<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/2.2.1/flowbite.min.js"></script>
</head>
<body class="bg-gray-50">
<!-- Hero div -->
<header class="bg-white">
<div class="container mx-auto px-4 py-16 max-w-6xl">
<div class="text-center mb-12">
<h1 class="text-4xl md:text-5xl font-bold text-gray-900 mb-6">
Empower Your Authentic, Purposeful Living
</h1>
<p class="text-xl text-gray-600 mb-8 max-w-3xl mx-auto">
Are you feeling stuck between generic self-help advice and traditional approaches?
Discover a holistic path to personal growth that adapts to your unique journey.
</p>
<a href="https://calendar.google.com/calendar/appointments/AcZssZ2d-SOmPm-5A19EJfkL7Bg31KJ76bScDzDSe8g=?gv=true"
target="_blank"
class="inline-block bg-blue-600 text-white px-8 py-4 rounded-lg text-lg font-semibold hover:bg-blue-700 transition-colors">
Schedule Your Free Discovery Call
</a>
</div>
</div>
</header>
<!-- Common Challenges div -->
<div class="py-16 bg-gray-100">
<div class="container mx-auto px-4 max-w-6xl">
<h2 class="text-3xl font-bold text-center mb-12">Common Challenges We Address</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="text-xl font-semibold mb-4">Lack of Direction</h3>
<p class="text-gray-600">Finding clarity in your purpose and creating a meaningful vision for your future.</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="text-xl font-semibold mb-4">Overwhelm & Stress</h3>
<p class="text-gray-600">Managing daily pressures while maintaining focus on what truly matters.</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="text-xl font-semibold mb-4">Relationship Growth</h3>
<p class="text-gray-600">Building and maintaining meaningful connections in your personal and professional life.</p>
</div>
</div>
</div>
</div>
<!-- Our Approach div -->
<div class="py-16 bg-white">
<div class="container mx-auto px-4 max-w-6xl">
<h2 class="text-3xl font-bold text-center mb-12">Our Holistic Approach</h2>
<div class="grid md:grid-cols-2 gap-12 items-center">
<div>
<h3 class="text-2xl font-semibold mb-6">Understanding → Envisioning → Growth</h3>
<ul class="space-y-4">
<li class="flex items-start">
<span class="text-blue-600 font-bold mr-2">1.</span>
<div>
<strong class="block text-lg">Deep Understanding</strong>
<p class="text-gray-600">Discover what makes you unique through structured conversations and self-exploration.</p>
</div>
</li>
<li class="flex items-start">
<span class="text-blue-600 font-bold mr-2">2.</span>
<div>
<strong class="block text-lg">Clear Vision</strong>
<p class="text-gray-600">Create a meaningful vision based on your authentic self and values.</p>
</div>
</li>
<li class="flex items-start">
<span class="text-blue-600 font-bold mr-2">3.</span>
<div>
<strong class="block text-lg">Sustainable Growth</strong>
<p class="text-gray-600">Develop personalized routines and systems that align with your goals.</p>
</div>
</li>
</ul>
</div>
<div class="bg-gray-50 p-8 rounded-lg">
<h3 class="text-2xl font-semibold mb-6">Our Services Include:</h3>
<ul class="space-y-4">
<li class="flex items-center">
<svg class="w-5 h-5 text-blue-600 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
One-on-One Coaching
</li>
<li class="flex items-center">
<svg class="w-5 h-5 text-blue-600 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
Group Coaching Sessions
</li>
<li class="flex items-center">
<svg class="w-5 h-5 text-blue-600 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
Community Support
</li>
<li class="flex items-center">
<svg class="w-5 h-5 text-blue-600 mr-3" fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
Nature Retreats
</li>
</ul>
</div>
</div>
</div>
</div>
<!-- Differentiators div -->
<div class="py-16 bg-gray-100">
<div class="container mx-auto px-4 max-w-6xl">
<h2 class="text-3xl font-bold text-center mb-12">What Makes Us Different</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="text-xl font-semibold mb-4">Holistic Integration</h3>
<p class="text-gray-600">We combine the structure of self-help, the personalization of coaching, and the depth of therapeutic approaches.</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="text-xl font-semibold mb-4">Personalized Systems</h3>
<p class="text-gray-600">Custom routines and tools adapted to your unique needs and goals.</p>
</div>
<div class="bg-white p-6 rounded-lg shadow-md">
<h3 class="text-xl font-semibold mb-4">Community Support</h3>
<p class="text-gray-600">Access to a network of like-minded individuals on similar growth journeys.</p>
</div>
</div>
</div>
</div>
<!-- CTA div -->
<div class="py-16 bg-blue-600 text-white">
<div class="container mx-auto px-4 max-w-6xl text-center">
<h2 class="text-3xl font-bold mb-6">Ready to Begin Your Journey?</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto">
Take the first step toward authentic, purposeful living with a free discovery call.
</p>
<a href="https://calendar.google.com/calendar/appointments/AcZssZ2d-SOmPm-5A19EJfkL7Bg31KJ76bScDzDSe8g=?gv=true"
target="_blank"
class="inline-block bg-white text-blue-600 px-8 py-4 rounded-lg text-lg font-semibold hover:bg-gray-100 transition-colors">
Schedule Your Free Discovery Call
</a>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-900 text-gray-300 py-8">
<div class="container mx-auto px-4 max-w-6xl text-center">
<p>© 2024 All rights reserved.</p>
</div>
</footer>
</body>
</html>