import { Button } from "@/components/ui/button"; import { Card, CardContent } from "@/components/ui/card"; import { Star, CheckCircle2, Calendar, Zap, Users, BarChart3, Settings } from "lucide-react"; const Index = () => { return (
{/* Hero Section */}
{/* Lavender Glow Overlays */}
Kingdom Come Entrepreneurs

Work Smarter. Scale Faster. Stress Less.

We help exhausted small business owners & entrepreneurs streamline operations, eliminate wasted time, and scale revenue — without hiring more staff or working longer hours.

"WE AUTOMATE WHAT YOU TOLERATE!"

{/* Banner */}

AI-POWERED BUSINESS CONSULTING & IMPLEMENTATION

{/* Stats/Icons Section */}

Save

Time

Reduce

Overhead

Streamline

Operations

Scale

Revenue

What Our Clients Say

{[ { text: "\"My clients are impressed. They call after hours expecting voicemail and get a real conversation instead. Half of them don't even realize it's AI. My bookings went up 30% in 6 weeks.\"", name: "Denise R.", role: "Esthetics Owner" }, { text: "\"The automation capabilities are incredible. We've saved countless hours and improved our customer engagement significantly. It's like having a 24/7 sales team.\"", name: "Ashwin S.", role: "CEO & Founder" }, { text: "\"We didn't know how to implement AI and hopped from tool to tool with no real results. We were missing a system that connects. Complete game changer!\"", name: "Kaden S.", role: "Sales Manager" } ].map((testimonial, i) => (
{[...Array(5)].map((_, j) => ( ))}

{testimonial.text}

{testimonial.name}

{testimonial.role}

))}
{/* Unlock Your Next Level */}

Unlock Your Next
Level of Growth

If you're tired of feeling buried under admin work, chasing leads that go nowhere, or working harder without seeing more profit — you're not alone.

Most businesses don't fail because of bad ideas. They fail because of:

{[ "Messy systems that can't scale", "Manual follow-up that lets leads slip away", "Too much time in operations and not enough focus on growth" ].map((item, i) => (

{item}

))}

That's where we come in. We help you build smart systems that run in the background so your business works — even when you're not.

Growth Strategy
{/* Core Solutions */}

Our Core Solutions

{[ { title: "System Setup & Automation", desc: "Put repetitive tasks on autopilot so you and your team can focus on real growth.", icon: }, { title: "Client Onboarding Flows", desc: "Deliver a smooth, professional first impression that builds trust from day one.", icon: }, { title: "Lead Management & Follow-Up", desc: "Never lose another opportunity with automated tracking, reminders, and client touchpoints.", icon: }, { title: "Business Growth Strategy", desc: "Practical, results-driven consulting that turns ideas into action.", icon: }, { title: "Booking & Scheduling Systems", desc: "Make it effortless for clients to book time with you, no back-and-forth needed.", icon: , full: true } ].map((solution, i) => (
{solution.icon}

{solution.title}

{solution.desc}

))}
{/* Meet Your AI Bestie */}

Meet Your AI Bestie

Ashley Blair

Ashley Blair

Founder & CEO - Kingdom Come Entrepreneurs

Hey I'm Ashley, I've worked with busy and overworked small business owners & entrepreneurs to help them simplify the way they work and focus on what matters most.

Like many of my clients, I know what it's like to feel pulled in too many directions. Early in my career, I spent more time chasing people and juggling low-value tasks than actually serving people. That's when I realized — growth at scale doesn't come from working harder. It comes from building smarter systems.

Today, I specialize in helping leaders:

    {[ "Create simple, repeatable processes that free up their time leveraging AI", "Put follow-up and scheduling on autopilot so nothing falls through the cracks", "Build businesses with systems that scale without burning them out" ].map((item, i) => (
  • {item}
  • ))}

Stop struggling to piece it all together yourself, I'll simplify it and give you a SYSTEM to pull it all together and get things moving in the right direction so you can get back to business!

{/* Quote Section */}

"AI doesn't replace your voice, your creativity, or your calling. It amplifies everything you already are, and gives you your time back."

— Ashley Blair

{/* Final CTA */}

Ready to stop hustling harder
and finally scale smarter?

{/* Footer */}
Kingdom Come Entrepreneurs

Phone: 561-318-1660 | Email: [email protected]

Copyrights © 2026 | Kingdom Come Entrepreneurs | Terms & Conditions | Privacy Policy

); }; export default Index;