{"id":6,"date":"2025-06-10T21:47:36","date_gmt":"2025-06-10T21:47:36","guid":{"rendered":"https:\/\/scalemyproduct.agency\/?page_id=6"},"modified":"2025-06-27T13:55:22","modified_gmt":"2025-06-27T13:55:22","slug":"elementor-6","status":"publish","type":"page","link":"https:\/\/scalemyproduct.agency\/","title":{"rendered":"Home"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-post\" data-elementor-id=\"6\" class=\"elementor elementor-6\">\n\t\t\t\t<div class=\"elementor-element elementor-element-e123e01 e-flex e-con-boxed e-con e-parent\" data-id=\"e123e01\" data-element_type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dbce74e elementor-widget elementor-widget-html\" data-id=\"dbce74e\" data-element_type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n    <title>Scale My Product Agency - We Invest $5K-$10K In Your Business With Zero Risk<\/title>\r\n    <script src=\"https:\/\/cdn.tailwindcss.com\"><\/script>\r\n    <link href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\" rel=\"stylesheet\">\r\n    <style>\r\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');\r\n        body { font-family: 'Inter', sans-serif; }\r\n        .gradient-bg { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 100%); }\r\n        .gradient-text { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); -webkit-background-clip: text; -webkit-text-fill-color: transparent; }\r\n        .card-hover { transition: all 0.3s ease; }\r\n        .card-hover:hover { transform: translateY(-10px); box-shadow: 0 20px 40px rgba(0,0,0,0.1); }\r\n        .pulse-animation { animation: pulse 2s infinite; }\r\n        @keyframes pulse { 0%, 100% { opacity: 1; } 50% { opacity: 0.7; } }\r\n        .floating { animation: floating 3s ease-in-out infinite; }\r\n        @keyframes floating { 0%, 100% { transform: translateY(0px); } 50% { transform: translateY(-10px); } }\r\n        \r\n        \/* Carousel Styles *\/\r\n        .carousel-track {\r\n            display: flex;\r\n            transition: transform 0.5s ease-in-out;\r\n        }\r\n        .carousel-slide {\r\n            flex: 0 0 100%;\r\n            opacity: 0.6;\r\n            transition: opacity 0.3s ease;\r\n        }\r\n        .carousel-slide.active {\r\n            opacity: 1;\r\n        }\r\n        .carousel-nav {\r\n            position: absolute;\r\n            top: 50%;\r\n            transform: translateY(-50%);\r\n            background: rgba(255, 255, 255, 0.1);\r\n            backdrop-filter: blur(10px);\r\n            border: none;\r\n            color: white;\r\n            width: 50px;\r\n            height: 50px;\r\n            border-radius: 50%;\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n            z-index: 10;\r\n        }\r\n        .carousel-nav:hover {\r\n            background: rgba(255, 255, 255, 0.2);\r\n            transform: translateY(-50%) scale(1.1);\r\n        }\r\n        .carousel-nav.prev {\r\n            left: -25px;\r\n        }\r\n        .carousel-nav.next {\r\n            right: -25px;\r\n        }\r\n        .carousel-dots {\r\n            display: flex;\r\n            justify-content: center;\r\n            gap: 12px;\r\n            margin-top: 30px;\r\n        }\r\n        .carousel-dot {\r\n            width: 12px;\r\n            height: 12px;\r\n            border-radius: 50%;\r\n            background: rgba(255, 255, 255, 0.3);\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n        }\r\n        .carousel-dot.active {\r\n            background: #fbbf24;\r\n            transform: scale(1.2);\r\n        }\r\n\r\n        .carousel-container {\r\n            position: relative;\r\n            overflow: hidden;\r\n        }\r\n        .carousel-track {\r\n            display: flex;\r\n            transition: transform 0.5s ease-in-out;\r\n        }\r\n        .carousel-slide {\r\n            min-width: 100%;\r\n            flex-shrink: 0;\r\n        }\r\n        .testimonial-image {\r\n            transition: transform 0.3s ease;\r\n        }\r\n        .testimonial-card:hover .testimonial-image {\r\n            transform: scale(1.05);\r\n        }\r\n        .gradient-overlay {\r\n            background: linear-gradient(135deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.4) 100%);\r\n        }\r\n        .quote-icon {\r\n            opacity: 0.3;\r\n            font-size: 6rem;\r\n            line-height: 1;\r\n            position: absolute;\r\n            top: -20px;\r\n            left: 20px;\r\n            color: #FDE047;\r\n        }\r\n\r\n        \/* FAQ Accordion Styles *\/\r\n        .faq-item {\r\n            border-bottom: 1px solid #e5e7eb;\r\n            transition: all 0.3s ease;\r\n        }\r\n        .faq-item:hover {\r\n            background-color: #f9fafb;\r\n        }\r\n        .faq-question {\r\n            cursor: pointer;\r\n            transition: all 0.3s ease;\r\n        }\r\n        .faq-question:hover {\r\n            color: #2563eb;\r\n        }\r\n        .faq-answer {\r\n            max-height: 0;\r\n            overflow: hidden;\r\n            transition: max-height 0.3s ease-out;\r\n        }\r\n        .faq-answer.active {\r\n            max-height: 500px;\r\n            transition: max-height 0.5s ease-in;\r\n        }\r\n        .faq-icon {\r\n            transition: transform 0.3s ease;\r\n        }\r\n        .faq-icon.rotate {\r\n            transform: rotate(180deg);\r\n        }\r\n    <\/style>\r\n<\/head>\r\n<body class=\"bg-white\">\r\n    <!-- Navigation -->\r\n    <nav class=\"fixed w-full bg-white\/95 backdrop-blur-sm z-50 shadow-sm\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"flex justify-between items-center py-4\">\r\n                <div class=\"flex items-center\">\r\n                    <h1 class=\"text-2xl font-bold gradient-text\">Scale My Product<\/h1>\r\n                <\/div>\r\n                <div class=\"hidden md:flex space-x-8\">\r\n                    <a href=\"#services\" class=\"text-gray-700 hover:text-blue-600 transition-colors\">Our Investment<\/a>\r\n                    <a href=\"#results\" class=\"text-gray-700 hover:text-blue-600 transition-colors\">Results<\/a>\r\n                    <a href=\"#case-studies\" class=\"text-gray-700 hover:text-blue-600 transition-colors\">Success Stories<\/a>\r\n                    <a href=\"#faq\" class=\"text-gray-700 hover:text-blue-600 transition-colors\">FAQ<\/a>\r\n                <\/div>\r\n                <div class=\"flex items-center space-x-4\">\r\n                    <a href=\"https:\/\/calendly.com\/leadrightmedia\/growth-partner-discovery-call\" class=\"bg-blue-600 text-white px-6 py-2 rounded-lg hover:bg-blue-700 transition-colors inline-block\">\r\n                        Book Strategy Call\r\n                    <\/a>\r\n                    <button onclick=\"toggleMobileMenu()\" class=\"md:hidden text-gray-700\">\r\n                        <i class=\"fas fa-bars text-xl\"><\/i>\r\n                    <\/button>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <!-- Mobile Menu -->\r\n            <div id=\"mobileMenu\" class=\"hidden md:hidden bg-white border-t\">\r\n                <div class=\"px-4 py-4 space-y-2\">\r\n                    <a href=\"#services\" class=\"block py-2 text-gray-700 hover:text-blue-600 transition-colors\">Our Investment<\/a>\r\n                    <a href=\"#results\" class=\"block py-2 text-gray-700 hover:text-blue-600 transition-colors\">Results<\/a>\r\n                    <a href=\"#case-studies\" class=\"block py-2 text-gray-700 hover:text-blue-600 transition-colors\">Success Stories<\/a>\r\n                    <a href=\"#faq\" class=\"block py-2 text-gray-700 hover:text-blue-600 transition-colors\">FAQ<\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/nav>\r\n\r\n    <!-- Hero Section -->\r\n    <section class=\"pt-24 pb-20 gradient-bg text-white overflow-hidden\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"grid grid-cols-1 lg:grid-cols-2 gap-12 items-center\">\r\n                <div class=\"space-y-8\">\r\n                    <div class=\"space-y-4\">\r\n                        <div class=\"inline-flex items-center bg-white\/10 backdrop-blur-sm rounded-full px-4 py-2 text-sm\">\r\n                            <span class=\"w-2 h-2 bg-green-400 rounded-full mr-2 pulse-animation\"><\/span>\r\n                            Zero Risk \u2022 $5K-$10K Investment \u2022 Performance Based\r\n                        <\/div>\r\n                        <h1 class=\"text-5xl lg:text-6xl font-bold leading-tight\">\r\n                            We Help <span class=\"text-yellow-300\">Coaches, Creators & Influencers<\/span> Turn Their Knowledge Into <span class=\"text-blue-200\">Revenue<\/span>\r\n                        <\/h1>\r\n                        <p class=\"text-xl text-blue-100 leading-relaxed\">\r\n                            We'll invest $5K - $10K into your business and help you generate an additional 6 or even 7-figures per month with no upfront costs or risk to your existing income - so you can focus on what you do best \u2013 creating content that captivates, inspires, and transforms lives.\r\n                        <\/p>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"flex flex-col sm:flex-row gap-4\">\r\n                        <a href=\"https:\/\/calendly.com\/leadrightmedia\/growth-partner-discovery-call\" class=\"bg-yellow-400 text-gray-900 px-8 py-4 rounded-lg font-semibold hover:bg-yellow-300 transition-all transform hover:scale-105 text-center inline-block\">\r\n                            Get Our Free Investment Audit\r\n                        <\/a>\r\n                        <a href=\"#case-studies\" class=\"border-2 border-white text-white px-8 py-4 rounded-lg font-semibold hover:bg-white hover:text-gray-900 transition-all text-center inline-block\">\r\n                            See Our Investments Pay Off\r\n                        <\/a>\r\n                    <\/div>\r\n\r\n                    <div class=\"grid grid-cols-3 gap-8 pt-8 border-t border-white\/20\">\r\n                        <div class=\"text-center\">\r\n                            <div class=\"text-3xl font-bold\">$50k+<\/div>\r\n                            <div class=\"text-blue-200 text-sm\">Invested in Partners<\/div>\r\n                        <\/div>\r\n                        <div class=\"text-center\">\r\n                            <div class=\"text-3xl font-bold\">$0<\/div>\r\n                            <div class=\"text-blue-200 text-sm\">Your Upfront Cost<\/div>\r\n                        <\/div>\r\n                        <div class=\"text-center\">\r\n                            <div class=\"text-3xl font-bold\">7-14 Days<\/div>\r\n                            <div class=\"text-blue-200 text-sm\">To See Results<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n                \r\n                <div class=\"relative\">\r\n                    <div class=\"floating\">\r\n                        <div class=\"bg-white\/10 backdrop-blur-sm rounded-2xl p-8 space-y-6\">\r\n                            <div class=\"flex items-center justify-between\">\r\n                                <span class=\"text-blue-200\">Our Investment Impact<\/span>\r\n                                <span class=\"text-green-400 text-sm\">\u2197 Zero Risk to You<\/span>\r\n                            <\/div>\r\n                            <div class=\"text-4xl font-bold\">$47,250<\/div>\r\n                            <div class=\"text-sm text-blue-200\">Additional Monthly Revenue Generated<\/div>\r\n                            <div class=\"h-2 bg-white\/20 rounded-full overflow-hidden\">\r\n                                <div class=\"h-full bg-gradient-to-r from-yellow-400 to-green-400 w-3\/4 rounded-full\"><\/div>\r\n                            <\/div>\r\n                            <div class=\"grid grid-cols-2 gap-4 text-sm\">\r\n                                <div>\r\n                                    <div class=\"text-blue-200\">Our Investment<\/div>\r\n                                    <div class=\"font-semibold\">$8,500<\/div>\r\n                                <\/div>\r\n                                <div>\r\n                                    <div class=\"text-blue-200\">Your Profit<\/div>\r\n                                    <div class=\"font-semibold\">$38,750<\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Value Proposition Section -->\r\n    <section class=\"py-20 bg-gray-50\">\r\n        <div class=\"max-w-6xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"text-center mb-16\">\r\n                <h2 class=\"text-4xl font-bold text-gray-900 mb-6\">\r\n                    Why Creators Choose Our<br>\r\n                    <span class=\"gradient-text\">Zero-Risk Investment Model<\/span>\r\n                <\/h2>\r\n                <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">\r\n                    Unlike traditional agencies that charge hefty retainers with no guarantees, we put our money where our mouth is. We only profit when you do.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-8\">\r\n                <div class=\"bg-white p-8 rounded-xl shadow-sm border-l-4 border-green-400\">\r\n                    <div class=\"text-green-500 text-4xl mb-4\">\ud83d\udcb0<\/div>\r\n                    <h3 class=\"text-xl font-semibold mb-3\">We Invest Our Capital<\/h3>\r\n                    <p class=\"text-gray-600\">$5K-$10K of our own money goes into your campaigns. You don't spend a dime on marketing or ads.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"bg-white p-8 rounded-xl shadow-sm border-l-4 border-blue-400\">\r\n                    <div class=\"text-blue-500 text-4xl mb-4\">\ud83d\udee1\ufe0f<\/div>\r\n                    <h3 class=\"text-xl font-semibold mb-3\">Zero Financial Risk<\/h3>\r\n                    <p class=\"text-gray-600\">Your existing income streams remain untouched. We only add new revenue\u2014never disrupt what's working.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"bg-white p-8 rounded-xl shadow-sm border-l-4 border-purple-400\">\r\n                    <div class=\"text-purple-500 text-4xl mb-4\">\ud83e\udd1d<\/div>\r\n                    <h3 class=\"text-xl font-semibold mb-3\">Performance-Based Partnership<\/h3>\r\n                    <p class=\"text-gray-600\">We only get paid when you make money. Our success is 100% tied to your success\u2014that's true alignment.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"bg-white p-8 rounded-xl shadow-sm border-l-4 border-yellow-400\">\r\n                    <div class=\"text-yellow-500 text-4xl mb-4\">\u26a1<\/div>\r\n                    <h3 class=\"text-xl font-semibold mb-3\">Fast Results<\/h3>\r\n                    <p class=\"text-gray-600\">Most clients see results within 7-14 days. We've generated millions in as little as 10 days for top creators.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"bg-white p-8 rounded-xl shadow-sm border-l-4 border-red-400\">\r\n                    <div class=\"text-red-500 text-4xl mb-4\">\ud83c\udfaf<\/div>\r\n                    <h3 class=\"text-xl font-semibold mb-3\">Focus on Creating<\/h3>\r\n                    <p class=\"text-gray-600\">You handle content creation, we handle everything else\u2014marketing, funnels, ads, and optimization.<\/p>\r\n                <\/div>\r\n                \r\n                <div class=\"bg-white p-8 rounded-xl shadow-sm border-l-4 border-indigo-400\">\r\n                    <div class=\"text-indigo-500 text-4xl mb-4\">\ud83d\udcc8<\/div>\r\n                    <h3 class=\"text-xl font-semibold mb-3\">Proven Track Record<\/h3>\r\n                    <p class=\"text-gray-600\">Over $500k generated for creators with our data-driven strategies and performance-based approach.<\/p>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <div class=\"text-center mt-12\">\r\n                <p class=\"text-xl text-gray-700 font-semibold\">\r\n                    The bottom line: <span class=\"gradient-text\">We take all the risk so you can enjoy all the reward.<\/span>\r\n                <\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n    <!-- Investment Process Section -->\r\n    <section id=\"services\" class=\"py-20 bg-white\">\r\n        <div class=\"max-w-6xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"text-center mb-16\">\r\n                <h2 class=\"text-4xl font-bold text-gray-900 mb-6\">\r\n                    Our Investment Process<br>\r\n                    <span class=\"gradient-text\">From Strategy to Scale<\/span>\r\n                <\/h2>\r\n                <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">\r\n                    Here's exactly how we invest in your business and help you generate 6-7 figures with zero risk to you.\r\n                <\/p>\r\n            <\/div>\r\n\r\n            <div class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-8\">\r\n                <div class=\"bg-white p-8 rounded-xl shadow-sm card-hover border-t-4 border-blue-500\">\r\n                    <div class=\"bg-blue-100 w-16 h-16 rounded-lg flex items-center justify-center mb-6\">\r\n                        <i class=\"fas fa-search text-2xl text-blue-600\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"text-xl font-semibold mb-4\">1. Deep Market Analysis<\/h3>\r\n                    <p class=\"text-gray-600 mb-6\">\r\n                        We analyze your audience, content, and market to identify the highest-potential revenue opportunities with the lowest risk.\r\n                    <\/p>\r\n                    <ul class=\"space-y-2 text-sm text-gray-600\">\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Audience behavior analysis<\/li>\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Competition research<\/li>\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Revenue opportunity mapping<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n\r\n                <div class=\"bg-white p-8 rounded-xl shadow-sm card-hover border-t-4 border-green-500\">\r\n                    <div class=\"bg-green-100 w-16 h-16 rounded-lg flex items-center justify-center mb-6\">\r\n                        <i class=\"fas fa-dollar-sign text-2xl text-green-600\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"text-xl font-semibold mb-4\">2. Capital Investment<\/h3>\r\n                    <p class=\"text-gray-600 mb-6\">\r\n                        We invest $5K-$10K of our own capital into your campaigns\u2014covering ads, tools, and implementation costs.\r\n                    <\/p>\r\n                    <ul class=\"space-y-2 text-sm text-gray-600\">\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Facebook & Instagram ads<\/li>\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Funnel development<\/li>\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Marketing automation tools<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n\r\n                <div class=\"bg-white p-8 rounded-xl shadow-sm card-hover border-t-4 border-purple-500\">\r\n                    <div class=\"bg-purple-100 w-16 h-16 rounded-lg flex items-center justify-center mb-6\">\r\n                        <i class=\"fas fa-rocket text-2xl text-purple-600\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"text-xl font-semibold mb-4\">3. Campaign Launch<\/h3>\r\n                    <p class=\"text-gray-600 mb-6\">\r\n                        We build and launch high-converting campaigns designed to generate results within 7-14 days of going live.\r\n                    <\/p>\r\n                    <ul class=\"space-y-2 text-sm text-gray-600\">\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Custom funnel creation<\/li>\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Ad creative development<\/li>\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Email sequence automation<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n\r\n                <div class=\"bg-white p-8 rounded-xl shadow-sm card-hover border-t-4 border-yellow-500\">\r\n                    <div class=\"bg-yellow-100 w-16 h-16 rounded-lg flex items-center justify-center mb-6\">\r\n                        <i class=\"fas fa-chart-line text-2xl text-yellow-600\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"text-xl font-semibold mb-4\">4. Performance Optimization<\/h3>\r\n                    <p class=\"text-gray-600 mb-6\">\r\n                        We continuously optimize campaigns based on real-time data to maximize your return and scale profitably.\r\n                    <\/p>\r\n                    <ul class=\"space-y-2 text-sm text-gray-600\">\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> A\/B testing everything<\/li>\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Real-time optimization<\/li>\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Scale winning campaigns<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n\r\n                <div class=\"bg-white p-8 rounded-xl shadow-sm card-hover border-t-4 border-red-500\">\r\n                    <div class=\"bg-red-100 w-16 h-16 rounded-lg flex items-center justify-center mb-6\">\r\n                        <i class=\"fas fa-handshake text-2xl text-red-600\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"text-xl font-semibold mb-4\">5. Revenue Sharing<\/h3>\r\n                    <p class=\"text-gray-600 mb-6\">\r\n                        You keep the majority of profits while we take a performance-based fee only from the NEW revenue we generate.\r\n                    <\/p>\r\n                    <ul class=\"space-y-2 text-sm text-gray-600\">\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Transparent reporting<\/li>\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Performance-based fees only<\/li>\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Your existing income untouched<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n\r\n                <div class=\"bg-white p-8 rounded-xl shadow-sm card-hover border-t-4 border-indigo-500\">\r\n                    <div class=\"bg-indigo-100 w-16 h-16 rounded-lg flex items-center justify-center mb-6\">\r\n                        <i class=\"fas fa-infinity text-2xl text-indigo-600\"><\/i>\r\n                    <\/div>\r\n                    <h3 class=\"text-xl font-semibold mb-4\">6. Long-term Growth<\/h3>\r\n                    <p class=\"text-gray-600 mb-6\">\r\n                        We build sustainable systems that continue generating revenue long after our initial investment period.\r\n                    <\/p>\r\n                    <ul class=\"space-y-2 text-sm text-gray-600\">\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Evergreen funnel systems<\/li>\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Audience growth strategies<\/li>\r\n                        <li class=\"flex items-center\"><i class=\"fas fa-check text-green-500 mr-2\"><\/i> Revenue diversification<\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/section>\r\n\r\n<!-- Original Case Studies Section (Updated) -->\r\n<section id=\"case-studies\" class=\"py-20 bg-gray-900 text-white overflow-hidden\">\r\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n        <div class=\"text-center mb-16\">\r\n            <h2 class=\"text-4xl font-bold mb-6\">\r\n                Investment Success Stories<br>\r\n                <span class=\"text-yellow-400\">Real Partners, Real Returns<\/span>\r\n            <\/h2>\r\n            <p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">\r\n                See how our zero-risk investment model helped creators scale to 6 and 7-figure revenue without spending their own money.\r\n            <\/p>\r\n        <\/div>\r\n        <!-- Stats Overview -->\r\n        <div class=\"grid md:grid-cols-3 gap-8 mb-16\">\r\n            <div class=\"text-center\">\r\n                <div class=\"text-5xl font-bold text-yellow-400 mb-2\">$50k+<\/div>\r\n                <div class=\"text-gray-300\">Our Total Investment<\/div>\r\n            <\/div>\r\n            <div class=\"text-center\">\r\n                <div class=\"text-5xl font-bold text-green-400 mb-2\">$500k+<\/div>\r\n                <div class=\"text-gray-300\">Revenue Generated for Partners<\/div>\r\n            <\/div>\r\n            <div class=\"text-center\">\r\n                <div class=\"text-5xl font-bold text-blue-400 mb-2\">$0<\/div>\r\n                <div class=\"text-gray-300\">Partner Upfront Cost<\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- Testimonials Carousel Section -->\r\n<section id=\"testimonials\" class=\"py-20 bg-black text-white relative\">\r\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n        <!-- Section Header -->\r\n        <div class=\"text-center mb-16\">\r\n            <h2 class=\"text-4xl font-bold mb-6\">\r\n                What Our Investment Partners Say<br>\r\n                <span class=\"text-yellow-400\">Zero Risk, Maximum Reward<\/span>\r\n            <\/h2>\r\n            <p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">\r\n                Don't just take our word for it. Hear from the creators who've scaled their businesses with our zero-risk investment model.\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <!-- Carousel Container -->\r\n        <div class=\"carousel-container relative\">\r\n            <div class=\"carousel-track\" id=\"testimonialTrack\">\r\n                \r\n                <!-- Testimonial 1 -->\r\n                <div class=\"carousel-slide\">\r\n                    <div class=\"testimonial-card bg-gray-900 rounded-2xl overflow-hidden shadow-2xl mx-4 relative\">\r\n                        <div class=\"grid md:grid-cols-2 gap-0\">\r\n                            <!-- Image Section -->\r\n                            <div class=\"relative h-64 md:h-full overflow-hidden\">\r\n          <img decoding=\"async\" src=\"https:\/\/scalemyproduct.agency\/wp-content\/uploads\/2025\/06\/Praise-Akinlami.jpg\" \r\n     alt=\"Client Name\" \r\n     class=\"testimonial-image w-full h-full object-cover\">                \r\n                            \r\n                            <\/div>\r\n                            <!-- Content Section -->\r\n                            <div class=\"p-8 md:p-12 relative\">\r\n                                <div class=\"quote-icon\">\"<\/div>\r\n                                <div class=\"relative z-10\">\r\n                                    <div class=\"flex items-center mb-6\">\r\n                                        <div class=\"flex text-yellow-400 mr-3\">\r\n                                            \u2605\u2605\u2605\u2605\u2605\r\n                                        <\/div>\r\n                                        <span class=\"text-gray-400 text-sm\">Zero Risk Investment<\/span>\r\n                                    <\/div>\r\n                                    <blockquote class=\"text-xl md:text-2xl font-medium leading-relaxed mb-8 text-gray-100\">\r\n                                        \"They invested $8K into my business and helped me scale from $5K to $35K per month. I didn't spend a single dollar of my own money, and now I have a revenue machine that works 24\/7.\"\r\n                                    <\/blockquote>\r\n                                    <div class=\"border-l-4 border-yellow-400 pl-6\">\r\n                                        <h4 class=\"text-xl font-bold text-white mb-2\">Praise Akinlami<\/h4>\r\n                                        <p class=\"text-gray-400 mb-2\">Nigeria's #1 CPA Expert<\/p>\r\n                                        <div class=\"text-sm text-gray-500\">\r\n                                            <span class=\"text-green-400 font-semibold\">Results:<\/span> $5K \u2192 $35K Monthly Revenue\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Testimonial 2 -->\r\n                <div class=\"carousel-slide\">\r\n                    <div class=\"testimonial-card bg-gray-900 rounded-2xl overflow-hidden shadow-2xl mx-4 relative\">\r\n                        <div class=\"grid md:grid-cols-2 gap-0\">\r\n                            <!-- Image Section -->\r\n                            <div class=\"relative h-64 md:h-full overflow-hidden\">\r\n                            <img decoding=\"async\" src=\"https:\/\/scalemyproduct.agency\/wp-content\/uploads\/2025\/06\/Franklin-Emmanuel-scaled.jpeg\" \r\n     alt=\"Client Name\" \r\n     class=\"testimonial-image w-full h-full object-cover\">                          \r\n                            <\/div>\r\n                            <!-- Content Section -->\r\n                            <div class=\"p-8 md:p-12 relative\">\r\n                                <div class=\"quote-icon\">\"<\/div>\r\n                                <div class=\"relative z-10\">\r\n                                    <div class=\"flex items-center mb-6\">\r\n                                        <div class=\"flex text-yellow-400 mr-3\">\r\n                                            \u2605\u2605\u2605\u2605\u2605\r\n                                        <\/div>\r\n                                        <span class=\"text-gray-400 text-sm\">Performance-Based Partnership<\/span>\r\n                                    <\/div>\r\n                                    <blockquote class=\"text-xl md:text-2xl font-medium leading-relaxed mb-8 text-gray-100\">\r\n                                    \"The best part about working with them? I didn't risk any of my own money. They invested everything, built the funnels, and now my YouTube program runs on autopilot while I focus on content creation.\"\r\n                                    <\/blockquote>\r\n                                    <div class=\"border-l-4 border-yellow-400 pl-6\">\r\n                                        <h4 class=\"text-xl font-bold text-white mb-2\">Franklin Emmanuel <\/h4>\r\n                                        <p class=\"text-gray-400 mb-2\">YouTube Business Coach<\/p>\r\n                                        <div class=\"text-sm text-gray-500\">\r\n                                            <span class=\"text-green-400 font-semibold\">Results:<\/span> 300% Student Growth, 87% Time Saved\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Additional testimonials continuing the same pattern... -->\r\n                <!-- Testimonial 3 -->\r\n                <div class=\"carousel-slide\">\r\n                    <div class=\"testimonial-card bg-gray-900 rounded-2xl overflow-hidden shadow-2xl mx-4 relative\">\r\n                        <div class=\"grid md:grid-cols-2 gap-0\">\r\n                            <!-- Image Section -->\r\n                            <div class=\"relative h-64 md:h-full overflow-hidden\">\r\n                          <img decoding=\"async\" src=\"https:\/\/scalemyproduct.agency\/wp-content\/uploads\/2025\/06\/Caleb-Nwanneka.jpg\" \r\n     alt=\"Client Name\" \r\n     class=\"testimonial-image w-full h-full object-cover\">                          \r\n                            <\/div>\r\n                            <!-- Content Section -->\r\n                            <div class=\"p-8 md:p-12 relative\">\r\n                                <div class=\"quote-icon\">\"<\/div>\r\n                                <div class=\"relative z-10\">\r\n                                    <div class=\"flex items-center mb-6\">\r\n                                        <div class=\"flex text-yellow-400 mr-3\">\r\n                                            \u2605\u2605\u2605\u2605\u2605\r\n                                        <\/div>\r\n                                        <span class=\"text-gray-400 text-sm\">$10K in 90 Days<\/span>\r\n                                    <\/div>\r\n                                    <blockquote class=\"text-xl md:text-2xl font-medium leading-relaxed mb-8 text-gray-100\">\r\n                                        \"From $0 to $10K in 90 days with their investment model. They put up all the money for ads and funnels while I kept focusing on my trading expertise. Perfect partnership.\"\r\n                                    <\/blockquote>\r\n                                    <div class=\"border-l-4 border-yellow-400 pl-6\">\r\n                                        <h4 class=\"text-xl font-bold text-white mb-2\">Caleb Nwanneka<\/h4>\r\n                                        <p class=\"text-gray-400 mb-2\">Forex Trading Expert<\/p>\r\n                                        <div class=\"text-sm text-gray-500\">\r\n                                            <span class=\"text-green-400 font-semibold\">Results:<\/span> $0 \u2192 $10K Monthly in 90 Days\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Continue with remaining testimonials... -->\r\n                <!-- Testimonial 4 -->\r\n                <div class=\"carousel-slide\">\r\n                    <div class=\"testimonial-card bg-gray-900 rounded-2xl overflow-hidden shadow-2xl mx-4 relative\">\r\n                        <div class=\"grid md:grid-cols-2 gap-0\">\r\n                            <!-- Image Section -->\r\n                            <div class=\"relative h-64 md:h-full overflow-hidden\">\r\n                          <img decoding=\"async\" src=\"https:\/\/scalemyproduct.agency\/wp-content\/uploads\/2025\/06\/Michael-Olatunji.jpg\" \r\n     alt=\"Client Name\" \r\n     class=\"testimonial-image w-full h-full object-cover\">                          \r\n                            <\/div>\r\n                            <!-- Content Section -->\r\n                            <div class=\"p-8 md:p-12 relative\">\r\n                                <div class=\"quote-icon\">\"<\/div>\r\n                                <div class=\"relative z-10\">\r\n                                    <div class=\"flex items-center mb-6\">\r\n                                        <div class=\"flex text-yellow-400 mr-3\">\r\n                                            \u2605\u2605\u2605\u2605\u2605\r\n                                        <\/div>\r\n                                        <span class=\"text-gray-400 text-sm\">$60K Revenue Generated<\/span>\r\n                                    <\/div>\r\n                                    <blockquote class=\"text-xl md:text-2xl font-medium leading-relaxed mb-8 text-gray-100\">\r\n                                        \"They invested their own capital into my business and delivered $60K in revenue within 5 months. Most agencies want money upfront with no guarantees\u2014these guys put their money where their mouth is.\"\r\n                                    <\/blockquote>\r\n                                    <div class=\"border-l-4 border-yellow-400 pl-6\">\r\n                                        <h4 class=\"text-xl font-bold text-white mb-2\">Michael Olatunji<\/h4>\r\n                                        <p class=\"text-gray-400 mb-2\">CPA Business Coach<\/p>\r\n                                        <div class=\"text-sm text-gray-500\">\r\n                                            <span class=\"text-green-400 font-semibold\">Results:<\/span> $60K Revenue in 5 Months\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Testimonial 5 -->\r\n                <div class=\"carousel-slide\">\r\n                    <div class=\"testimonial-card bg-gray-900 rounded-2xl overflow-hidden shadow-2xl mx-4 relative\">\r\n                        <div class=\"grid md:grid-cols-2 gap-0\">\r\n                            <!-- Image Section -->\r\n                            <div class=\"relative h-64 md:h-full overflow-hidden\">\r\n                          <img decoding=\"async\" src=\"https:\/\/scalemyproduct.agency\/wp-content\/uploads\/2025\/06\/Joseph-Don.jpg\" \r\n     alt=\"Client Name\" \r\n     class=\"testimonial-image w-full h-full object-cover\">\r\n                          \r\n                            <\/div>\r\n                            <!-- Content Section -->\r\n                            <div class=\"p-8 md:p-12 relative\">\r\n                                <div class=\"quote-icon\">\"<\/div>\r\n                                <div class=\"relative z-10\">\r\n                                    <div class=\"flex items-center mb-6\">\r\n                                        <div class=\"flex text-yellow-400 mr-3\">\r\n                                            \u2605\u2605\u2605\u2605\u2605\r\n                                        <\/div>\r\n                                        <span class=\"text-gray-400 text-sm\">1000% Member Growth<\/span>\r\n                                    <\/div>\r\n                                    <blockquote class=\"text-xl md:text-2xl font-medium leading-relaxed mb-8 text-gray-100\">\r\n                                        \"I was drowning in tech overwhelm until they stepped in with their investment. No upfront costs, no risk to me, and my membership went from 50 to 500 members in 6 months!\"\r\n                                    <\/blockquote>\r\n                                    <div class=\"border-l-4 border-yellow-400 pl-6\">\r\n                                        <h4 class=\"text-xl font-bold text-white mb-2\">Joseph Don<\/h4>\r\n                                        <p class=\"text-gray-400 mb-2\">Freelancing Academy Founder<\/p>\r\n                                        <div class=\"text-sm text-gray-500\">\r\n                                            <span class=\"text-green-400 font-semibold\">Results:<\/span> 50 \u2192 500 Members in 6 Months\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Testimonial 6 -->\r\n                <div class=\"carousel-slide\">\r\n                    <div class=\"testimonial-card bg-gray-900 rounded-2xl overflow-hidden shadow-2xl mx-4 relative\">\r\n                        <div class=\"grid md:grid-cols-2 gap-0\">\r\n                            <!-- Image Section -->\r\n                            <div class=\"relative h-64 md:h-full overflow-hidden\">\r\n<img decoding=\"async\" src=\"https:\/\/scalemyproduct.agency\/wp-content\/uploads\/2025\/06\/Walter-Eyinnaya.jpg\" \r\n     alt=\" Walter-Eyinnaya - Online Course Creator\" \r\n     class=\"testimonial-image w-full h-full object-cover\">\r\n                          \r\n                            <\/div>\r\n                            <!-- Content Section -->\r\n                            <div class=\"p-8 md:p-12 relative\">\r\n                                <div class=\"quote-icon\">\"<\/div>\r\n                                <div class=\"relative z-10\">\r\n                                    <div class=\"flex items-center mb-6\">\r\n                                        <div class=\"flex text-yellow-400 mr-3\">\r\n                                            \u2605\u2605\u2605\u2605\u2605\r\n                                        <\/div>\r\n                                        <span class=\"text-gray-400 text-sm\">$70K First 5 Months<\/span>\r\n                                    <\/div>\r\n                                    <blockquote class=\"text-xl md:text-2xl font-medium leading-relaxed mb-8 text-gray-100\">\r\n                                        \"$70K in the first 5 months after they invested in my business. The ROI speaks for itself, but beyond the numbers, I finally have confidence knowing there's zero risk to my existing income.\"\r\n                                    <\/blockquote>\r\n                                    <div class=\"border-l-4 border-yellow-400 pl-6\">\r\n                                        <h4 class=\"text-xl font-bold text-white mb-2\">Walter Enyinnaya <\/h4>\r\n                                        <p class=\"text-gray-400 mb-2\">Remote Job Academy Founder<\/p>\r\n                                        <div class=\"text-sm text-gray-500\">\r\n                                            <span class=\"text-green-400 font-semibold\">Results:<\/span> $70K Revenue in 5 Months\r\n                                        <\/div>\r\n                                    <\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n\r\n            <!-- Navigation Arrows -->\r\n            <button id=\"prevBtn\" class=\"absolute left-4 top-1\/2 transform -translate-y-1\/2 bg-yellow-400 hover:bg-yellow-300 text-black rounded-full p-3 shadow-lg transition-all duration-300 z-10\">\r\n                <svg class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M15 19l-7 7-7 7\"><\/path>\r\n                <\/svg>\r\n            <\/button>\r\n            <button id=\"nextBtn\" class=\"absolute right-4 top-1\/2 transform -translate-y-1\/2 bg-yellow-400 hover:bg-yellow-300 text-black rounded-full p-3 shadow-lg transition-all duration-300 z-10\">\r\n                <svg class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                    <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M9 5l7 7-7 7\"><\/path>\r\n                <\/svg>\r\n            <\/button>\r\n        <\/div>\r\n\r\n        <!-- Dots Indicator -->\r\n        <div class=\"flex justify-center space-x-3 mt-8\">\r\n            <button class=\"carousel-dot w-3 h-3 rounded-full bg-yellow-400 transition-all duration-300\" data-slide=\"0\"><\/button>\r\n            <button class=\"carousel-dot w-3 h-3 rounded-full bg-gray-600 hover:bg-gray-500 transition-all duration-300\" data-slide=\"1\"><\/button>\r\n            <button class=\"carousel-dot w-3 h-3 rounded-full bg-gray-600 hover:bg-gray-500 transition-all duration-300\" data-slide=\"2\"><\/button>\r\n            <button class=\"carousel-dot w-3 h-3 rounded-full bg-gray-600 hover:bg-gray-500 transition-all duration-300\" data-slide=\"3\"><\/button>\r\n            <button class=\"carousel-dot w-3 h-3 rounded-full bg-gray-600 hover:bg-gray-500 transition-all duration-300\" data-slide=\"4\"><\/button>\r\n            <button class=\"carousel-dot w-3 h-3 rounded-full bg-gray-600 hover:bg-gray-500 transition-all duration-300\" data-slide=\"5\"><\/button>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- Success Story Interviews Section -->\r\n<section id=\"success-interviews\" class=\"py-20 bg-gradient-to-br from-gray-900 via-black to-gray-900 relative overflow-hidden\">\r\n    <!-- Background Pattern -->\r\n    <div class=\"absolute inset-0 opacity-5\">\r\n        <div class=\"absolute inset-0\" style=\"background-image: url('data:image\/svg+xml,%3Csvg width=\\\"60\\\" height=\\\"60\\\" viewBox=\\\"0 0 60 60\\\" xmlns=\\\"http:\/\/www.w3.org\/2000\/svg\\\"%3E%3Cg fill=\\\"none\\\" fill-rule=\\\"evenodd\\\"%3E%3Cg fill=\\\"%23ffffff\\\" fill-opacity=\\\"0.1\\\"%3E%3Cpath d=\\\"M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z\\\"\/%3E%3C\/g%3E%3C\/g%3E%3C\/svg%3E');\"><\/div>\r\n    <\/div>\r\n\r\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 relative z-10\">\r\n        <!-- Section Header -->\r\n        <div class=\"text-center mb-16\">\r\n            <div class=\"inline-flex items-center gap-2 bg-yellow-400\/10 text-yellow-400 px-4 py-2 rounded-full text-sm font-medium mb-6\">\r\n                <svg class=\"w-4 h-4\" fill=\"currentColor\" viewBox=\"0 0 20 20\">\r\n                    <path d=\"M9.049 2.927c.3-.921 1.603-.921 1.902 0l1.07 3.292a1 1 0 00.95.69h3.462c.969 0 1.371 1.24.588 1.81l-2.8 2.034a1 1 0 00-.364 1.118l1.07 3.292c.3.921-.755 1.688-1.54 1.118l-2.8-2.034a1 1 0 00-1.175 0l-2.8 2.034c-.784.57-1.838-.197-1.539-1.118l1.07-3.292a1 1 0 00-.364-1.118L2.98 8.72c-.783-.57-.38-1.81.588-1.81h3.461a1 1 0 00.951-.69l1.07-3.292z\"\/>\r\n                <\/svg>\r\n                In-Depth Investment Success Stories\r\n            <\/div>\r\n            <h2 class=\"text-4xl md:text-5xl font-bold text-white mb-6\">\r\n                Behind Every Investment<br>\r\n                <span class=\"text-transparent bg-clip-text bg-gradient-to-r from-yellow-400 to-orange-400\">\r\n                    There's a Transformation Story\r\n                <\/span>\r\n            <\/h2>\r\n            <p class=\"text-xl text-gray-300 max-w-3xl mx-auto\">\r\n                Dive deep into the journeys of creators who transformed their struggling products into thriving revenue machines with our zero-risk investment model.\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <!-- Featured Interview Cards -->\r\n        <div class=\"space-y-20\">\r\n            \r\n            <!-- Interview 1: Praise Akinlami -->\r\n            <div class=\"bg-gray-800\/50 backdrop-blur-sm rounded-3xl overflow-hidden border border-gray-700\/50 hover:border-yellow-400\/30 transition-all duration-500\">\r\n                <!-- Content Section -->\r\n                <div class=\"p-8 lg:p-12 text-white\">\r\n                    <div class=\"grid md:grid-cols-2 gap-8 items-center mb-8\">\r\n                        <!-- Left: Personal Info -->\r\n                        <div>\r\n                            <div class=\"flex flex-wrap items-center gap-4 mb-4\">\r\n                                <span class=\"bg-yellow-400\/20 text-yellow-400 px-3 py-1 rounded-full text-sm font-medium\">\r\n                                    Zero Risk Investment Partner\r\n                                <\/span>\r\n                                <span class=\"text-gray-400 text-sm\">3 min interview<\/span>\r\n                            <\/div>\r\n                            <h3 class=\"text-3xl lg:text-4xl font-bold mb-2\">Praise Akinlami<\/h3>\r\n                            <p class=\"text-gray-400 text-lg\">Nigeria's #1 CPA Expert & Course Creator<\/p>\r\n                        <\/div>\r\n                        \r\n                        <!-- Right: Stats -->\r\n                        <div class=\"flex gap-4\">\r\n                            <div class=\"bg-black\/40 backdrop-blur-sm rounded-lg px-6 py-4 flex-1\">\r\n                                <div class=\"text-3xl font-bold text-yellow-400\">$8K<\/div>\r\n                                <div class=\"text-sm text-gray-300\">Our Investment<\/div>\r\n                            <\/div>\r\n                            <div class=\"bg-black\/40 backdrop-blur-sm rounded-lg px-6 py-4 flex-1\">\r\n                                <div class=\"text-3xl font-bold text-green-400\">$35K<\/div>\r\n                                <div class=\"text-sm text-gray-300\">Monthly Revenue<\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"space-y-6 mb-8\">\r\n                        <div class=\"border-l-4 border-red-400\/30 pl-6\">\r\n                            <h4 class=\"text-red-400 font-semibold mb-2\">Before Our Investment<\/h4>\r\n                            <p class=\"text-gray-300\">\r\n                                \"I was stuck at $5K\/month with great content but no marketing budget. I couldn't afford to test ads or scale without risking my family's financial security.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"border-l-4 border-yellow-400\/30 pl-6\">\r\n                            <h4 class=\"text-yellow-400 font-semibold mb-2\">Our Zero-Risk Solution<\/h4>\r\n                            <p class=\"text-gray-300\">\r\n                                \"They invested $8K of their own money\u2014not mine. Built the funnels, ran the ads, handled everything while I focused on creating content. Perfect partnership.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"border-l-4 border-green-400\/30 pl-6\">\r\n                            <h4 class=\"text-green-400 font-semibold mb-2\">After Our Investment<\/h4>\r\n                            <p class=\"text-gray-300\">\r\n                                \"Now I'm consistently generating $35K\/month. My existing income was never at risk, and I work fewer hours. It's the best business decision I ever made.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Video Section -->\r\n                    <div class=\"w-full\">\r\n                        <div class=\"relative w-full rounded-xl overflow-hidden bg-black\" style=\"padding-bottom: 56.25%;\">\r\n                            <iframe \r\n                                src=\"https:\/\/www.youtube.com\/embed\/7OGWn_vLgmY\" \r\n                                title=\"Interview with Praise Akinlami\"\r\n                                frameborder=\"0\" \r\n                                allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" \r\n                                allowfullscreen\r\n                                class=\"absolute inset-0 w-full h-full\">\r\n                            <\/iframe>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Interview 2: Franklin Emmanuel -->\r\n            <div class=\"bg-gray-800\/50 backdrop-blur-sm rounded-3xl overflow-hidden border border-gray-700\/50 hover:border-yellow-400\/30 transition-all duration-500\">\r\n                <!-- Content Section -->\r\n                <div class=\"p-8 lg:p-12 text-white\">\r\n                    <div class=\"grid md:grid-cols-2 gap-8 items-center mb-8\">\r\n                        <!-- Left: Personal Info -->\r\n                        <div>\r\n                            <div class=\"flex flex-wrap items-center gap-4 mb-4\">\r\n                                <span class=\"bg-purple-400\/20 text-purple-400 px-3 py-1 rounded-full text-sm font-medium\">\r\n                                    Performance-Based Partner\r\n                                <\/span>\r\n                                <span class=\"text-gray-400 text-sm\">5 min interview<\/span>\r\n                            <\/div>\r\n                            <h3 class=\"text-3xl lg:text-4xl font-bold mb-2\">Franklin Emmanuel<\/h3>\r\n                            <p class=\"text-gray-400 text-lg\">Faceless YouTube Accelerator Program Creator<\/p>\r\n                        <\/div>\r\n                        \r\n                        <!-- Right: Stats -->\r\n                        <div class=\"flex gap-4\">\r\n                            <div class=\"bg-black\/40 backdrop-blur-sm rounded-lg px-4 py-4 flex-1 text-center\">\r\n                                <div class=\"text-2xl font-bold text-purple-400\">$0<\/div>\r\n                                <div class=\"text-xs text-gray-300\">His Investment<\/div>\r\n                            <\/div>\r\n                            <div class=\"bg-black\/40 backdrop-blur-sm rounded-lg px-4 py-4 flex-1 text-center\">\r\n                                <div class=\"text-2xl font-bold text-green-400\">300%<\/div>\r\n                                <div class=\"text-xs text-gray-300\">Growth<\/div>\r\n                            <\/div>\r\n                            <div class=\"bg-black\/40 backdrop-blur-sm rounded-lg px-4 py-4 flex-1 text-center\">\r\n                                <div class=\"text-2xl font-bold text-yellow-400\">87%<\/div>\r\n                                <div class=\"text-xs text-gray-300\">Time Saved<\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Quote Section -->\r\n                    <div class=\"bg-black\/40 backdrop-blur-sm rounded-xl p-6 mb-8\">\r\n                        <svg class=\"w-8 h-8 text-purple-400 mb-4\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                            <path d=\"M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z\"\/>\r\n                        <\/svg>\r\n                        <p class=\"text-white text-lg font-medium italic\">\r\n                            \"The best part? I didn't risk a penny. They funded everything while I kept doing what I love\u2014creating content.\"\r\n                        <\/p>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"space-y-6 mb-8\">\r\n                        <div class=\"border-l-4 border-red-400\/30 pl-6\">\r\n                            <h4 class=\"text-red-400 font-semibold mb-2\">The Financial Risk<\/h4>\r\n                            <p class=\"text-gray-300\">\r\n                                \"I wanted to scale but was terrified of losing money on ads. I had a family to support and couldn't afford to gamble with our income.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"border-l-4 border-green-400\/30 pl-6\">\r\n                            <h4 class=\"text-green-400 font-semibold mb-2\">The Zero-Risk Solution<\/h4>\r\n                            <p class=\"text-gray-300\">\r\n                                \"They put up all the capital\u2014ads, funnels, tools\u2014everything. I focused on content while they handled the business growth. My income was never at risk.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"border-l-4 border-blue-400\/30 pl-6\">\r\n                            <h4 class=\"text-blue-400 font-semibold mb-2\">The Results<\/h4>\r\n                            <p class=\"text-gray-300\">\r\n                                \"300% growth in students, I work 87% less on marketing, and my business runs on autopilot. All with zero financial risk to me.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Video Section -->\r\n                    <div class=\"w-full\">\r\n                        <div class=\"relative w-full rounded-xl overflow-hidden bg-black\" style=\"padding-bottom: 56.25%;\">\r\n                            <iframe \r\n                                src=\"https:\/\/www.youtube.com\/embed\/-u2vQLFeBVk\" \r\n                                title=\"Interview with Franklin Emmanuel\"\r\n                                frameborder=\"0\" \r\n                                allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" \r\n                                allowfullscreen\r\n                                class=\"absolute inset-0 w-full h-full\">\r\n                            <\/iframe>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Interview 3: Caleb Nwanneka -->\r\n            <div class=\"bg-gray-800\/50 backdrop-blur-sm rounded-3xl overflow-hidden border border-gray-700\/50 hover:border-yellow-400\/30 transition-all duration-500\">\r\n                <!-- Content Section -->\r\n                <div class=\"p-8 lg:p-12 text-white\">\r\n                    <div class=\"grid md:grid-cols-2 gap-8 items-center mb-8\">\r\n                        <!-- Left: Personal Info -->\r\n                        <div>\r\n                            <div class=\"flex flex-wrap items-center gap-4 mb-4\">\r\n                                <span class=\"bg-green-400\/20 text-green-400 px-3 py-1 rounded-full text-sm font-medium\">\r\n                                    90-Day Success Story\r\n                                <\/span>\r\n                                <span class=\"text-gray-400 text-sm\">4 min interview<\/span>\r\n                            <\/div>\r\n                            <h3 class=\"text-3xl lg:text-4xl font-bold mb-2\">Caleb Nwanneka<\/h3>\r\n                            <p class=\"text-gray-400 text-lg\">Forex Mastery Academy Founder<\/p>\r\n                        <\/div>\r\n                        \r\n                        <!-- Right: Timeline -->\r\n                        <div class=\"bg-black\/40 backdrop-blur-sm rounded-xl p-6\">\r\n                            <h4 class=\"text-white font-semibold mb-4\">90-Day Investment Journey<\/h4>\r\n                            <div class=\"space-y-3\">\r\n                                <div class=\"flex items-center gap-3\">\r\n                                    <div class=\"w-3 h-3 bg-red-400 rounded-full\"><\/div>\r\n                                    <span class=\"text-gray-300 text-sm\">Day 1: $0 revenue, afraid to invest<\/span>\r\n                                <\/div>\r\n                                <div class=\"flex items-center gap-3\">\r\n                                    <div class=\"w-3 h-3 bg-yellow-400 rounded-full\"><\/div>\r\n                                    <span class=\"text-gray-300 text-sm\">Day 30: We invested, launched campaigns<\/span>\r\n                                <\/div>\r\n                                <div class=\"flex items-center gap-3\">\r\n                                    <div class=\"w-3 h-3 bg-green-400 rounded-full\"><\/div>\r\n                                    <span class=\"text-gray-300 text-sm\">Day 90: $10K monthly revenue achieved<\/span>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"space-y-6 mb-8\">\r\n                        <div class=\"border-l-4 border-red-400\/30 pl-6\">\r\n                            <h4 class=\"text-red-400 font-semibold mb-2\">The Fear of Investment<\/h4>\r\n                            <p class=\"text-gray-300\">\r\n                                \"I had the expertise but was paralyzed by the thought of spending money on marketing. What if it didn't work? I couldn't afford to lose money.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"border-l-4 border-yellow-400\/30 pl-6\">\r\n                            <h4 class=\"text-yellow-400 font-semibold mb-2\">The Partnership<\/h4>\r\n                            <p class=\"text-gray-300\">\r\n                                \"They removed all financial risk by investing their own capital. I provided the expertise, they provided the funding and marketing systems.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"border-l-4 border-green-400\/30 pl-6\">\r\n                            <h4 class=\"text-green-400 font-semibold mb-2\">The Breakthrough<\/h4>\r\n                            <p class=\"text-gray-300\">\r\n                                \"From $0 to $10K in 90 days without risking a single dollar of my own money. Now I have a predictable, scalable business model.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"grid grid-cols-2 gap-4 mb-8\">\r\n                        <div class=\"bg-gradient-to-br from-red-400\/10 to-gray-400\/10 rounded-lg p-4 border border-red-400\/20\">\r\n                            <div class=\"text-sm text-gray-400 mb-1\">Before Partnership<\/div>\r\n                            <div class=\"text-xl font-bold text-red-400\">$0\/month<\/div>\r\n                            <div class=\"text-xs text-gray-500\">Too scared to invest<\/div>\r\n                        <\/div>\r\n                        <div class=\"bg-gradient-to-br from-green-400\/10 to-yellow-400\/10 rounded-lg p-4 border border-green-400\/20\">\r\n                            <div class=\"text-sm text-gray-400 mb-1\">After 90 Days<\/div>\r\n                            <div class=\"text-xl font-bold text-green-400\">$10K\/month<\/div>\r\n                            <div class=\"text-xs text-gray-500\">Zero personal investment<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Video Section -->\r\n                    <div class=\"w-full\">\r\n                        <div class=\"relative w-full rounded-xl overflow-hidden bg-black\" style=\"padding-bottom: 56.25%;\">\r\n                            <iframe \r\n                                src=\"https:\/\/www.youtube.com\/embed\/H9YcTyvO_Xk\" \r\n                                title=\"Interview with Caleb Nwanneka\"\r\n                                frameborder=\"0\" \r\n                                allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" \r\n                                allowfullscreen\r\n                                class=\"absolute inset-0 w-full h-full\">\r\n                            <\/iframe>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Continue with remaining interviews in the same pattern... -->\r\n            <!-- Interview 4: Walter Enyinnaya -->\r\n            <div class=\"bg-gray-800\/50 backdrop-blur-sm rounded-3xl overflow-hidden border border-gray-700\/50 hover:border-yellow-400\/30 transition-all duration-500\">\r\n                <!-- Content Section -->\r\n                <div class=\"p-8 lg:p-12 text-white\">\r\n                    <div class=\"grid md:grid-cols-2 gap-8 items-center mb-8\">\r\n                        <!-- Left: Personal Info -->\r\n                        <div>\r\n                            <div class=\"flex flex-wrap items-center gap-4 mb-4\">\r\n                                <span class=\"bg-blue-400\/20 text-blue-400 px-3 py-1 rounded-full text-sm font-medium\">\r\n                                    $70K in 5 Months\r\n                                <\/span>\r\n                                <span class=\"text-gray-400 text-sm\">4 min interview<\/span>\r\n                            <\/div>\r\n                            <h3 class=\"text-3xl lg:text-4xl font-bold mb-2\">Walter Enyinnaya<\/h3>\r\n                            <p class=\"text-gray-400 text-lg\">Remote Job Academy Creator<\/p>\r\n                        <\/div>\r\n                        \r\n                        <!-- Right: Stats -->\r\n                        <div class=\"flex gap-4\">\r\n                            <div class=\"bg-black\/40 backdrop-blur-sm rounded-lg px-4 py-4 flex-1 text-center\">\r\n                                <div class=\"text-2xl font-bold text-blue-400\">$0<\/div>\r\n                                <div class=\"text-xs text-gray-300\">Personal Risk<\/div>\r\n                            <\/div>\r\n                            <div class=\"bg-black\/40 backdrop-blur-sm rounded-lg px-4 py-4 flex-1 text-center\">\r\n                                <div class=\"text-2xl font-bold text-green-400\">$70K<\/div>\r\n                                <div class=\"text-xs text-gray-300\">Generated<\/div>\r\n                            <\/div>\r\n                            <div class=\"bg-black\/40 backdrop-blur-sm rounded-lg px-4 py-4 flex-1 text-center\">\r\n                                <div class=\"text-2xl font-bold text-yellow-400\">5<\/div>\r\n                                <div class=\"text-xs text-gray-300\">Months<\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Quote Section -->\r\n                    <div class=\"bg-black\/40 backdrop-blur-sm rounded-xl p-6 mb-8\">\r\n                        <svg class=\"w-8 h-8 text-blue-400 mb-4\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                            <path d=\"M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z\"\/>\r\n                        <\/svg>\r\n                        <p class=\"text-white text-lg font-medium italic\">\r\n                            \"$70K in 5 months with their investment model. The best part? I never risked my own money.\"\r\n                        <\/p>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"space-y-6 mb-8\">\r\n                        <div class=\"border-l-4 border-blue-400\/30 pl-6\">\r\n                            <h4 class=\"text-blue-400 font-semibold mb-2\">The Challenge<\/h4>\r\n                            <p class=\"text-gray-300\">\r\n                                \"I knew digital marketing but couldn't afford to test expensive ad campaigns. I needed capital but couldn't risk my family's financial security.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"border-l-4 border-green-400\/30 pl-6\">\r\n                            <h4 class=\"text-green-400 font-semibold mb-2\">The Investment Partnership<\/h4>\r\n                            <p class=\"text-gray-300\">\r\n                                \"They provided all the capital while I provided the expertise. Perfect partnership\u2014they handled funding, I handled strategy.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"border-l-4 border-yellow-400\/30 pl-6\">\r\n                            <h4 class=\"text-yellow-400 font-semibold mb-2\">The Results<\/h4>\r\n                            <p class=\"text-gray-300\">\r\n                                \"$70K generated in 5 months with zero financial risk to me. Now I have a scalable business and peace of mind.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Video Section -->\r\n                    <div class=\"w-full\">\r\n                        <div class=\"relative w-full rounded-xl overflow-hidden bg-black\" style=\"padding-bottom: 56.25%;\">\r\n                            <iframe \r\n                                src=\"https:\/\/www.youtube.com\/embed\/7QD-GalxtKI\" \r\n                                title=\"Interview with Walter Enyinnaya\"\r\n                                frameborder=\"0\" \r\n                                allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" \r\n                                allowfullscreen\r\n                                class=\"absolute inset-0 w-full h-full\">\r\n                            <\/iframe>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- Interview 5: Michael Olatunji -->\r\n            <div class=\"bg-gray-800\/50 backdrop-blur-sm rounded-3xl overflow-hidden border border-gray-700\/50 hover:border-yellow-400\/30 transition-all duration-500\">\r\n                <!-- Content Section -->\r\n                <div class=\"p-8 lg:p-12 text-white\">\r\n                    <div class=\"grid md:grid-cols-2 gap-8 items-center mb-8\">\r\n                        <!-- Left: Personal Info -->\r\n                        <div>\r\n                            <div class=\"flex flex-wrap items-center gap-4 mb-4\">\r\n                                <span class=\"bg-orange-400\/20 text-orange-400 px-3 py-1 rounded-full text-sm font-medium\">\r\n                                    Performance-Based Success\r\n                                <\/span>\r\n                                <span class=\"text-gray-400 text-sm\">6 min interview<\/span>\r\n                            <\/div>\r\n                            <h3 class=\"text-3xl lg:text-4xl font-bold mb-2\">Michael Olatunji<\/h3>\r\n                            <p class=\"text-gray-400 text-lg\">#1 CPA Marketing Expert in Africa<\/p>\r\n                        <\/div>\r\n                        \r\n                        <!-- Right: Stats -->\r\n                        <div class=\"flex gap-4\">\r\n                            <div class=\"bg-black\/40 backdrop-blur-sm rounded-lg px-6 py-4 flex-1\">\r\n                                <div class=\"text-3xl font-bold text-orange-400\">$60K<\/div>\r\n                                <div class=\"text-sm text-gray-300\">Revenue Generated<\/div>\r\n                            <\/div>\r\n                            <div class=\"bg-black\/40 backdrop-blur-sm rounded-lg px-6 py-4 flex-1\">\r\n                                <div class=\"text-3xl font-bold text-green-400\">$0<\/div>\r\n                                <div class=\"text-sm text-gray-300\">His Investment<\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Quote Section -->\r\n                    <div class=\"bg-black\/40 backdrop-blur-sm rounded-xl p-6 mb-8\">\r\n                        <svg class=\"w-8 h-8 text-orange-400 mb-4\" fill=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                            <path d=\"M14.017 21v-7.391c0-5.704 3.731-9.57 8.983-10.609l.995 2.151c-2.432.917-3.995 3.638-3.995 5.849h4v10h-9.983zm-14.017 0v-7.391c0-5.704 3.748-9.57 9-10.609l.996 2.151c-2.433.917-3.996 3.638-3.996 5.849h3.983v10h-9.983z\"\/>\r\n                        <\/svg>\r\n                        <p class=\"text-white text-lg font-medium italic\">\r\n                            \"Most agencies want money upfront with no guarantees. These guys put their money where their mouth is.\"\r\n                        <\/p>\r\n                    <\/div>\r\n                    \r\n                    <div class=\"space-y-6 mb-8\">\r\n                        <div class=\"border-l-4 border-orange-400\/30 pl-6\">\r\n                            <h4 class=\"text-orange-400 font-semibold mb-2\">The Traditional Agency Problem<\/h4>\r\n                            <p class=\"text-gray-300\">\r\n                                \"Every agency wanted huge retainers upfront with no guarantees. I needed results, not promises, and couldn't afford to waste money on experiments.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"border-l-4 border-green-400\/30 pl-6\">\r\n                            <h4 class=\"text-green-400 font-semibold mb-2\">The Investment Model Difference<\/h4>\r\n                            <p class=\"text-gray-300\">\r\n                                \"They invested their own capital and only got paid when I made money. Their interests were completely aligned with mine from day one.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                        \r\n                        <div class=\"border-l-4 border-blue-400\/30 pl-6\">\r\n                            <h4 class=\"text-blue-400 font-semibold mb-2\">The Proven Results<\/h4>\r\n                            <p class=\"text-gray-300\">\r\n                                \"$60K in revenue within 5 months. But more importantly, I now have systems that work and a partnership I can trust.\"\r\n                            <\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <div class=\"grid grid-cols-2 gap-4 mb-8\">\r\n                        <div class=\"bg-gradient-to-br from-red-400\/10 to-orange-400\/10 rounded-lg p-4 border border-red-400\/20\">\r\n                            <div class=\"text-sm text-gray-400 mb-1\">Traditional Agencies<\/div>\r\n                            <div class=\"text-xl font-bold text-red-400\">High Risk<\/div>\r\n                            <div class=\"text-xs text-gray-500\">Upfront fees, no guarantees<\/div>\r\n                        <\/div>\r\n                        <div class=\"bg-gradient-to-br from-orange-400\/10 to-green-400\/10 rounded-lg p-4 border border-orange-400\/20\">\r\n                            <div class=\"text-sm text-gray-400 mb-1\">Our Model<\/div>\r\n                            <div class=\"text-xl font-bold text-green-400\">Zero Risk<\/div>\r\n                            <div class=\"text-xs text-gray-500\">We invest, you profit<\/div>\r\n                        <\/div>\r\n                    <\/div>\r\n\r\n                    <!-- Video Section -->\r\n                    <div class=\"w-full\">\r\n                        <div class=\"relative w-full rounded-xl overflow-hidden bg-black\" style=\"padding-bottom: 56.25%;\">\r\n                            <iframe \r\n                                src=\"https:\/\/www.youtube.com\/embed\/xwvkpGntLpg\" \r\n                                title=\"Interview with Michael Olatunji\"\r\n                                frameborder=\"0\" \r\n                                allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" \r\n                                allowfullscreen\r\n                                class=\"absolute inset-0 w-full h-full\">\r\n                            <\/iframe>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- Bottom CTA -->\r\n        <div class=\"mt-20 text-center\">\r\n            <div class=\"bg-gradient-to-r from-yellow-400\/10 via-orange-400\/10 to-yellow-400\/10 rounded-2xl p-8 md:p-12 backdrop-blur-sm border border-yellow-400\/20\">\r\n                <h3 class=\"text-3xl font-bold text-white mb-4\">\r\n                    Ready for Your Zero-Risk Investment?\r\n                <\/h3>\r\n                <p class=\"text-xl text-gray-300 mb-8 max-w-2xl mx-auto\">\r\n                    We'll invest $5K-$10K into your business with no upfront costs. You focus on creating, we handle the scaling.\r\n                <\/p>\r\n                <div class=\"flex flex-col sm:flex-row gap-4 justify-center\">\r\n                    <a href=\"https:\/\/calendly.com\/leadrightmedia\/growth-partner-discovery-call\" \r\n                       class=\"inline-flex items-center gap-2 bg-yellow-400 hover:bg-yellow-300 text-black px-8 py-4 rounded-lg font-semibold transition-all transform hover:scale-105\">\r\n                        Book Your Investment Call\r\n                        <svg class=\"w-5 h-5\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 7l5 5m0 0l-5 5m5-5H6\"><\/path>\r\n                        <\/svg>\r\n                    <\/a>\r\n                    <a href=\"#faq\" \r\n                       class=\"inline-flex items-center gap-2 border-2 border-white text-white hover:bg-white hover:text-black px-8 py-4 rounded-lg font-semibold transition-all\">\r\n                        Learn More About Our Model\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- FAQ Section -->\r\n<section id=\"faq\" class=\"py-20 bg-gray-50\">\r\n    <div class=\"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n        <div class=\"text-center mb-16\">\r\n            <h2 class=\"text-4xl font-bold text-gray-900 mb-6\">\r\n                Frequently Asked Questions<br>\r\n                <span class=\"gradient-text\">Everything You Need to Know<\/span>\r\n            <\/h2>\r\n            <p class=\"text-xl text-gray-600 max-w-3xl mx-auto\">\r\n                Get answers to the most common questions about our zero-risk investment model and performance-based partnership approach.\r\n            <\/p>\r\n        <\/div>\r\n\r\n        <div class=\"space-y-4\">\r\n            <!-- FAQ Item 1 -->\r\n            <div class=\"faq-item bg-white rounded-lg shadow-sm\">\r\n                <div class=\"faq-question flex justify-between items-center p-6 cursor-pointer\" onclick=\"toggleFAQ(1)\">\r\n                    <h3 class=\"text-lg font-semibold text-gray-900\">What does Scale My Product do?<\/h3>\r\n                    <div class=\"faq-icon transition-transform duration-300\">\r\n                        <svg class=\"w-6 h-6 text-gray-500\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7 7\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"faq-answer overflow-hidden\" id=\"faq-1\">\r\n                    <div class=\"p-6 pt-0 text-gray-600\">\r\n                        We partner with creators, influencers, and coaches to launch and scale 7-figure marketing campaigns without any upfront costs. We invest our own capital, handle all the marketing, and build funnels so you can focus on what you do best\u2014creating content. Our goal is to add significant revenue streams to your business with zero financial risk to you.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- FAQ Item 2 -->\r\n            <div class=\"faq-item bg-white rounded-lg shadow-sm\">\r\n                <div class=\"faq-question flex justify-between items-center p-6 cursor-pointer\" onclick=\"toggleFAQ(2)\">\r\n                    <h3 class=\"text-lg font-semibold text-gray-900\">How do you make money if I don't pay anything upfront?<\/h3>\r\n                    <div class=\"faq-icon transition-transform duration-300\">\r\n                        <svg class=\"w-6 h-6 text-gray-500\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7 7\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"faq-answer overflow-hidden\" id=\"faq-2\">\r\n                    <div class=\"p-6 pt-0 text-gray-600\">\r\n                        We operate on a performance-based model. That means we only profit when you do. We take a percentage of the revenue we generate for you, so our interests are fully aligned\u2014our success depends on your success. There are no retainers, fees, or hidden costs. You only pay us out of the additional revenue we create together.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- FAQ Item 3 -->\r\n            <div class=\"faq-item bg-white rounded-lg shadow-sm\">\r\n                <div class=\"faq-question flex justify-between items-center p-6 cursor-pointer\" onclick=\"toggleFAQ(3)\">\r\n                    <h3 class=\"text-lg font-semibold text-gray-900\">Do I have to invest any of my own money?<\/h3>\r\n                    <div class=\"faq-icon transition-transform duration-300\">\r\n                        <svg class=\"w-6 h-6 text-gray-500\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7 7\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"faq-answer overflow-hidden\" id=\"faq-3\">\r\n                    <div class=\"p-6 pt-0 text-gray-600\">\r\n                        No, you don't invest a dime. We cover all the costs, including marketing, advertising, and funnel creation. You won't need to spend any of your own money to launch or scale your campaigns. We invest $5K-$10K of our own capital into your business while you maintain complete financial security.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- FAQ Item 4 -->\r\n            <div class=\"faq-item bg-white rounded-lg shadow-sm\">\r\n                <div class=\"faq-question flex justify-between items-center p-6 cursor-pointer\" onclick=\"toggleFAQ(4)\">\r\n                    <h3 class=\"text-lg font-semibold text-gray-900\">Will this affect my current revenue streams?<\/h3>\r\n                    <div class=\"faq-icon transition-transform duration-300\">\r\n                        <svg class=\"w-6 h-6 text-gray-500\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7 7\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"faq-answer overflow-hidden\" id=\"faq-4\">\r\n                    <div class=\"p-6 pt-0 text-gray-600\">\r\n                        Absolutely not. Your current income streams remain completely untouched. We build additional revenue streams that complement what you're already earning. We're here to add new revenue, not disrupt your existing business. Your financial security is never at risk.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- FAQ Item 5 -->\r\n            <div class=\"faq-item bg-white rounded-lg shadow-sm\">\r\n                <div class=\"faq-question flex justify-between items-center p-6 cursor-pointer\" onclick=\"toggleFAQ(5)\">\r\n                    <h3 class=\"text-lg font-semibold text-gray-900\">How quickly will I see results?<\/h3>\r\n                    <div class=\"faq-icon transition-transform duration-300\">\r\n                        <svg class=\"w-6 h-6 text-gray-500\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7 7\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"faq-answer overflow-hidden\" id=\"faq-5\">\r\n                    <div class=\"p-6 pt-0 text-gray-600\">\r\n                        Most of our clients see results within 7 - 14 days after launching their campaign. We've generated millions in as little as 10 days for some of the biggest creators and brands. While timelines may vary based on your audience and campaign type, we are the best in the world at what we do and aim for quick, measurable results.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- FAQ Item 6 -->\r\n            <div class=\"faq-item bg-white rounded-lg shadow-sm\">\r\n                <div class=\"faq-question flex justify-between items-center p-6 cursor-pointer\" onclick=\"toggleFAQ(6)\">\r\n                    <h3 class=\"text-lg font-semibold text-gray-900\">How do you ensure your strategies will work for me?<\/h3>\r\n                    <div class=\"faq-icon transition-transform duration-300\">\r\n                        <svg class=\"w-6 h-6 text-gray-500\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7 7\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"faq-answer overflow-hidden\" id=\"faq-6\">\r\n                    <div class=\"p-6 pt-0 text-gray-600\">\r\n                        We take a data-driven approach to every campaign. Before launching, we conduct deep market research, analyze your audience, and create a custom strategy tailored specifically to your business. With hundreds of successful campaigns and over $500k in generated revenue, our proven methods have consistently delivered results for creators across industries.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- FAQ Item 7 -->\r\n            <div class=\"faq-item bg-white rounded-lg shadow-sm\">\r\n                <div class=\"faq-question flex justify-between items-center p-6 cursor-pointer\" onclick=\"toggleFAQ(7)\">\r\n                    <h3 class=\"text-lg font-semibold text-gray-900\">I already have products and offers. Can you help me scale them?<\/h3>\r\n                    <div class=\"faq-icon transition-transform duration-300\">\r\n                        <svg class=\"w-6 h-6 text-gray-500\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7 7\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"faq-answer overflow-hidden\" id=\"faq-7\">\r\n                    <div class=\"p-6 pt-0 text-gray-600\">\r\n                        Yes! Many creators come to us with existing products, and we help them optimize and scale those offers. Whether you're looking to improve conversions, add new revenue streams, or build out a fully automated marketing funnel, we've got you covered. We'll invest our capital to scale what's already working for you.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- FAQ Item 8 -->\r\n            <div class=\"faq-item bg-white rounded-lg shadow-sm\">\r\n                <div class=\"faq-question flex justify-between items-center p-6 cursor-pointer\" onclick=\"toggleFAQ(8)\">\r\n                    <h3 class=\"text-lg font-semibold text-gray-900\">What makes Scale My Product different from other marketing agencies?<\/h3>\r\n                    <div class=\"faq-icon transition-transform duration-300\">\r\n                        <svg class=\"w-6 h-6 text-gray-500\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7 7\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"faq-answer overflow-hidden\" id=\"faq-8\">\r\n                    <div class=\"p-6 pt-0 text-gray-600\">\r\n                        We're not your typical marketing agency. Most agencies charge hefty retainers and upfront fees without guaranteeing results. We take on all the risk by investing our own capital ($5K-$10K), and we only profit when you do. Our performance-based model ensures that we are fully committed to your success\u2014our interests are aligned with yours from day one.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n\r\n            <!-- FAQ Item 9 -->\r\n            <div class=\"faq-item bg-white rounded-lg shadow-sm\">\r\n                <div class=\"faq-question flex justify-between items-center p-6 cursor-pointer\" onclick=\"toggleFAQ(9)\">\r\n                    <h3 class=\"text-lg font-semibold text-gray-900\">How do I get started?<\/h3>\r\n                    <div class=\"faq-icon transition-transform duration-300\">\r\n                        <svg class=\"w-6 h-6 text-gray-500\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                            <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M19 9l-7 7-7 7\"><\/path>\r\n                        <\/svg>\r\n                    <\/div>\r\n                <\/div>\r\n                <div class=\"faq-answer overflow-hidden\" id=\"faq-9\">\r\n                    <div class=\"p-6 pt-0 text-gray-600\">\r\n                        It's simple. Click the \"Book Strategy Call\" button, schedule a call with our team, and we'll discuss your goals, your audience, and how we can help you scale with zero financial risk. From there, we'll build a custom strategy tailored to your business and get things moving quickly. The call is completely free with no obligations.\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n        <\/div>\r\n\r\n        <!-- FAQ Bottom CTA -->\r\n        <div class=\"mt-16 text-center\">\r\n            <div class=\"bg-gradient-to-r from-blue-50 to-purple-50 rounded-2xl p-8 md:p-12\">\r\n                <h3 class=\"text-2xl font-bold text-gray-900 mb-4\">\r\n                    Still Have Questions?\r\n                <\/h3>\r\n                <p class=\"text-lg text-gray-600 mb-8\">\r\n                    Book a free strategy call and we'll answer all your questions about our zero-risk investment model.\r\n                <\/p>\r\n                <a href=\"https:\/\/calendly.com\/leadrightmedia\/growth-partner-discovery-call\" \r\n                   class=\"inline-flex items-center gap-2 bg-blue-600 hover:bg-blue-700 text-white px-8 py-4 rounded-lg font-semibold transition-all transform hover:scale-105\">\r\n                    Book Your Free Strategy Call\r\n                    <svg class=\"w-5 h-5\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M13 7l5 5m0 0l-5 5m5-5H6\"><\/path>\r\n                    <\/svg>\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- Final CTA Section -->\r\n<section class=\"py-20 gradient-bg text-white\">\r\n    <div class=\"max-w-4xl mx-auto px-4 sm:px-6 lg:px-8 text-center\">\r\n        <div class=\"space-y-8\">\r\n            <h2 class=\"text-4xl lg:text-5xl font-bold\">\r\n                Ready to Scale Your Business<br>\r\n                <span class=\"text-yellow-300\">With Zero Risk?<\/span>\r\n            <\/h2>\r\n            \r\n            <p class=\"text-xl text-blue-100 max-w-3xl mx-auto\">\r\n                Join hundreds of successful creators who've transformed their businesses with our zero-risk investment model. We invest $5K-$10K of our own capital while you keep doing what you love.\r\n            <\/p>\r\n            \r\n            <div class=\"bg-white\/10 backdrop-blur-sm rounded-2xl p-8 max-w-2xl mx-auto\">\r\n                <div class=\"grid grid-cols-3 gap-4 text-center\">\r\n                    <div>\r\n                        <div class=\"text-3xl font-bold text-yellow-300\">$0<\/div>\r\n                        <div class=\"text-sm text-blue-200\">Your Investment<\/div>\r\n                    <\/div>\r\n                    <div>\r\n                        <div class=\"text-3xl font-bold text-yellow-300\">7-14<\/div>\r\n                        <div class=\"text-sm text-blue-200\">Days to Results<\/div>\r\n                    <\/div>\r\n                    <div>\r\n                        <div class=\"text-3xl font-bold text-yellow-300\">100%<\/div>\r\n                        <div class=\"text-sm text-blue-200\">Risk-Free<\/div>\r\n                    <\/div>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div class=\"pt-8\">\r\n                <a href=\"https:\/\/calendly.com\/leadrightmedia\/growth-partner-discovery-call\" \r\n                   class=\"inline-flex items-center gap-2 bg-yellow-400 hover:bg-yellow-300 text-gray-900 px-10 py-5 rounded-lg text-lg font-bold transition-all transform hover:scale-105 shadow-lg\">\r\n                    Book Your Free Investment Audit Now\r\n                    <svg class=\"w-6 h-6\" fill=\"none\" stroke=\"currentColor\" viewBox=\"0 0 24 24\">\r\n                        <path stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M17 8l4 4m0 0l-4 4m4-4H3\"><\/path>\r\n                    <\/svg>\r\n                <\/a>\r\n                <p class=\"mt-4 text-blue-200\">\r\n                    Limited spots available \u2022 No credit card required \u2022 100% free consultation\r\n                <\/p>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n<\/section>\r\n\r\n<!-- Footer -->\r\n<footer class=\"bg-gray-900 text-gray-300 py-12\">\r\n    <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n        <div class=\"grid md:grid-cols-4 gap-8\">\r\n            <div class=\"col-span-2\">\r\n                <h3 class=\"text-2xl font-bold text-white mb-4\">Scale My Product<\/h3>\r\n                <p class=\"text-gray-400 mb-6\">\r\n                    We invest $5K-$10K into your business and help you generate 6-7 figures with zero upfront costs or risk to your existing income.\r\n                <\/p>\r\n                <div class=\"flex space-x-4\">\r\n                    <a href=\"#\" class=\"text-gray-400 hover:text-white transition-colors\">\r\n                        <i class=\"fab fa-facebook text-xl\"><\/i>\r\n                    <\/a>\r\n                    <a href=\"#\" class=\"text-gray-400 hover:text-white transition-colors\">\r\n                        <i class=\"fab fa-instagram text-xl\"><\/i>\r\n                    <\/a>\r\n                    <a href=\"#\" class=\"text-gray-400 hover:text-white transition-colors\">\r\n                        <i class=\"fab fa-linkedin text-xl\"><\/i>\r\n                    <\/a>\r\n                    <a href=\"#\" class=\"text-gray-400 hover:text-white transition-colors\">\r\n                        <i class=\"fab fa-youtube text-xl\"><\/i>\r\n                    <\/a>\r\n                <\/div>\r\n            <\/div>\r\n            \r\n            <div>\r\n                <h4 class=\"text-white font-semibold mb-4\">Quick Links<\/h4>\r\n                <ul class=\"space-y-2\">\r\n                    <li><a href=\"#services\" class=\"hover:text-white transition-colors\">Our Investment<\/a><\/li>\r\n                    <li><a href=\"#case-studies\" class=\"hover:text-white transition-colors\">Success Stories<\/a><\/li>\r\n                    <li><a href=\"#testimonials\" class=\"hover:text-white transition-colors\">Testimonials<\/a><\/li>\r\n                    <li><a href=\"#faq\" class=\"hover:text-white transition-colors\">FAQ<\/a><\/li>\r\n                <\/ul>\r\n            <\/div>\r\n            \r\n            <div>\r\n                <h4 class=\"text-white font-semibold mb-4\">Get Started<\/h4>\r\n                <ul class=\"space-y-2\">\r\n                    <li><a href=\"https:\/\/calendly.com\/leadrightmedia\/growth-partner-discovery-call\" class=\"hover:text-white transition-colors\">Book Strategy Call<\/a><\/li>\r\n                    <li><a href=\"#\" class=\"hover:text-white transition-colors\">Contact Us<\/a><\/li>\r\n                    <li><a href=\"#\" class=\"hover:text-white transition-colors\">Privacy Policy<\/a><\/li>\r\n                    <li><a href=\"#\" class=\"hover:text-white transition-colors\">Terms of Service<\/a><\/li>\r\n                <\/ul>\r\n            <\/div>\r\n        <\/div>\r\n        \r\n        <div class=\"border-t border-gray-800 mt-12 pt-8 text-center\">\r\n            <p class=\"text-gray-400\">\r\n                \u00a9 2025 Scale My Product Agency. All rights reserved. | We invest in your success.\r\n            <\/p>\r\n        <\/div>\r\n    <\/div>\r\n<\/footer>\r\n\r\n<!-- JavaScript -->\r\n<script>\r\n    \/\/ Mobile Menu Toggle\r\n    function toggleMobileMenu() {\r\n        const mobileMenu = document.getElementById('mobileMenu');\r\n        mobileMenu.classList.toggle('hidden');\r\n    }\r\n\r\n    \/\/ FAQ Toggle Function\r\n    function toggleFAQ(index) {\r\n        const answer = document.getElementById(`faq-${index}`);\r\n        const icon = document.querySelectorAll('.faq-icon')[index - 1];\r\n        \r\n        \/\/ Toggle active class\r\n        answer.classList.toggle('active');\r\n        icon.classList.toggle('rotate');\r\n        \r\n        \/\/ Close other FAQs\r\n        for (let i = 1; i <= 9; i++) {\r\n            if (i !== index) {\r\n                const otherAnswer = document.getElementById(`faq-${i}`);\r\n                const otherIcon = document.querySelectorAll('.faq-icon')[i - 1];\r\n                if (otherAnswer) {\r\n                    otherAnswer.classList.remove('active');\r\n                    otherIcon.classList.remove('rotate');\r\n                }\r\n            }\r\n        }\r\n    }\r\n\r\n    \/\/ Testimonial Carousel\r\n    let currentSlide = 0;\r\n    const slides = document.querySelectorAll('.carousel-slide');\r\n    const dots = document.querySelectorAll('.carousel-dot');\r\n    const totalSlides = slides.length;\r\n    const track = document.getElementById('testimonialTrack');\r\n\r\n    function updateCarousel() {\r\n        \/\/ Update track position\r\n        track.style.transform = `translateX(-${currentSlide * 100}%)`;\r\n        \r\n        \/\/ Update active states\r\n        slides.forEach((slide, index) => {\r\n            slide.classList.toggle('active', index === currentSlide);\r\n        });\r\n        \r\n        dots.forEach((dot, index) => {\r\n            dot.classList.toggle('active', index === currentSlide);\r\n            dot.classList.toggle('bg-yellow-400', index === currentSlide);\r\n            dot.classList.toggle('bg-gray-600', index !== currentSlide);\r\n        });\r\n    }\r\n\r\n    function nextSlide() {\r\n        currentSlide = (currentSlide + 1) % totalSlides;\r\n        updateCarousel();\r\n    }\r\n\r\n    function prevSlide() {\r\n        currentSlide = (currentSlide - 1 + totalSlides) % totalSlides;\r\n        updateCarousel();\r\n    }\r\n\r\n    function goToSlide(index) {\r\n        currentSlide = index;\r\n        updateCarousel();\r\n    }\r\n\r\n    \/\/ Event Listeners\r\n    document.getElementById('nextBtn').addEventListener('click', nextSlide);\r\n    document.getElementById('prevBtn').addEventListener('click', prevSlide);\r\n\r\n    dots.forEach((dot, index) => {\r\n        dot.addEventListener('click', () => goToSlide(index));\r\n    });\r\n\r\n    \/\/ Auto-play carousel\r\n    setInterval(nextSlide, 5000);\r\n\r\n    \/\/ Initialize carousel\r\n    updateCarousel();\r\n\r\n    \/\/ Smooth scrolling for anchor links\r\n    document.querySelectorAll('a[href^=\"#\"]').forEach(anchor => {\r\n        anchor.addEventListener('click', function (e) {\r\n            e.preventDefault();\r\n            const target = document.querySelector(this.getAttribute('href'));\r\n            if (target) {\r\n                target.scrollIntoView({\r\n                    behavior: 'smooth',\r\n                    block: 'start'\r\n                });\r\n                \/\/ Close mobile menu if open\r\n                document.getElementById('mobileMenu').classList.add('hidden');\r\n            }\r\n        });\r\n    });\r\n\r\n    \/\/ Intersection Observer for animations\r\n    const observerOptions = {\r\n        threshold: 0.1,\r\n        rootMargin: '0px 0px -100px 0px'\r\n    };\r\n\r\n    const observer = new IntersectionObserver((entries) => {\r\n        entries.forEach(entry => {\r\n            if (entry.isIntersecting) {\r\n                entry.target.style.opacity = '1';\r\n                entry.target.style.transform = 'translateY(0)';\r\n            }\r\n        });\r\n    }, observerOptions);\r\n\r\n    \/\/ Observe all cards for animation\r\n    document.querySelectorAll('.card-hover').forEach(card => {\r\n        card.style.opacity = '0';\r\n        card.style.transform = 'translateY(20px)';\r\n        card.style.transition = 'all 0.6s ease-out';\r\n        observer.observe(card);\r\n    });\r\n<\/script>\r\n<\/body>\r\n<\/html>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Scale My Product Agency &#8211; We Invest $5K-$10K In Your Business With Zero Risk Scale My Product Our Investment Results Success Stories FAQ Book Strategy Call Our Investment Results Success Stories FAQ Zero Risk \u2022 $5K-$10K Investment \u2022 Performance Based We Help Coaches, Creators &#038; Influencers Turn Their Knowledge Into Revenue We&#8217;ll invest $5K &#8211; [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"footnotes":""},"class_list":["post-6","page","type-page","status-publish","hentry"],"brizy_media":[],"_links":{"self":[{"href":"https:\/\/scalemyproduct.agency\/index.php?rest_route=\/wp\/v2\/pages\/6","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/scalemyproduct.agency\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/scalemyproduct.agency\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/scalemyproduct.agency\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/scalemyproduct.agency\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=6"}],"version-history":[{"count":5,"href":"https:\/\/scalemyproduct.agency\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions"}],"predecessor-version":[{"id":169,"href":"https:\/\/scalemyproduct.agency\/index.php?rest_route=\/wp\/v2\/pages\/6\/revisions\/169"}],"wp:attachment":[{"href":"https:\/\/scalemyproduct.agency\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=6"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}