<!DOCTYPE html>
<html class='v2' dir='ltr' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
<head>
<link href='https://www.blogger.com/static/v1/widgets/2872013778-css_bundle_v2.css' rel='stylesheet' type='text/css'/>
<meta charset='utf-8'/>
<meta content='width=device-width, initial-scale=1' name='viewport'/>
<link href='https://fonts.googleapis.com' rel='preconnect'/>
<link crossorigin='true' href='https://fonts.gstatic.com' rel='preconnect'/>
<link href='https://fonts.googleapis.com/css2?family=Pacifico&display=swap' rel='stylesheet'/>
<link href='https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap' rel='stylesheet'/>
<link href='https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800&display=swap' rel='stylesheet'/>
<link href='https://cdnjs.cloudflare.com/ajax/libs/remixicon/4.6.0/remixicon.min.css' rel='stylesheet'/>
<script src='https://cdn.tailwindcss.com/3.4.16'></script>
<link href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css' rel='stylesheet'/>
<meta content='Solo Biz Coach | design your business to fit your lifestyle and dreams' name='description'/>
<title>Solo Biz Coach - build a profitable business</title>
<link href='https://www.solobizcoach.com/' rel='canonical'/>
<!-- Begin Inspectlet Asynchronous Code -->
<script type='text/javascript'>
(function() {
window.__insp = window.__insp || [];
__insp.push(['wid', 778721546]);
var ldinsp = function(){
if(typeof window.__inspld != "undefined") return; window.__inspld = 1; var insp = document.createElement('script'); insp.type = 'text/javascript'; insp.async = true; insp.id = "inspsync"; insp.src = ('https:' == document.location.protocol ? 'https' : 'http') + '://cdn.inspectlet.com/inspectlet.js?wid=778721546&r=' + Math.floor(new Date().getTime()/3600000); var x = document.getElementsByTagName('script')[0]; x.parentNode.insertBefore(insp, x); };
setTimeout(ldinsp, 0);
})();
</script>
<!-- End Inspectlet Asynchronous Code -->
<!-- Google tag (gtag.js) -->
<script async='async' src='https://www.googletagmanager.com/gtag/js?id=G-G6Y1FDRK2P'></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-G6Y1FDRK2P');
</script>
<script type='application/ld+json'>
	{
	  "@context": "https://schema.org",
	  "@type": "WebPage",
	  "name": "Solo Biz Coach",
	  "url": "https://www.solobizcoach.com/",
	  "description": "The Solo Biz Coach Design your business to fit your lifestyle and dreams.",
	  "keywords": ["Solo Biz Coach", "Coach", "Career", "Entrepreneur", "Community", "Success", "Strategic", "Business"]
	}
	</script>
<script type='application/ld+json'>{
  "@context": "https://schema.org",
  "@graph": [
    {
      "@type": "SiteNavigationElement",
      "name": "Home",
      "url": "https://www.solobizcoach.com/",
      "description": "Solo Biz Coach helps entrepreneurs create sustainable businesses aligned with their personal values and goals."
    },
    {
      "@type": "SiteNavigationElement",
      "name": "About Solo Biz Coach",
      "url": "https://www.solobizcoach.com/#about",
      "description": "Learn about Solo Biz Coach Story & mission."
    },
    {
      "@type": "SiteNavigationElement",
      "name": "Solo Biz Coach Service",
      "url": "https://www.solobizcoach.com/#services",
      "description": "Explore comprehensive coaching services designed specifically for solo entrepreneurs."
    },
    {
      "@type": "SiteNavigationElement",
      "name": "Success Stories",
      "url": "https://www.solobizcoach.com/#testimonials",
      "description": "Hear from entrepreneurs who have transformed their businesses with Solo Biz Coach."
    },
    {
      "@type": "SiteNavigationElement",
      "name": "Business Insights",
      "url": "https://www.solobizcoach.com/#blog",
      "description": "Practical recommendations and tactics to support you in building your solo business."
    },
    {
      "@type": "SiteNavigationElement",
      "name": "Get in Touch",
      "url": "https://www.solobizcoach.com/#contact",
      "description": "Have questions or ready to start? Reach out to schedule your free consultation."
    }
  ]
}
	</script>
<script>
      tailwind.config = {
        theme: {
          extend: {
            colors: { primary: "#2A4365", secondary: "#FF6B35" },
            borderRadius: {
              none: "0px",
              sm: "4px",
              DEFAULT: "8px",
              md: "12px",
              lg: "16px",
              xl: "20px",
              "2xl": "24px",
              "3xl": "32px",
              full: "9999px",
              button: "8px",
            },
          },
        },
      };
    </script>
<style id='page-skin-1' type='text/css'><!--
:where([class^="ri-"])::before { content: "\f3c2"; }
body {
font-family: 'Poppins', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'Montserrat', sans-serif;
}
.hero-section {
background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.text-gradient {
background: linear-gradient(90deg, #2A4365, #38B2AC);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.service-card {
transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.testimonial-card {
transition: transform 0.3s ease;
}
.testimonial-card:hover {
transform: scale(1.03);
}
.nav-link {
position: relative;
}
.nav-link::after {
content: '';
position: absolute;
width: 0;
height: 2px;
bottom: -4px;
left: 0;
background-color: #FF6B35;
transition: width 0.3s ease;
}
.nav-link:hover::after {
width: 100%;
}
.custom-switch {
position: relative;
display: inline-block;
width: 60px;
height: 30px;
}
.custom-switch input {
opacity: 0;
width: 0;
height: 0;
}
.slider {
position: absolute;
cursor: pointer;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: #ccc;
transition: .4s;
border-radius: 30px;
}
.slider:before {
position: absolute;
content: "";
height: 22px;
width: 22px;
left: 4px;
bottom: 4px;
background-color: white;
transition: .4s;
border-radius: 50%;
}
input:checked + .slider {
background-color: #2A4365;
}
input:checked + .slider:before {
transform: translateX(30px);
}
.custom-checkbox {
position: relative;
padding-left: 35px;
cursor: pointer;
user-select: none;
}
.custom-checkbox input {
position: absolute;
opacity: 0;
cursor: pointer;
height: 0;
width: 0;
}
.checkmark {
position: absolute;
top: 0;
left: 0;
height: 24px;
width: 24px;
background-color: #fff;
border: 2px solid #e2e8f0;
border-radius: 4px;
transition: all 0.3s ease;
}
.custom-checkbox:hover input ~ .checkmark {
border-color: #2A4365;
}
.custom-checkbox input:checked ~ .checkmark {
background-color: #2A4365;
border-color: #2A4365;
}
.checkmark:after {
content: "";
position: absolute;
display: none;
}
.custom-checkbox input:checked ~ .checkmark:after {
display: block;
}
.custom-checkbox .checkmark:after {
left: 8px;
top: 4px;
width: 6px;
height: 12px;
border: solid white;
border-width: 0 2px 2px 0;
transform: rotate(45deg);
}
input[type="range"] {
-webkit-appearance: none;
width: 100%;
height: 8px;
border-radius: 5px;
background: #e2e8f0;
outline: none;
}
input[type="range"]::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
border-radius: 50%;
background: #2A4365;
cursor: pointer;
}
input[type="range"]::-moz-range-thumb {
width: 20px;
height: 20px;
border-radius: 50%;
background: #2A4365;
cursor: pointer;
border: none;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
-webkit-appearance: none;
margin: 0;
}
.video-modal {
display: none;
position: fixed;
z-index: 100;
left: 0;
top: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.8);
}
.video-modal-content {
position: relative;
margin: auto;
width: 80%;
max-width: 800px;
top: 50%;
transform: translateY(-50%);
}
.close-modal {
position: absolute;
right: -40px;
top: -40px;
font-size: 30px;
color: white;
cursor: pointer;
}
.blog-card {
transition: transform 0.3s ease;
}
.blog-card:hover {
transform: translateY(-5px);
}
@keyframes float {
0% {
transform: translateY(0px);
}
50% {
transform: translateY(-10px);
}
100% {
transform: translateY(0px);
}
}
.float-animation {
animation: float 3s ease-in-out infinite;
}
.scroll-indicator {
animation: bounce 2s infinite;
}
@keyframes bounce {
0%, 20%, 50%, 80%, 100% {
transform: translateY(0);
}
40% {
transform: translateY(-20px);
}
60% {
transform: translateY(-10px);
}
}
.error-container {
text-align: center;
display: flex;
flex-direction: column;
align-items: center;
}
.error-container h1 {
font-size: 8rem;
color: #2A4365;
}
.error-container p {
font-size: 1.5rem;
margin-bottom: 20px;
}

--></style>
<title>Solo Biz Coach</title>
<link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=3409555726661638263&amp;zx=8ad2d1a7-2e7e-47cc-81c5-cffc1e15540f' media='none' onload='if(media!=&#39;all&#39;)media=&#39;all&#39;' rel='stylesheet'/><noscript><link href='https://www.blogger.com/dyn-css/authorization.css?targetBlogID=3409555726661638263&amp;zx=8ad2d1a7-2e7e-47cc-81c5-cffc1e15540f' rel='stylesheet'/></noscript>
<meta name='google-adsense-platform-account' content='ca-host-pub-1556223355139109'/>
<meta name='google-adsense-platform-domain' content='blogspot.com'/>

</head>
<body class='bg-gray-50'>
<!-- Header -->
<header class='fixed w-full z-50 transition-all duration-300' id='header'>
<div class='container mx-auto px-4 py-4 flex items-center justify-between'>
<a class='flex items-center' href='/'>
<span class='text-2xl font-[&#39;Pacifico&#39;] text-primary'>Solo Biz Coach</span>
</a>
<nav class='hidden lg:flex items-center space-x-8'>
<a class='nav-link text-gray-800 hover:text-primary font-medium' href='https://www.solobizcoach.com/#home'>Home</a>
<a class='nav-link text-gray-800 hover:text-primary font-medium' href='https://www.solobizcoach.com/#about'>About</a>
<a class='nav-link text-gray-800 hover:text-primary font-medium' href='https://www.solobizcoach.com/#services'>Services</a>
<a class='nav-link text-gray-800 hover:text-primary font-medium' href='https://www.solobizcoach.com/#testimonials'>Testimonials</a>
<a class='nav-link text-gray-800 hover:text-primary font-medium' href='https://www.solobizcoach.com/#blog'>Blog</a>
<a class='nav-link text-gray-800 hover:text-primary font-medium' href='https://www.solobizcoach.com/#contact'>Contact</a>
</nav>
<div class='flex items-center space-x-4'>
<!--<label class='custom-switch'> <input id='theme-toggle' type='checkbox'/> <span class='slider'/> </label>-->
<a class='hidden md:inline-block bg-primary hover:bg-primary/90 text-white px-6 py-2 !rounded-button whitespace-nowrap' href='#contact'>Get Started</a>
<button class='lg:hidden w-10 h-10 flex items-center justify-center text-gray-700' id='mobile-menu-button'>
<i class='ri-menu-line ri-2x'></i>
</button>
</div>
</div>
<!-- Mobile Menu -->
<div class='hidden lg:hidden bg-white shadow-lg absolute w-full' id='mobile-menu'>
<div class='container mx-auto px-4 py-4 flex flex-col space-y-4'>
<a class='text-gray-800 hover:text-primary font-medium py-2' href='https://www.solobizcoach.com/#home'>Home</a>
<a class='text-gray-800 hover:text-primary font-medium py-2' href='https://www.solobizcoach.com/#about'>About</a>
<a class='text-gray-800 hover:text-primary font-medium py-2' href='https://www.solobizcoach.com/#services'>Services</a>
<a class='text-gray-800 hover:text-primary font-medium py-2' href='https://www.solobizcoach.com/#testimonials'>Testimonials</a>
<a class='text-gray-800 hover:text-primary font-medium py-2' href='https://www.solobizcoach.com/#blog'>Blog</a>
<a class='text-gray-800 hover:text-primary font-medium py-2' href='https://www.solobizcoach.com/#contact'>Contact</a>
<a class='bg-primary hover:bg-primary/90 text-white px-6 py-2 !rounded-button text-center whitespace-nowrap' href='https://www.solobizcoach.com/#contact'>Get Started</a>
</div>
</div>
</header>
<!-- Hero Section -->
<section class='hero-section min-h-screen flex items-center relative' id='home' style='background-image: url(&#39;https://readdy.ai/api/search-image?query=Modern%20business%20coaching%20concept%20with%20abstract%203D%20elements%2C%20gradient%20blue%20and%20orange%20colors%2C%20professional%20elegant%20design%2C%20light%20background%2C%20minimalist%20style%2C%20high-end%20professional%20look%2C%20subtle%20geometric%20shapes%20floating%20in%20space&width=1920&height=1080&seq=hero1&orientation=landscape&#39;);'>
<div class='absolute inset-0 bg-gradient-to-r from-primary/80 to-transparent'></div>
<div class='container mx-auto px-4 relative z-10'>
<div class='max-w-3xl text-white'>
<h1 class='text-4xl md:text-5xl lg:text-6xl font-bold mb-6'>
            Build a Business That Brings Freedom & Fulfillment
          </h1>
<p class='text-xl md:text-2xl mb-8 text-gray-100'>
            Solo Biz Coach helps entrepreneurs create sustainable businesses
            aligned with their personal values and goals.
          </p>
<div class='flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4'>
<a class='bg-white text-primary hover:bg-gray-100 px-8 py-3 !rounded-button font-semibold text-center whitespace-nowrap' href='#about'>Learn More</a>
<button class='bg-secondary hover:bg-secondary/90 text-white px-8 py-3 !rounded-button font-semibold flex items-center justify-center whitespace-nowrap' id='video-button'>
<i class='ri-play-circle-line ri-lg mr-2'></i> Watch Video
            </button>
</div>
</div>
</div>
<div class='absolute bottom-10 left-1/2 transform -translate-x-1/2 scroll-indicator'>
<a class='w-10 h-10 flex items-center justify-center text-white' href='#about'>
<i class='ri-arrow-down-line ri-2x'></i>
</a>
</div>
</section>
<!-- Video Modal -->
<div class='video-modal' id='video-modal'>
<div class='video-modal-content'>
<span class='close-modal'>&times;</span>
<div class='aspect-w-16 aspect-h-9 bg-black'>
<div class='w-full h-0 pb-[56.25%] relative'>
<div class='absolute inset-0 flex items-center justify-center bg-gray-900'>
<div class='text-white text-center'>
<iframe allow='accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture' allowfullscreen='true' frameborder='0' src='https://www.youtube.com/embed/0PbjZ01ObLA' style='position: absolute; top: 0; left: 0; width: 100%; height: 100%;'>
</iframe>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- About Section -->
<section class='py-20 bg-white' id='about'>
<div class='container mx-auto px-4'>
<div class='text-center mb-16'>
<h2 class='text-3xl md:text-4xl font-bold mb-4'>
            About <span class='text-gradient'>Solo Biz Coach</span>
</h2>
<p class='text-lg text-gray-600 max-w-3xl mx-auto'>
            Hello, my name is Fred and I am a career and business coach for individuals looking to start a business or improve their business.  I am flattered that you are here to get to know me a little better.
          </p>
</div>
<div class='grid grid-cols-1 lg:grid-cols-2 gap-12 items-center mb-20'>
<div class='relative'>
<div class='rounded-lg overflow-hidden shadow-xl transform hover:scale-105 transition-transform duration-300'>
<img alt='Fred - Business Coach' class='w-full h-auto object-cover' src='https://readdy.ai/api/search-image?query=Professional%20business%20coach%20in%20his%2040s%20with%20a%20warm%20smile%2C%20wearing%20smart%20casual%20attire%2C%20sitting%20in%20a%20modern%20office%20environment%20with%20large%20windows%2C%20natural%20light%2C%20bookshelves%20with%20business%20books%2C%20plants%2C%20and%20a%20minimalist%20desk%20setup&width=600&height=800&seq=coach1&orientation=portrait'/>
</div>
<div class='absolute -bottom-6 -right-6 bg-white p-4 rounded-lg shadow-lg transform hover:scale-110 transition-transform duration-300'>
<p class='text-primary font-bold'>15+ Years Experience</p>
</div>
</div>
<div>
<h3 class='text-2xl font-bold mb-6'>My Story & Mission</h3>
<p class='text-gray-700 mb-6'>
              As stated above, my name is Fred.  Since graduating law school in 2000, I have helped business people to raise money, to buy and sell businesses, and to grow their businesses.  In addition to my legal career, in 2007 I created an online business that I have grown into a great small business.  So, now I am a coach, lawyer, entrepreneur, blogger, Internet marketer, and rabid football fan.
            </p>
<p class='text-gray-700 mb-8'>
              Now, in addition to continuing to practice law and running an online business, I want to help you to build a business that meets you life goals and provides you with fulfillment. That is my goal for the Solo Biz Coach.
            </p>
<p class='text-gray-700 mb-10'>
              When I started my online business in 2007, I immediately fell in love with blogging.  I am fascinated by the medium and believe it presents one of the best ways to build a community of people with a common interest.  I want this site to become our community for talking about our passions and learning how to turn those passions into a full time income.
            </p>
<div class='grid grid-cols-1 md:grid-cols-2 gap-6 mb-8'>
<div class='bg-gray-50 p-6 rounded-lg transform hover:-translate-y-2 transition-transform duration-300'>
<div class='w-12 h-12 flex items-center justify-center bg-primary/10 rounded-full mb-4'>
<i class='ri-heart-line ri-xl text-primary'></i>
</div>
<h4 class='text-xl font-semibold mb-2'>Values-Driven</h4>
<p class='text-gray-600'>
                  Building businesses that align with your personal values and
                  vision.
                </p>
</div>
<div class='bg-gray-50 p-6 rounded-lg transform hover:-translate-y-2 transition-transform duration-300'>
<div class='w-12 h-12 flex items-center justify-center bg-primary/10 rounded-full mb-4'>
<i class='ri-line-chart-line ri-xl text-primary'></i>
</div>
<h4 class='text-xl font-semibold mb-2'>Results-Focused</h4>
<p class='text-gray-600'>
                  Practical strategies that deliver measurable business growth.
                </p>
</div>
</div>
<a class='inline-block bg-primary hover:bg-primary/90 text-white px-8 py-3 !rounded-button font-semibold whitespace-nowrap' href='#services'>Explore Services</a>
</div>
</div>
<div class='grid grid-cols-1 md:grid-cols-3 gap-8 mt-12'>
<div class='bg-white rounded-xl shadow-lg p-8 transform hover:-translate-y-2 transition-all duration-300 border-t-4 border-primary'>
<div class='w-16 h-16 flex items-center justify-center bg-primary/10 rounded-full mb-6'>
<i class='ri-lightbulb-line ri-2x text-primary'></i>
</div>
<h4 class='text-xl font-bold mb-4'>Innovation Mindset</h4>
<p class='text-gray-600'>
              Generating ingenious concepts and positioning ahead of market trends which allow the business to keep its competitive advantage.
            </p>
</div>
<div class='bg-white rounded-xl shadow-lg p-8 transform hover:-translate-y-2 transition-all duration-300 border-t-4 border-secondary'>
<div class='w-16 h-16 flex items-center justify-center bg-secondary/10 rounded-full mb-6'>
<i class='ri-team-line ri-2x text-secondary'></i>
</div>
<h4 class='text-xl font-bold mb-4'>Community Building</h4>
<p class='text-gray-600'>
              Building good networks and relationships that support sustainable business growth.
            </p>
</div>
<div class='bg-white rounded-xl shadow-lg p-8 transform hover:-translate-y-2 transition-all duration-300 border-t-4 border-primary'>
<div class='w-16 h-16 flex items-center justify-center bg-primary/10 rounded-full mb-6'>
<i class='ri-focus-3-line ri-2x text-primary'></i>
</div>
<h4 class='text-xl font-bold mb-4'>Strategic Focus</h4>
<p class='text-gray-600'>
              Being intentional and focused well through market shifts.
            </p>
</div>
</div>
<div class='grid grid-cols-1 lg:grid-cols-2 gap-12 mt-20'>
<div class='bg-gray-50 rounded-xl p-8 transform hover:shadow-xl transition-all duration-300'>
<div class='flex items-center mb-6'>
<div class='w-12 h-12 flex items-center justify-center bg-primary rounded-full mr-4'>
<i class='ri-medal-line ri-xl text-white'></i>
</div>
<h4 class='text-xl font-bold'>Our Achievements</h4>
</div>
<ul class='space-y-4'>
<li class='flex items-center'>
<i class='ri-check-line text-primary mr-3'></i>
<span>More than 500 successfully coached Enterprises.</span>
</li>
<li class='flex items-center'>
<i class='ri-check-line text-primary mr-3'></i>
<span>95% Client Satisfaction Rate.</span>
</li>
<li class='flex items-center'>
<i class='ri-check-line text-primary mr-3'></i>
<span>VIP in International business magazines.</span>
</li>
</ul>
</div>
<div class='bg-gray-50 rounded-xl p-8 transform hover:shadow-xl transition-all duration-300'>
<div class='flex items-center mb-6'>
<div class='w-12 h-12 flex items-center justify-center bg-secondary rounded-full mr-4'>
<i class='ri-book-open-line ri-xl text-white'></i>
</div>
<h4 class='text-xl font-bold'>Our Process</h4>
</div>
<ul class='space-y-4'>
<li class='flex items-center'>
<i class='ri-check-line text-secondary mr-3'></i>
<span>Custom Coaching Strategy and Implementation.</span>
</li>
<li class='flex items-center'>
<i class='ri-check-line text-secondary mr-3'></i>
<span>Data Driven Decisions</span>
</li>
<li class='flex items-center'>
<i class='ri-check-line text-secondary mr-3'></i>
<span>Ongoing Support And Mentoring.</span>
</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section class='py-20 bg-gray-50' id='services'>
<div class='container mx-auto px-4'>
<div class='text-center mb-16'>
<h2 class='text-3xl md:text-4xl font-bold mb-4'>
            How I Can <span class='text-gradient'>Help You</span>
</h2>
<p class='text-lg text-gray-600 max-w-3xl mx-auto'>
            I would love to tell you that I was a born entrepreneur, but the truth is I was not.  But, through a lot of hard work, I found my inner entrepreneur and built a great online business. My online business started with a desire to earn $200 extra a month to give me a little &#8220;play&#8221; money above and beyond my salary. However, once I started earning money from my side business, I become hooked. I got the entrepreneur bug BIG TIME, So Here some Comprehensive coaching services designed specifically for solo entrepreneurs at every stage of their journey.
          </p>
</div>
<div class='grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8'>
<!-- Service Card 1 -->
<div class='service-card bg-white rounded-lg shadow-lg overflow-hidden'>
<div class='h-48 bg-primary/10 flex items-center justify-center'>
<img alt='Business Launch Strategy' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjVVqhoH6W9_05Rneu_7ONOeYgg8NHq_hM1LpTbQKqNGKrtD5sG9HufNK_X_KT67A3ldfE2ScJFnnD7ZRR-_PGANXa0h5eoIhxs0Wo1g8DPv-_yDhAKhhyETjW1D6x6FV_tUWQqPC_nVFZpBmdV4XEzwT22LB0XGQDHnQ7WXEuEfWwyGeR79JaHDUEVp0k/s16000/2817.jpg'/>
</div><br/><br/>
<div class='p-6'>
<h3 class='text-xl font-bold mb-3'>Business Launch Strategy</h3>
<p class='text-gray-600 mb-6'>
                Bring your vision to the table with a launch plan for you to make your business idea a reality.
              </p>
<ul class='space-y-2 mb-6'>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>Market validation & research</span>
</li>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>Business model creation</span>
</li>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>High level initial marketing plan</span>
</li>
</ul>
<a class='inline-block text-primary font-semibold hover:text-primary/80' href='#contact'>Learn More &#8594;</a>
</div>
</div>
<!-- Service Card 2 -->
<div class='service-card bg-white rounded-lg shadow-lg overflow-hidden'>
<div class='h-48 bg-primary/10 flex items-center justify-center'>
<img alt='Growth & Scaling' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEjTKYXfOlL48wPy3nwkDZNFg8wfXB_idFVsBs2VchFEYbXyK0zZl3KxTmU7i1Yw6HJS1EWjxAMx4rq4utXTY_wANOWmQjuZODWAHPMvOSXx3zBbRU7nQJz8PW1Zg77q_xxpcQGn_MFwyyEUlUMxJGXYJfdy-6VeAQJD7RG0SiSlq9VIQE8js2k1-bvseNY/s16000/23471.jpg'/>
</div><br/><br/>
<div class='p-6'>
<h3 class='text-xl font-bold mb-3'>Growth & Scale</h3>
<p class='text-gray-600 mb-6'>
                Take your business to the next level and implement practices that grow revenue and ensure your is working efficiently.
              </p>
<ul class='space-y-2 mb-6'>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>Revenue improvements</span>
</li>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>Systems & process creation</span>
</li>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>Partnership strategies</span>
</li>
</ul>
<a class='inline-block text-primary font-semibold hover:text-primary/80' href='#contact'>Learn More &#8594;</a>
</div>
</div>
<!-- Service Card 3 -->
<div class='service-card bg-white rounded-lg shadow-lg overflow-hidden'>
<div class='h-48 bg-primary/10 flex items-center justify-center'>
<img alt='Business-Life Integration' src='https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgyec-WxY7bvelcqwPRqSB4LhO__5eaBM1UKjx669Y8eHD85fs2gHIgKHBCwa3hOoewwMj1GhqYcLx5rUidxddaPnOaGVLm_D3UinzutcTy74ouoLFo_rq29OsH3p8EmN3E_dBPvmDn61rcRyht2aFscplIfphIhfpAzQYqYRg_EVMWbNgWjlYmg6bzdSk/s16000/734.jpg'/>
</div><br/><br/>
<div class='p-6'>
<h3 class='text-xl font-bold mb-3'>Business-Life Balance</h3>
<p class='text-gray-600 mb-6'>
                Create a business around the lifestyle you want to live while being productive and profitable.
              </p>
<ul class='space-y-2 mb-6'>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>Time systems</span>
</li>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>Delegating & outsourcing</span>
</li>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>Burnout strategies</span>
</li>
</ul>
<a class='inline-block text-primary font-semibold hover:text-primary/80' href='#contact'>Learn More &#8594;</a>
</div>
</div>
</div>
<div class='mt-16 text-center'>
<h3 class='text-2xl font-bold mb-8'>Coaching Packages</h3>
<div class='grid grid-cols-1 md:grid-cols-3 gap-8'>
<!-- Package 1 -->
<div class='bg-white rounded-lg shadow-lg overflow-hidden'>
<div class='bg-gray-100 p-6 text-center'>
<h4 class='text-xl font-bold'>Starter</h4>
<div class='text-3xl font-bold mt-2'>
                  $297<span class='text-sm text-gray-600 font-normal'>/month</span>
</div>
</div>
<div class='p-6'>
<ul class='space-y-3 mb-6'>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>2 coaching sessions per month</span>
</li>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>Email support</span>
</li>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>Basic business assessment</span>
</li>
</ul>
<a class='block bg-primary hover:bg-primary/90 text-white text-center px-6 py-2 !rounded-button whitespace-nowrap' href='#contact'>Get Started</a>
</div>
</div>
<!-- Package 2 -->
<div class='bg-white rounded-lg shadow-xl overflow-hidden transform scale-105 border-2 border-primary'>
<div class='bg-primary p-6 text-center'>
<h4 class='text-xl font-bold text-white'>Growth</h4>
<div class='text-3xl font-bold mt-2 text-white'>
                  $597<span class='text-sm text-gray-200 font-normal'>/month</span>
</div>
</div>
<div class='p-6'>
<ul class='space-y-3 mb-6'>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>4 coaching sessions per month</span>
</li>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>Priority email & text support</span>
</li>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>Comprehensive business analysis</span>
</li>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>Quarterly strategy sessions</span>
</li>
</ul>
<a class='block bg-secondary hover:bg-secondary/90 text-white text-center px-6 py-2 !rounded-button whitespace-nowrap' href='#contact'>Most Popular</a>
</div>
</div>
<!-- Package 3 -->
<div class='bg-white rounded-lg shadow-lg overflow-hidden'>
<div class='bg-gray-100 p-6 text-center'>
<h4 class='text-xl font-bold'>Elite</h4>
<div class='text-3xl font-bold mt-2'>
                  $997<span class='text-sm text-gray-600 font-normal'>/month</span>
</div>
</div>
<div class='p-6'>
<ul class='space-y-3 mb-6'>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>8 coaching sessions per month</span>
</li>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>24/7 VIP support</span>
</li>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>Full business systems audit</span>
</li>
<li class='flex items-start'>
<div class='w-5 h-5 flex items-center justify-center text-primary mr-2 mt-0.5'>
<i class='ri-check-line'></i>
</div>
<span class='text-gray-700'>Monthly strategy sessions</span>
</li>
</ul>
<a class='block bg-primary hover:bg-primary/90 text-white text-center px-6 py-2 !rounded-button whitespace-nowrap' href='#contact'>Get Started</a>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class='py-20 bg-white' id='testimonials'>
<div class='container mx-auto px-4'>
<div class='text-center mb-16'>
<h2 class='text-3xl md:text-4xl font-bold mb-4'>
            Success <span class='text-gradient'>Stories</span>
</h2>
<p class='text-lg text-gray-600 max-w-3xl mx-auto'>
            Hear from entrepreneurs who have transformed their businesses with
            Solo Biz Coach.
          </p>
</div>
<div class='grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8'>
<!-- Testimonial 1 -->
<div class='testimonial-card bg-gray-50 rounded-lg p-6 shadow-md'>
<div class='flex items-center mb-4'>
<div class='w-16 h-16 rounded-full overflow-hidden mr-4'>
<img alt='Sarah Johnson' class='w-full h-full object-cover object-top' src='https://readdy.ai/api/search-image?query=Professional%20headshot%20of%20a%20female%20entrepreneur%20in%20her%2030s%20with%20shoulder-length%20brown%20hair%2C%20warm%20smile%2C%20business%20casual%20attire%2C%20neutral%20background%2C%20natural%20lighting%2C%20professional%20portrait&width=200&height=200&seq=test1&orientation=squarish'/>
</div>
<div>
<h4 class='text-lg font-semibold'>Sarah Johnson</h4>
<p class='text-gray-600'>E-commerce Entrepreneur</p>
</div>
</div>
<p class='text-gray-700 mb-4'>
              "Working with Fred transformed my online business. His strategic
              guidance helped me increase revenue by 215% in just 6 months while
              actually working fewer hours each week."
            </p>
<div class='flex text-yellow-400'>
<i class='ri-star-fill'></i>
<i class='ri-star-fill'></i>
<i class='ri-star-fill'></i>
<i class='ri-star-fill'></i>
<i class='ri-star-fill'></i>
</div>
</div>
<!-- Testimonial 2 -->
<div class='testimonial-card bg-gray-50 rounded-lg p-6 shadow-md'>
<div class='flex items-center mb-4'>
<div class='w-16 h-16 rounded-full overflow-hidden mr-4'>
<img alt='Michael Torres' class='w-full h-full object-cover object-top' src='https://readdy.ai/api/search-image?query=Professional%20headshot%20of%20a%20male%20entrepreneur%20in%20his%2040s%20with%20short%20dark%20hair%20and%20glasses%2C%20confident%20smile%2C%20business%20casual%20attire%2C%20neutral%20background%2C%20natural%20lighting%2C%20professional%20portrait&width=200&height=200&seq=test2&orientation=squarish'/>
</div>
<div>
<h4 class='text-lg font-semibold'>Michael Torres</h4>
<p class='text-gray-600'>Marketing Consultant</p>
</div>
</div>
<p class='text-gray-700 mb-4'>
              "Fred helped me transition from a struggling freelancer to a
              confident consultant with a waitlist of clients. His business-life
              integration strategies were exactly what I needed."
            </p>
<div class='flex text-yellow-400'>
<i class='ri-star-fill'></i>
<i class='ri-star-fill'></i>
<i class='ri-star-fill'></i>
<i class='ri-star-fill'></i>
<i class='ri-star-fill'></i>
</div>
</div>
<!-- Testimonial 3 -->
<div class='testimonial-card bg-gray-50 rounded-lg p-6 shadow-md'>
<div class='flex items-center mb-4'>
<div class='w-16 h-16 rounded-full overflow-hidden mr-4'>
<img alt='Jennifer Blake' class='w-full h-full object-cover object-top' src='https://readdy.ai/api/search-image?query=Professional%20headshot%20of%20a%20female%20entrepreneur%20in%20her%2050s%20with%20short%20blonde%20hair%2C%20warm%20smile%2C%20business%20casual%20attire%2C%20neutral%20background%2C%20natural%20lighting%2C%20professional%20portrait&width=200&height=200&seq=test3&orientation=squarish'/>
</div>
<div>
<h4 class='text-lg font-semibold'>Jennifer Blake</h4>
<p class='text-gray-600'>Health & Wellness Coach</p>
</div>
</div>
<p class='text-gray-700 mb-4'>
              "After 20 years in corporate healthcare, I was terrified to start
              my own practice. Fred's launch strategy gave me the confidence and
              roadmap I needed to make a successful transition."
            </p>
<div class='flex text-yellow-400'>
<i class='ri-star-fill'></i>
<i class='ri-star-fill'></i>
<i class='ri-star-fill'></i>
<i class='ri-star-fill'></i>
<i class='ri-star-half-fill'></i>
</div>
</div>
</div>
<div class='mt-16 bg-primary/5 rounded-lg p-8'>
<div class='grid grid-cols-1 md:grid-cols-2 gap-8 items-center'>
<div>
<h3 class='text-2xl font-bold mb-4'>
                Results That Speak for Themselves
              </h3>
<p class='text-gray-700 mb-6'>
                My clients consistently achieve remarkable results through our
                coaching partnership. Here's what you can expect:
              </p>
<div class='space-y-4'>
<div>
<div class='flex justify-between mb-1'>
<span class='text-gray-700 font-medium'>Revenue Growth</span>
<span class='text-primary font-medium'>78%</span>
</div>
<div class='w-full bg-gray-200 rounded-full h-2'>
<div class='bg-primary h-2 rounded-full' style='width: 78%'></div>
</div>
</div>
<div>
<div class='flex justify-between mb-1'>
<span class='text-gray-700 font-medium'>Work-Life Satisfaction</span>
<span class='text-primary font-medium'>92%</span>
</div>
<div class='w-full bg-gray-200 rounded-full h-2'>
<div class='bg-primary h-2 rounded-full' style='width: 92%'></div>
</div>
</div>
<div>
<div class='flex justify-between mb-1'>
<span class='text-gray-700 font-medium'>Business Clarity</span>
<span class='text-primary font-medium'>85%</span>
</div>
<div class='w-full bg-gray-200 rounded-full h-2'>
<div class='bg-primary h-2 rounded-full' style='width: 85%'></div>
</div>
</div>
</div>
</div>
<div class='h-64 md:h-auto' id='results-chart'></div>
</div>
</div>
</div>
</section>
<!-- Blog Section -->
<section class='py-20 bg-gray-50' id='blog'>
<div class='container mx-auto px-4'>
<div class='text-center mb-16'>
<h2 class='text-3xl md:text-4xl font-bold mb-4'>
            Business <span class='text-gradient'>Insights</span>
</h2>
<p class='text-lg text-gray-600 max-w-3xl mx-auto'>
            Practical recommendations and tactics to support you in building your solo business.
          </p>
</div>
<div class='grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8'>
<!-- Blog Post 1 -->
<div class='blog-card bg-white rounded-lg shadow-md overflow-hidden'>
<div class='h-48 overflow-hidden'>
<img alt='5 Essential Systems' class='w-full h-full object-cover' src='https://readdy.ai/api/search-image?query=Person%20working%20on%20laptop%20with%20notebook%20and%20coffee%2C%20business%20planning%20concept%2C%20organized%20desk%20with%20plants%2C%20natural%20light%2C%20productive%20workspace%20environment%2C%20professional%20setting&width=600&height=400&seq=blog1&orientation=landscape'/>
</div>
<div class='p-6'>
<div class='flex items-center text-sm text-gray-500 mb-3'>
<span class='flex items-center mr-4'>
<i class='ri-calendar-line mr-1'></i> June 10, 2025
                </span>
<span class='flex items-center'>
<i class='ri-time-line mr-1'></i> 5 min read
                </span>
</div>
<h3 class='text-xl font-bold mb-3'>
                5 Critical Systems Every Solo Business Should Have
              </h3>
<p class='text-gray-600 mb-4'>
                Learn the fundamental operational systems that can help you streamline your business and spend either the same or less time delivering your services.
              </p>
</div>
</div>
<!-- Blog Post 2 -->
<div class='blog-card bg-white rounded-lg shadow-md overflow-hidden'>
<div class='h-48 overflow-hidden'>
<img alt='Work-Life Balance' class='w-full h-full object-cover' src='https://readdy.ai/api/search-image?query=Person%20balancing%20work%20and%20leisure%2C%20half%20desk%20with%20laptop%20and%20half%20relaxation%20space%2C%20work-life%20balance%20concept%2C%20bright%20modern%20setting%2C%20professional%20yet%20comfortable%20environment&width=600&height=400&seq=blog2&orientation=landscape'/>
</div>
<div class='p-6'>
<div class='flex items-center text-sm text-gray-500 mb-3'>
<span class='flex items-center mr-4'>
<i class='ri-calendar-line mr-1'></i> June 2, 2025
                </span>
<span class='flex items-center'>
<i class='ri-time-line mr-1'></i> 7 min read
                </span>
</div>
<h3 class='text-xl font-bold mb-3'>
                The Entrepreneur's Guide to Authentic Work-Life Balance
              </h3>
<p class='text-gray-600 mb-4'>
                Learn actionable, practical strategies for developing a business model that supports your lifestyle and business growth, without compromising either.
              </p>
</div>
</div>
<!-- Blog Post 3 -->
<div class='blog-card bg-white rounded-lg shadow-md overflow-hidden'>
<div class='h-48 overflow-hidden'>
<img alt='Pricing Strategy' class='w-full h-full object-cover' src='https://readdy.ai/api/search-image?query=Person%20analyzing%20financial%20charts%20and%20graphs%20on%20computer%20screen%2C%20business%20growth%20concept%2C%20professional%20desk%20setup%20with%20calculator%20and%20financial%20documents%2C%20analytical%20work%20environment&width=600&height=400&seq=blog3&orientation=landscape'/>
</div>
<div class='p-6'>
<div class='flex items-center text-sm text-gray-500 mb-3'>
<span class='flex items-center mr-4'>
<i class='ri-calendar-line mr-1'></i> May 25, 2025
                </span>
<span class='flex items-center'>
<i class='ri-time-line mr-1'></i> 6 min read
                </span>
</div>
<h3 class='text-xl font-bold mb-3'>
                How to Price Your Services for Profit & Value
              </h3>
<p class='text-gray-600 mb-4'>
                A comprehensive yet simple framework for arriving at prices that reflect your true value and help you sustain your financial goals.
              </p>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class='py-20 bg-primary text-white'>
<div class='container mx-auto px-4 text-center'>
<h2 class='text-3xl md:text-4xl font-bold mb-6'>
          Ready to Build a Business You Love?
        </h2>
<p class='text-xl mb-8 max-w-3xl mx-auto'>
          Schedule your free 30-minute strategy session to discuss your business
          goals and how we can work together.
        </p>
<a class='inline-block bg-white text-primary hover:bg-gray-100 px-8 py-3 !rounded-button font-semibold whitespace-nowrap' href='#contact'>Book Your Free Session</a>
</div>
</section>
<!-- Contact Section -->
<section class='py-20 bg-white' id='contact'>
<div class='container mx-auto px-4'>
<div class='text-center mb-16'>
<h2 class='text-3xl md:text-4xl font-bold mb-4'>
            Get in <span class='text-gradient'>Touch</span>
</h2>
<p class='text-lg text-gray-600 max-w-3xl mx-auto'>
            Have questions or ready to start? Reach out to schedule your free
            consultation.
          </p>
</div>
<div class='grid grid-cols-1 lg:grid-cols-2 gap-12'>
<div>
<form class='space-y-6'>
<div class='grid grid-cols-1 md:grid-cols-2 gap-6'>
<div>
<label class='block text-gray-700 font-medium mb-2' for='name'>Name</label>
<input class='w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent' id='name' placeholder='Your name' required='' type='text'/>
</div>
<div>
<label class='block text-gray-700 font-medium mb-2' for='email'>Email</label>
<input class='w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent' id='email' placeholder='Your email' required='' type='email'/>
</div>
</div>
<div>
<label class='block text-gray-700 font-medium mb-2' for='subject'>Subject</label>
<input class='w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent' id='subject' placeholder='What&#39;s this about?' required='' type='text'/>
</div>
<div>
<label class='block text-gray-700 font-medium mb-2' for='message'>Message</label>
<textarea class='w-full px-4 py-3 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent' id='message' placeholder='Tell me about your business goals...' rows='5'></textarea>
</div>
<div class='flex items-start'>
<label class='custom-checkbox'>
<input required='' type='checkbox'/>
<span class='checkmark'></span>
<span class='ml-2 text-gray-700'>I agree to receive occasional emails with business tips and
                    updates.</span>
</label>
</div>
<button class='bg-primary hover:bg-primary/90 text-white px-8 py-3 !rounded-button font-semibold whitespace-nowrap' type='submit'>
                Send Message
              </button>
</form>
</div>
<div class='bg-gray-50 rounded-lg p-8'>
<h3 class='text-2xl font-bold mb-6'>Contact Information</h3>
<div class='space-y-6'>
<div class='flex items-start'>
<div class='w-12 h-12 flex items-center justify-center bg-primary/10 rounded-full mr-4'>
<i class='ri-mail-line ri-xl text-primary'></i>
</div>
<div>
<h4 class='text-lg font-semibold mb-1'>Email</h4>
<p class='text-gray-600'>fred@solobizcoach.com</p>
</div>
</div>
<div class='flex items-start'>
<div class='w-12 h-12 flex items-center justify-center bg-primary/10 rounded-full mr-4'>
<i class='ri-phone-line ri-xl text-primary'></i>
</div>
<div>
<h4 class='text-lg font-semibold mb-1'>Phone</h4>
<p class='text-gray-600'>937 534-8129</p>
</div>
</div>
<div class='flex items-start'>
<div class='w-12 h-12 flex items-center justify-center bg-primary/10 rounded-full mr-4'>
<i class='ri-time-line ri-xl text-primary'></i>
</div>
<div>
<h4 class='text-lg font-semibold mb-1'>Office Hours</h4>
<p class='text-gray-600'>Monday - Friday: 9am - 5pm EST</p>
</div>
</div>
</div>
<div class='mt-8 h-64 rounded overflow-hidden'>
<div class='w-full h-full' style='background-image: url(&#39;https://public.readdy.ai/gen_page/map_placeholder_1280x720.png&#39;); background-position: center; background-size: cover;'></div>
</div>
</div>
</div>
</div>
</section>
<!-- Newsletter Section -->
<section class='py-16 bg-gray-50'>
<div class='container mx-auto px-4'>
<div class='max-w-3xl mx-auto text-center'>
<h3 class='text-2xl font-bold mb-4'>Subscribe to My Newsletter</h3>
<p class='text-gray-600 mb-8'>
            Get weekly business tips, strategies, and inspiration delivered
            straight to your inbox.
          </p>
<form class='flex flex-col sm:flex-row gap-4'>
<input class='flex-grow px-4 py-3 border border-gray-300 rounded focus:outline-none focus:ring-2 focus:ring-primary focus:border-transparent' placeholder='Your email address' required='' type='email'/>
<button class='bg-primary hover:bg-primary/90 text-white px-6 py-3 !rounded-button font-semibold whitespace-nowrap' type='submit'>
              Subscribe
            </button>
</form>
<p class='text-sm text-gray-500 mt-4'>
            We respect your privacy. Unsubscribe at any time.
          </p>
</div>
</div>
</section>
<!-- Footer -->
<footer class='bg-gray-900 text-white pt-16 pb-8'>
<div class='container mx-auto px-4'>
<div class='grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8 mb-12'>
<div>
<a class='inline-block mb-6' href='#'>
<span class='text-3xl font-[&#39;Pacifico&#39;] text-white'>Solo Biz Coach</span>
</a>
<p class='text-gray-400 mb-6'>
              Helping solo entrepreneurs build businesses that bring both
              financial freedom and personal fulfillment.
            </p>
</div>
<div>
<h4 class='text-lg font-semibold mb-6'>Quick Links</h4>
<ul class='space-y-3'>
<li>
<a class='text-gray-400 hover:text-white' href='https://www.solobizcoach.com/#home'>Home</a>
</li>
<li>
<a class='text-gray-400 hover:text-white' href='https://www.solobizcoach.com/#about'>About</a>
</li>
<li>
<a class='text-gray-400 hover:text-white' href='https://www.solobizcoach.com/#services'>Services</a>
</li>
<li>
<a class='text-gray-400 hover:text-white' href='https://www.solobizcoach.com/#testimonials'>Testimonials</a>
</li>
<li>
<a class='text-gray-400 hover:text-white' href='https://www.solobizcoach.com/#blog'>Blog</a>
</li>
<li>
<a class='text-gray-400 hover:text-white' href='https://www.solobizcoach.com/#contact'>Contact</a>
</li>
</ul>
</div>
<div>
<h4 class='text-lg font-semibold mb-6'>Services</h4>
<ul class='space-y-3'>
<li>
<a class='text-gray-400 hover:text-white' href='https://www.solobizcoach.com/#services'>Business Launch Strategy</a>
</li>
<li>
<a class='text-gray-400 hover:text-white' href='https://www.solobizcoach.com/#services'>Growth & Scaling</a>
</li>
<li>
<a class='text-gray-400 hover:text-white' href='https://www.solobizcoach.com/#services'>Business-Life Integration</a>
</li>
</ul>
</div>
<div>
<h4 class='text-lg font-semibold mb-6'>Contact</h4>
<ul class='space-y-3'>
<li class='flex items-start'>
<i class='ri-mail-line mr-3 mt-1 text-gray-400'></i>
<span class='text-gray-400'>fred@solobizcoach.com</span>
</li>
<li class='flex items-start'>
<i class='ri-phone-line mr-3 mt-1 text-gray-400'></i>
<span class='text-gray-400'>937 534-8129</span>
</li>
<li class='flex items-start'>
<i class='ri-time-line mr-3 mt-1 text-gray-400'></i>
<span class='text-gray-400'>Mon-Fri: 9am - 5pm EST</span>
</li>
</ul>
</div>
</div>
<div class='border-t border-gray-800 pt-8'>
<div class='flex flex-col md:flex-row justify-between items-center'>
<p class='text-gray-400 text-sm mb-4 md:mb-0'>
              &copy; 2025 Solo Biz Coach. All rights reserved.
            </p>
<div class='flex space-x-6'>
<a class='text-gray-400 hover:text-white text-sm' href='https://www.solobizcoach.com/p/privacy-policy.html'>Privacy Policy</a>
</div>
</div>
</div>
</div>
</footer>
<main>
<div class='main no-items section' id='main'></div>
</main>
<!-- Scripts -->
<script src='https://cdnjs.cloudflare.com/ajax/libs/echarts/5.5.0/echarts.min.js'></script>
<script id='header-scroll'>
      document.addEventListener("DOMContentLoaded", function () {
        const header = document.getElementById("header");
        window.addEventListener("scroll", function () {
          if (window.scrollY > 50) {
            header.classList.add("bg-white", "shadow-md");
            header.classList.remove("bg-transparent");
          } else {
            header.classList.remove("bg-white", "shadow-md");
            header.classList.add("bg-transparent");
          }
        });
        // Trigger scroll event on page load
        window.dispatchEvent(new Event("scroll"));
      });
    </script>
<script id='mobile-menu-toggle'>
      document.addEventListener("DOMContentLoaded", function () {
        const mobileMenuButton = document.getElementById("mobile-menu-button");
        const mobileMenu = document.getElementById("mobile-menu");
        mobileMenuButton.addEventListener("click", function () {
          mobileMenu.classList.toggle("hidden");
          // Change icon based on menu state
          const icon = mobileMenuButton.querySelector("i");
          if (mobileMenu.classList.contains("hidden")) {
            icon.classList.remove("ri-close-line");
            icon.classList.add("ri-menu-line");
          } else {
            icon.classList.remove("ri-menu-line");
            icon.classList.add("ri-close-line");
          }
        });
        // Close mobile menu when clicking on a link
        const mobileMenuLinks = mobileMenu.querySelectorAll("a");
        mobileMenuLinks.forEach((link) => {
          link.addEventListener("click", function () {
            mobileMenu.classList.add("hidden");
            const icon = mobileMenuButton.querySelector("i");
            icon.classList.remove("ri-close-line");
            icon.classList.add("ri-menu-line");
          });
        });
      });
    </script>
<script id='video-modal'>
      document.addEventListener("DOMContentLoaded", function () {
        const videoButton = document.getElementById("video-button");
        const videoModal = document.getElementById("video-modal");
        const closeModal = document.querySelector(".close-modal");
        videoButton.addEventListener("click", function () {
          videoModal.style.display = "block";
          document.body.style.overflow = "hidden";
        });
        closeModal.addEventListener("click", function () {
          videoModal.style.display = "none";
          document.body.style.overflow = "auto";
        });
        // Close modal when clicking outside of content
        videoModal.addEventListener("click", function (event) {
          if (event.target === videoModal) {
            videoModal.style.display = "none";
            document.body.style.overflow = "auto";
          }
        });
        // Close modal with Escape key
        document.addEventListener("keydown", function (event) {
          if (event.key === "Escape" && videoModal.style.display === "block") {
            videoModal.style.display = "none";
            document.body.style.overflow = "auto";
          }
        });
      });
    </script>
<script id='smooth-scroll'>
      document.addEventListener("DOMContentLoaded", function () {
        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>
<script id='results-chart'>
      document.addEventListener("DOMContentLoaded", function () {
        const chartElement = document.getElementById("results-chart");
        const chart = echarts.init(chartElement);
        const option = {
          animation: false,
          tooltip: {
            trigger: "axis",
            backgroundColor: "rgba(255, 255, 255, 0.8)",
            textStyle: {
              color: "#1f2937",
            },
          },
          legend: {
            data: ["Before Coaching", "After Coaching"],
            textStyle: {
              color: "#1f2937",
            },
          },
          grid: {
            left: "3%",
            right: "4%",
            bottom: "3%",
            containLabel: true,
          },
          xAxis: {
            type: "category",
            boundaryGap: false,
            data: ["Month 1", "Month 2", "Month 3", "Month 4", "Month 5", "Month 6"],
            axisLine: {
              lineStyle: {
                color: "#1f2937",
              },
            },
          },
          yAxis: {
            type: "value",
            axisLine: {
              lineStyle: {
                color: "#1f2937",
              },
            },
            splitLine: {
              lineStyle: {
                color: "rgba(31, 41, 55, 0.1)",
              },
            },
          },
          series: [
            {
              name: "Before Coaching",
              type: "line",
              stack: "Total",
              smooth: true,
              showSymbol: false,
              lineStyle: {
                width: 3,
              },
              areaStyle: {
                color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
                  { offset: 0, color: "rgba(141, 211, 199, 0.3)" },
                  { offset: 1, color: "rgba(141, 211, 199, 0.1)" },
                ]),
              },
              emphasis: {
                focus: "series",
              },
              color: "rgba(141, 211, 199, 1)",
              data: [5000, 5200, 5400, 5300, 5500, 5600],
            },
            {
              name: "After Coaching",
              type: "line",
              stack: "Total",
              smooth: true,
              showSymbol: false,
              lineStyle: {
                width: 3,
              },
              areaStyle: {
                color: new echarts.graphic.LinearGradient(0, 0, 0, 1, [
                  { offset: 0, color: "rgba(87, 181, 231, 0.3)" },
                  { offset: 1, color: "rgba(87, 181, 231, 0.1)" },
                ]),
              },
              emphasis: {
                focus: "series",
              },
              color: "rgba(87, 181, 231, 1)",
              data: [5000, 6000, 7500, 8800, 9500, 12000],
            },
          ],
        };
        chart.setOption(option);
        // Responsive chart
        window.addEventListener("resize", function () {
          chart.resize();
        });
      });
    </script>
<script id='theme-toggle'>
      document.addEventListener("DOMContentLoaded", function () {
        const themeToggle = document.getElementById("theme-toggle");
        themeToggle.addEventListener("change", function () {
          // This is a placeholder for theme toggle functionality
          // In a real implementation, you would add/remove dark mode classes
          console.log("Theme toggle clicked, state:", this.checked);
        });
      });
    </script>

<script type="text/javascript" src="https://www.blogger.com/static/v1/widgets/387437488-widgets.js"></script>
<script type='text/javascript'>
window['__wavt'] = 'AAVkm1uPPcvSZh_F6Ai4kB2CHbw9:1780599860618';_WidgetManager._Init('//www.blogger.com/rearrange?blogID\x3d3409555726661638263','//www.solobizcoach.com/','3409555726661638263');
_WidgetManager._SetDataContext([{'name': 'blog', 'data': {'blogId': '3409555726661638263', 'title': 'Solo Biz Coach', 'url': 'https://www.solobizcoach.com/', 'canonicalUrl': 'https://www.solobizcoach.com/', 'homepageUrl': 'https://www.solobizcoach.com/', 'searchUrl': 'https://www.solobizcoach.com/search', 'canonicalHomepageUrl': 'https://www.solobizcoach.com/', 'blogspotFaviconUrl': 'https://www.solobizcoach.com/favicon.ico', 'bloggerUrl': 'https://www.blogger.com', 'hasCustomDomain': true, 'httpsEnabled': true, 'enabledCommentProfileImages': true, 'gPlusViewType': 'FILTERED_POSTMOD', 'adultContent': false, 'analyticsAccountNumber': '', 'encoding': 'UTF-8', 'locale': 'en', 'localeUnderscoreDelimited': 'en', 'languageDirection': 'ltr', 'isPrivate': false, 'isMobile': false, 'isMobileRequest': false, 'mobileClass': '', 'isPrivateBlog': false, 'isDynamicViewsAvailable': true, 'feedLinks': '\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Solo Biz Coach - Atom\x22 href\x3d\x22https://www.solobizcoach.com/feeds/posts/default\x22 /\x3e\n\x3clink rel\x3d\x22alternate\x22 type\x3d\x22application/rss+xml\x22 title\x3d\x22Solo Biz Coach - RSS\x22 href\x3d\x22https://www.solobizcoach.com/feeds/posts/default?alt\x3drss\x22 /\x3e\n\x3clink rel\x3d\x22service.post\x22 type\x3d\x22application/atom+xml\x22 title\x3d\x22Solo Biz Coach - Atom\x22 href\x3d\x22https://www.blogger.com/feeds/3409555726661638263/posts/default\x22 /\x3e\n', 'meTag': '\x3clink rel\x3d\x22me\x22 href\x3d\x22https://www.blogger.com/profile/10188638895635480540\x22 /\x3e\n', 'adsenseHostId': 'ca-host-pub-1556223355139109', 'adsenseHasAds': false, 'adsenseAutoAds': false, 'boqCommentIframeForm': true, 'loginRedirectParam': '', 'view': '', 'dynamicViewsCommentsSrc': '//www.blogblog.com/dynamicviews/4224c15c4e7c9321/js/comments.js', 'dynamicViewsScriptSrc': '//www.blogblog.com/dynamicviews/fd5434bd889a18c5', 'plusOneApiSrc': 'https://apis.google.com/js/platform.js', 'disableGComments': true, 'interstitialAccepted': false, 'sharing': {'platforms': [{'name': 'Get link', 'key': 'link', 'shareMessage': 'Get link', 'target': ''}, {'name': 'Facebook', 'key': 'facebook', 'shareMessage': 'Share to Facebook', 'target': 'facebook'}, {'name': 'BlogThis!', 'key': 'blogThis', 'shareMessage': 'BlogThis!', 'target': 'blog'}, {'name': 'X', 'key': 'twitter', 'shareMessage': 'Share to X', 'target': 'twitter'}, {'name': 'Pinterest', 'key': 'pinterest', 'shareMessage': 'Share to Pinterest', 'target': 'pinterest'}, {'name': 'Email', 'key': 'email', 'shareMessage': 'Email', 'target': 'email'}], 'disableGooglePlus': true, 'googlePlusShareButtonWidth': 0, 'googlePlusBootstrap': '\x3cscript type\x3d\x22text/javascript\x22\x3ewindow.___gcfg \x3d {\x27lang\x27: \x27en\x27};\x3c/script\x3e'}, 'hasCustomJumpLinkMessage': false, 'jumpLinkMessage': 'Read more', 'pageType': 'index', 'pageName': '', 'pageTitle': 'Solo Biz Coach'}}, {'name': 'features', 'data': {}}, {'name': 'messages', 'data': {'edit': 'Edit', 'linkCopiedToClipboard': 'Link copied to clipboard!', 'ok': 'Ok', 'postLink': 'Post Link'}}, {'name': 'template', 'data': {'name': 'custom', 'localizedName': 'Custom', 'isResponsive': false, 'isAlternateRendering': false, 'isCustom': true}}, {'name': 'view', 'data': {'classic': {'name': 'classic', 'url': '?view\x3dclassic'}, 'flipcard': {'name': 'flipcard', 'url': '?view\x3dflipcard'}, 'magazine': {'name': 'magazine', 'url': '?view\x3dmagazine'}, 'mosaic': {'name': 'mosaic', 'url': '?view\x3dmosaic'}, 'sidebar': {'name': 'sidebar', 'url': '?view\x3dsidebar'}, 'snapshot': {'name': 'snapshot', 'url': '?view\x3dsnapshot'}, 'timeslide': {'name': 'timeslide', 'url': '?view\x3dtimeslide'}, 'isMobile': false, 'title': 'Solo Biz Coach', 'description': '', 'url': 'https://www.solobizcoach.com/', 'type': 'feed', 'isSingleItem': false, 'isMultipleItems': true, 'isError': false, 'isPage': false, 'isPost': false, 'isHomepage': true, 'isArchive': false, 'isLabelSearch': false}}]);
_WidgetManager._RegisterWidget('_BlogView', new _WidgetInfo('Blog1', 'main-section', document.getElementById('Blog1'), {'cmtInteractionsEnabled': false, 'navMessage': 'No posts.', 'lightboxEnabled': true, 'lightboxModuleUrl': 'https://www.blogger.com/static/v1/jsbin/1053750561-lbx.js', 'lightboxCssUrl': 'https://www.blogger.com/static/v1/v-css/828616780-lightbox_bundle.css'}, 'displayModeFull'));
</script>
</body>
</html>