{"id":6403,"date":"2025-12-03T06:46:46","date_gmt":"2025-12-03T06:46:46","guid":{"rendered":"https:\/\/aiingo.com\/?page_id=6403"},"modified":"2025-12-03T07:23:04","modified_gmt":"2025-12-03T07:23:04","slug":"gym-marketing-agency","status":"publish","type":"page","link":"https:\/\/aiingo.com\/index.php\/gym-marketing-agency\/","title":{"rendered":"Gym Marketing Agency"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"6403\" class=\"elementor elementor-6403\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-2db5fb4 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"2db5fb4\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3467b00\" data-id=\"3467b00\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-cb9d18a elementor-widget elementor-widget-html\" data-id=\"cb9d18a\" data-element_type=\"widget\" data-e-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>Devins Fitness Garage - Gym Marketing Agency Demo | AiA Automation<\/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;600;700;800&display=swap');\r\n        body { font-family: 'Inter', sans-serif; }\r\n        \r\n        \/* Chat Bubble Animations *\/\r\n        .chat-bubble {\r\n            opacity: 0;\r\n            transform: translateY(10px);\r\n            animation: popIn 0.5s forwards;\r\n        }\r\n        @keyframes popIn {\r\n            to { opacity: 1; transform: translateY(0); }\r\n        }\r\n        .delay-100 { animation-delay: 0.1s; }\r\n        .delay-300 { animation-delay: 0.3s; }\r\n        .delay-500 { animation-delay: 0.5s; }\r\n        .delay-1000 { animation-delay: 1.0s; }\r\n        \r\n        \/* Mockup Containers *\/\r\n        .phone-mockup {\r\n            border: 12px solid #333;\r\n            border-radius: 30px;\r\n            overflow: hidden;\r\n            background: #fff;\r\n            box-shadow: 0 20px 50px rgba(0,0,0,0.15);\r\n            transition: transform 0.3s ease;\r\n        }\r\n        .phone-mockup:hover {\r\n            transform: scale(1.02);\r\n        }\r\n\r\n        \/* Typewriter Cursor Animation *\/\r\n        .cursor {\r\n            display: inline-block;\r\n            width: 3px;\r\n            background-color: #818cf8; \/* Indigo-400 *\/\r\n            animation: blink 1s infinite;\r\n        }\r\n        @keyframes blink {\r\n            0%, 100% { opacity: 1; }\r\n            50% { opacity: 0; }\r\n        }\r\n\r\n        \/* Typewriter Container Height Control *\/\r\n        .typewriter-container {\r\n            min-height: 1.2em; \/* Keeps height stable *\/\r\n            display: inline-flex;\r\n            align-items: center;\r\n        }\r\n\r\n        \/* Mobile specific styles *\/\r\n        @media (max-width: 640px) {\r\n            .desktop-nav { display: none; }\r\n            .mobile-bottom-nav { display: flex; }\r\n            .phone-mockup {\r\n                width: 100%;\r\n                max-width: 340px; \r\n                height: 550px;\r\n                border-width: 8px;\r\n            }\r\n            .section-padding {\r\n                padding-top: 2rem;\r\n                padding-bottom: 6rem; \/* Space for bottom nav *\/\r\n            }\r\n            .hero-text {\r\n                font-size: 2.5rem;\r\n                line-height: 1.1;\r\n            }\r\n            \/* Ensure hero fills screen on mobile like an app launch screen *\/\r\n            #home {\r\n                min-height: 90vh;\r\n                display: flex;\r\n                flex-direction: column;\r\n                justify-content: center;\r\n            }\r\n            .typewriter-container {\r\n                min-height: 1.2em; \/* Adjust if lines wrap on very small screens *\/\r\n                display: block; \/* Allow wrapping naturally *\/\r\n            }\r\n        }\r\n        \r\n        @media (min-width: 641px) {\r\n            .mobile-bottom-nav { display: none; }\r\n            .mobile-header { display: none; }\r\n        }\r\n    <\/style>\r\n    <script>\r\n        function simulateChat(type) {\r\n            const chatContainer = document.getElementById(type + '-chat-container');\r\n            const inputField = document.getElementById(type + '-input');\r\n            const userMsg = inputField.value;\r\n            \r\n            if (!userMsg) return;\r\n\r\n            \/\/ Add user message\r\n            const userBubble = document.createElement('div');\r\n            userBubble.className = 'flex justify-end chat-bubble';\r\n            userBubble.innerHTML = `<div class=\"${type === 'whatsapp' ? 'bg-[#dcf8c6]' : 'bg-gray-200'} text-gray-800 p-3 rounded-2xl ${type === 'whatsapp' ? 'rounded-lg' : 'rounded-tr-none'} text-sm max-w-[80%] shadow-sm mb-2\">${userMsg}<\/div>`;\r\n            chatContainer.appendChild(userBubble);\r\n            \r\n            inputField.value = '';\r\n            chatContainer.scrollTop = chatContainer.scrollHeight;\r\n\r\n            \/\/ Simulate bot typing and reply\r\n            setTimeout(() => {\r\n                const botBubble = document.createElement('div');\r\n                botBubble.className = 'flex justify-start chat-bubble';\r\n                let replyText = '';\r\n                \r\n                if (type === 'instagram') {\r\n                    replyText = \"Thanks for your message! Our AI is processing your request. We'll get back to you shortly with details on our membership plans! \ud83d\udcaa\";\r\n                } else if (type === 'whatsapp') {\r\n                    replyText = \"Hello! Thanks for reaching out to Devins Gym. Are you interested in our class schedule or personal training options? \ud83c\udfcb\ufe0f\u200d\u2642\ufe0f\";\r\n                }\r\n\r\n                botBubble.innerHTML = `<div class=\"bg-white border text-gray-800 p-3 rounded-2xl ${type === 'whatsapp' ? 'rounded-lg' : 'rounded-tl-none'} text-sm max-w-[80%] shadow-sm mb-2\">${replyText}<\/div>`;\r\n                chatContainer.appendChild(botBubble);\r\n                chatContainer.scrollTop = chatContainer.scrollHeight;\r\n            }, 1000);\r\n        }\r\n\r\n        \/\/ Typewriter Logic\r\n        document.addEventListener('DOMContentLoaded', function() {\r\n            const textElement = document.getElementById('typewriter-text');\r\n            const texts = [\"Sleep & Sell.\", \"Capture Leads.\", \"Boost Retention.\"];\r\n            let textIndex = 0;\r\n            let charIndex = 0;\r\n            let isDeleting = false;\r\n            let typeSpeed = 100;\r\n\r\n            function type() {\r\n                const currentText = texts[textIndex];\r\n                \r\n                if (isDeleting) {\r\n                    textElement.textContent = currentText.substring(0, charIndex - 1);\r\n                    charIndex--;\r\n                    typeSpeed = 50; \/\/ Faster deletion\r\n                } else {\r\n                    textElement.textContent = currentText.substring(0, charIndex + 1);\r\n                    charIndex++;\r\n                    typeSpeed = 100; \/\/ Normal typing\r\n                }\r\n\r\n                if (!isDeleting && charIndex === currentText.length) {\r\n                    isDeleting = true;\r\n                    typeSpeed = 2000; \/\/ Pause at end\r\n                } else if (isDeleting && charIndex === 0) {\r\n                    isDeleting = false;\r\n                    textIndex = (textIndex + 1) % texts.length;\r\n                    typeSpeed = 500; \/\/ Pause before new word\r\n                }\r\n\r\n                setTimeout(type, typeSpeed);\r\n            }\r\n\r\n            type();\r\n        });\r\n    <\/script>\r\n<\/head>\r\n<body class=\"bg-gray-50 text-gray-800\">\r\n\r\n    <!-- Desktop Header -->\r\n    <nav class=\"bg-white shadow-sm fixed w-full z-50 desktop-nav\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"flex justify-between h-16 items-center\">\r\n                <a href=\"https:\/\/aiingo.com\" class=\"flex items-center hover:opacity-80 transition\">\r\n                    <span class=\"text-2xl font-bold text-indigo-600 tracking-tighter\">AiA<span class=\"text-gray-800\">Automation<\/span><\/span>\r\n                <\/a>\r\n                <div class=\"hidden md:flex space-x-6\">\r\n                    <a href=\"#instagram\" class=\"text-gray-600 hover:text-indigo-600\">Instagram<\/a>\r\n                    <a href=\"#whatsapp\" class=\"text-gray-600 hover:text-indigo-600\">WhatsApp<\/a>\r\n                    <a href=\"#seo\" class=\"text-gray-600 hover:text-indigo-600\">GMB & SEO<\/a>\r\n                    <a href=\"#pricing\" class=\"text-gray-600 hover:text-indigo-600\">Pricing<\/a>\r\n                <\/div>\r\n                <a href=\"https:\/\/wa.me\/971551794900\" class=\"bg-green-500 text-white px-5 py-2 rounded-full font-medium hover:bg-green-600 transition flex items-center gap-2\" target=\"_blank\" rel=\"noopener\">\r\n                    <i class=\"fab fa-whatsapp\"><\/i> Chat Now\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/nav>\r\n\r\n    <!-- Mobile Header (App Style) -->\r\n    <div class=\"mobile-header fixed top-0 w-full bg-white z-50 shadow-sm p-4 flex justify-between items-center\">\r\n        <span class=\"text-xl font-bold text-indigo-600 tracking-tighter\">AiA<span class=\"text-gray-800\">.App<\/span><\/span>\r\n        <a href=\"https:\/\/wa.me\/971551794900\" class=\"text-green-600 text-2xl\" target=\"_blank\" rel=\"noopener\"><i class=\"fab fa-whatsapp\"><\/i><\/a>\r\n    <\/div>\r\n\r\n    <!-- Hero Section -->\r\n    <div id=\"home\" class=\"relative pt-32 pb-16 section-padding bg-gray-900 overflow-hidden\">\r\n        <!-- Background Image with Overlay -->\r\n        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1534438327276-14e5300c3a48?ixlib=rb-4.0.3&auto=format&fit=crop&w=1920&q=80\" alt=\"Gym Marketing Agency Automation Dashboard\" class=\"absolute inset-0 w-full h-full object-cover opacity-40\">\r\n        <div class=\"absolute inset-0 bg-gradient-to-b from-gray-900\/95 via-gray-900\/80 to-gray-900\/95\"><\/div>\r\n\r\n        <div class=\"relative max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center text-white z-10 flex flex-col items-center\">\r\n            <span class=\"bg-white\/10 border border-white\/20 text-indigo-100 px-4 py-1.5 rounded-full text-xs font-bold uppercase tracking-wider backdrop-blur-md shadow-lg mb-6\">Devins Fitness Garage<\/span>\r\n            \r\n            <h1 class=\"hero-text text-4xl md:text-7xl font-extrabold mt-2 mb-6 leading-tight text-white tracking-tight\">\r\n                Automate Your Gym. <br>\r\n                <!-- Typewriter Text Component -->\r\n                <div class=\"typewriter-container text-indigo-300 mt-2\">\r\n                    <span id=\"typewriter-text\"><\/span><span class=\"cursor\">&nbsp;<\/span>\r\n                <\/div>\r\n            <\/h1>\r\n            \r\n            <p class=\"text-lg md:text-2xl text-gray-200 max-w-2xl mx-auto mb-10 font-light leading-relaxed\">\r\n                The ultimate <b>Gym Marketing Agency<\/b> solution. We install a \"Smart System\" that handles inquiries, bookings, and member plans 24\/7.\r\n            <\/p>\r\n            \r\n            <!-- App-Like CTAs -->\r\n            <div class=\"flex flex-col w-full sm:w-auto sm:flex-row gap-4\">\r\n                <a href=\"#pricing\" class=\"bg-white text-indigo-900 px-8 py-4 rounded-xl font-bold hover:bg-gray-100 shadow-[0_0_20px_rgba(255,255,255,0.3)] transition transform hover:-translate-y-1 w-full sm:w-auto flex items-center justify-center gap-2\">\r\n                    <span>\ud83d\ude80<\/span> See Growth Plans\r\n                <\/a>\r\n                <a href=\"https:\/\/wa.me\/971551794900\" class=\"bg-green-500 text-white border border-green-400 px-8 py-4 rounded-xl font-bold hover:bg-green-600 transition transform hover:-translate-y-1 shadow-[0_0_20px_rgba(34,197,94,0.3)] w-full sm:w-auto flex items-center justify-center gap-2\" target=\"_blank\" rel=\"noopener\">\r\n                    <i class=\"fab fa-whatsapp text-xl\"><\/i> Chat on WhatsApp\r\n                <\/a>\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Demo Section 1: Instagram -->\r\n    <div id=\"instagram\" class=\"py-16 section-padding bg-white\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"flex flex-col md:flex-row gap-12 items-center\">\r\n                \r\n                <!-- Content -->\r\n                <div class=\"flex-1 order-1 md:order-2\">\r\n                    <div class=\"inline-block p-3 rounded-xl bg-purple-100 text-purple-600 mb-4\">\r\n                        <i class=\"fab fa-instagram text-2xl\"><\/i>\r\n                    <\/div>\r\n                    <h2 class=\"text-3xl font-bold mb-4\">The 24\/7 Instagram Salesman<\/h2>\r\n                    <p class=\"text-gray-600 mb-6 text-lg\">\r\n                        As your dedicated <b>Gym Marketing Agency<\/b>, we ensure no lead is left behind. When a member asks \"Price?\" at 2 AM, our AI sends the rate card instantly.\r\n                    <\/p>\r\n                    <ul class=\"space-y-3\">\r\n                        <li class=\"flex items-center gap-3\">\r\n                            <i class=\"fas fa-check text-green-500\"><\/i>\r\n                            <span>Instant Keyword Replies<\/span>\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-3\">\r\n                            <i class=\"fas fa-check text-green-500\"><\/i>\r\n                            <span>Auto-Send PDF Rate Cards<\/span>\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n\r\n                <!-- Phone Demo -->\r\n                <div class=\"flex-1 order-2 md:order-1 flex justify-center w-full\">\r\n                    <div class=\"phone-mockup h-[600px] w-full max-w-[320px] relative bg-gray-100 flex flex-col\">\r\n                        <div class=\"bg-white p-4 border-b flex items-center justify-between shadow-sm\">\r\n                            <div class=\"flex items-center gap-2\">\r\n                                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1517836357463-d25dfeac3438?ixlib=rb-4.0.3&auto=format&fit=crop&w=100&q=80\" alt=\"Gym Marketing Agency Profile\" class=\"w-8 h-8 rounded-full object-cover\">\r\n                                <span class=\"font-semibold text-sm\">Devins Fitness<\/span>\r\n                            <\/div>\r\n                            <i class=\"fas fa-info-circle text-gray-400\"><\/i>\r\n                        <\/div>\r\n                        <div id=\"instagram-chat-container\" class=\"flex-1 p-4 overflow-y-auto space-y-4\">\r\n                            <div class=\"text-center text-xs text-gray-400 my-2\">Today 10:45 PM<\/div>\r\n                            <div class=\"flex justify-start chat-bubble delay-300\">\r\n                                <div class=\"bg-white border text-gray-800 p-3 rounded-2xl rounded-tl-none text-sm max-w-[80%] shadow-sm\">\r\n                                    Hey! \ud83d\udc4b Thanks for contacting Devins Fitness Garage.<br><br>\r\n                                    Our plans start from \u20b91000\/mo. Here is our full Rate Card \ud83d\udc47\r\n                                <\/div>\r\n                            <\/div>\r\n                             <div class=\"flex justify-start chat-bubble delay-500\">\r\n                                <div class=\"bg-white border p-2 rounded-xl rounded-tl-none text-sm max-w-[80%] shadow-sm\">\r\n                                    <div class=\"bg-gray-100 h-24 rounded-lg flex items-center justify-center mb-2 overflow-hidden\">\r\n                                        <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1599058945522-28d584b6f0ff?ixlib=rb-4.0.3&auto=format&fit=crop&w=300&q=80\" alt=\"Gym Rate Card PDF\" class=\"object-cover w-full h-full opacity-80\">\r\n                                    <\/div>\r\n                                    <span class=\"font-semibold text-xs\">Rate_Card_2025.pdf<\/span>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                        <div class=\"p-3 bg-white border-t flex gap-2\">\r\n                            <input type=\"text\" id=\"instagram-input\" placeholder=\"Message...\" class=\"flex-1 border rounded-full px-4 py-2 text-sm focus:outline-none focus:border-indigo-500\">\r\n                            <button onclick=\"simulateChat('instagram')\" class=\"text-indigo-600 font-semibold p-2\">Send<\/button>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Demo Section 2: WhatsApp -->\r\n    <div id=\"whatsapp\" class=\"py-16 section-padding bg-gray-50\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"flex flex-col md:flex-row gap-12 items-center\">\r\n                \r\n                <!-- Content -->\r\n                <div class=\"flex-1\">\r\n                    <div class=\"inline-block p-3 rounded-xl bg-green-100 text-green-600 mb-4\">\r\n                        <i class=\"fab fa-whatsapp text-2xl\"><\/i>\r\n                    <\/div>\r\n                    <h2 class=\"text-3xl font-bold mb-4\">Your Virtual Receptionist<\/h2>\r\n                    <p class=\"text-gray-600 mb-6 text-lg\">\r\n                        Automate your WhatsApp Business. Handle FAQs about pool timings and PT slots automatically. A must-have tool from any top <b>Gym Marketing Agency<\/b>.\r\n                    <\/p>\r\n                    <ul class=\"space-y-3\">\r\n                        <li class=\"flex items-center gap-3\">\r\n                            <i class=\"fas fa-check text-green-500\"><\/i>\r\n                            <span>Zero Wait Time<\/span>\r\n                        <\/li>\r\n                        <li class=\"flex items-center gap-3\">\r\n                            <i class=\"fas fa-check text-green-500\"><\/i>\r\n                            <span>Auto-Save Leads<\/span>\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n\r\n                <!-- Phone Demo -->\r\n                <div class=\"flex-1 flex justify-center w-full\">\r\n                    <div class=\"phone-mockup h-[600px] w-full max-w-[320px] relative bg-[#e5ddd5] flex flex-col\">\r\n                        <div class=\"bg-[#075e54] text-white p-4 flex items-center justify-between shadow-sm\">\r\n                            <div class=\"flex items-center gap-2\">\r\n                                <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1571019614242-c5c5dee9f50b?ixlib=rb-4.0.3&auto=format&fit=crop&w=100&q=80\" alt=\"Gym Marketing Agency Support\" class=\"w-8 h-8 rounded-full object-cover border-2 border-white\">\r\n                                <div class=\"flex flex-col\">\r\n                                    <span class=\"font-semibold text-sm\">Devins Support<\/span>\r\n                                    <span class=\"text-[10px] text-gray-200\">Online<\/span>\r\n                                <\/div>\r\n                            <\/div>\r\n                            <i class=\"fas fa-ellipsis-v\"><\/i>\r\n                        <\/div>\r\n                        <div id=\"whatsapp-chat-container\" class=\"flex-1 p-4 overflow-y-auto space-y-4\">\r\n                            <div class=\"flex justify-start chat-bubble delay-300\">\r\n                                <div class=\"bg-white text-gray-800 p-2 px-3 rounded-lg text-sm max-w-[80%] shadow-sm\">\r\n                                    Hello! Welcome to Devins Fitness Garage. How can we help you today?\r\n                                    <div class=\"text-[10px] text-gray-500 text-right mt-1\">10:00 AM<\/div>\r\n                                <\/div>\r\n                            <\/div>\r\n                        <\/div>\r\n                         <div class=\"p-2 bg-[#f0f0f0] flex gap-2 items-center\">\r\n                            <input type=\"text\" id=\"whatsapp-input\" placeholder=\"Type a message\" class=\"flex-1 rounded-full px-4 py-2 text-sm border-none focus:ring-0\">\r\n                            <button onclick=\"simulateChat('whatsapp')\" class=\"bg-[#075e54] text-white p-2 rounded-full w-10 h-10 flex items-center justify-center hover:bg-[#054c44]\"><i class=\"fas fa-paper-plane\"><\/i><\/button>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Demo Section 3: GMB & SEO -->\r\n    <div id=\"seo\" class=\"py-16 section-padding bg-white\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <div class=\"flex flex-col md:flex-row gap-12 items-center\">\r\n                \r\n                <!-- Content -->\r\n                <div class=\"flex-1 order-1 md:order-2\">\r\n                    <div class=\"inline-block p-3 rounded-xl bg-orange-100 text-orange-600 mb-4\">\r\n                        <i class=\"fas fa-map-marker-alt text-2xl\"><\/i>\r\n                    <\/div>\r\n                    <h2 class=\"text-3xl font-bold mb-4\">Dominate Local Search<\/h2>\r\n                    <p class=\"text-gray-600 mb-6 text-lg\">\r\n                        Rank #1 in Nagaroor and Raloorkavu. Our <b>Gym Marketing Agency<\/b> tech ensures you are the first gym people see on Google Maps.\r\n                    <\/p>\r\n                    <ul class=\"space-y-4\">\r\n                        <li class=\"flex items-start gap-3\">\r\n                            <div class=\"mt-1 bg-green-100 p-1 rounded-full\"><i class=\"fas fa-check text-green-600 text-xs\"><\/i><\/div>\r\n                            <div>\r\n                                <span class=\"font-semibold\">GMB Auto-Reply Agent<\/span>\r\n                                <p class=\"text-sm text-gray-500\">Instantly replies to all reviews.<\/p>\r\n                            <\/div>\r\n                        <\/li>\r\n                        <li class=\"flex items-start gap-3\">\r\n                            <div class=\"mt-1 bg-green-100 p-1 rounded-full\"><i class=\"fas fa-check text-green-600 text-xs\"><\/i><\/div>\r\n                            <div>\r\n                                <span class=\"font-semibold\">Local SEO Domination<\/span>\r\n                                <p class=\"text-sm text-gray-500\">Rank for \"Gym with Pool\".<\/p>\r\n                            <\/div>\r\n                        <\/li>\r\n                    <\/ul>\r\n                <\/div>\r\n\r\n                <!-- Visuals -->\r\n                <div class=\"flex-1 order-2 md:order-1\">\r\n                    <div class=\"bg-white border rounded-2xl shadow-xl p-6 max-w-sm mx-auto transform hover:scale-105 transition duration-300\">\r\n                        <div class=\"flex items-center gap-2 mb-4\">\r\n                            <img decoding=\"async\" src=\"https:\/\/images.unsplash.com\/photo-1633332755192-727a05c4013d?ixlib=rb-4.0.3&auto=format&fit=crop&w=100&q=80\" alt=\"Gym Marketing Agency Review\" class=\"w-8 h-8 rounded-full object-cover\">\r\n                            <div>\r\n                                <div class=\"font-bold text-sm\">Rahul K.<\/div>\r\n                                <div class=\"text-yellow-400 text-xs\">\r\n                                    <i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i><i class=\"fas fa-star\"><\/i>\r\n                                <\/div>\r\n                            <\/div>\r\n                            <span class=\"text-gray-400 text-xs ml-auto\">10 mins ago<\/span>\r\n                        <\/div>\r\n                        <p class=\"text-gray-600 text-sm mb-4\">\r\n                            Best gym in Nagaroor! The pool is amazing.\r\n                        <\/p>\r\n                        <div class=\"bg-blue-50 border border-blue-100 rounded-lg p-3 relative animate-pulse\">\r\n                            <span class=\"absolute -top-2 -right-2 bg-green-500 text-white text-[10px] px-2 py-0.5 rounded-full shadow\">Auto-Replied \u26a1<\/span>\r\n                            <div class=\"text-xs font-bold text-gray-700 mb-1\">Owner Response:<\/div>\r\n                            <p class=\"text-gray-600 text-xs\">\r\n                                Thank you Rahul! See you at your next workout! \ud83d\udcaa - Devins Team\r\n                            <\/p>\r\n                        <\/div>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Pricing Section -->\r\n    <div id=\"pricing\" class=\"py-16 section-padding bg-indigo-50\">\r\n        <div class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\">\r\n            <h2 class=\"text-3xl font-bold mb-12 text-center\">Choose Your Growth Plan<\/h2>\r\n            \r\n            <div class=\"grid md:grid-cols-3 gap-8\">\r\n                \r\n                <!-- Plan 1: Standard -->\r\n                <div class=\"bg-white rounded-2xl shadow-lg overflow-hidden border border-gray-200 flex flex-col hover:shadow-xl transition duration-300\">\r\n                    <div class=\"p-8 flex-1\">\r\n                        <h3 class=\"text-xl font-bold text-gray-800\">Smart Gym Core<\/h3>\r\n                        <p class=\"text-sm text-gray-500 mt-2\">Essential automation.<\/p>\r\n                        <div class=\"my-6\">\r\n                            <span class=\"text-4xl font-bold text-gray-800\">\u20b93,999<\/span>\r\n                            <span class=\"text-lg text-gray-600 font-semibold block mt-1\">AED 249<\/span>\r\n                            <span class=\"text-gray-500 text-sm\">\/ month<\/span>\r\n                        <\/div>\r\n                        <ul class=\"text-left space-y-4 text-sm text-gray-600 mb-8\">\r\n                            <li class=\"flex items-center gap-3\"><i class=\"fas fa-check text-green-500\"><\/i><span>Instagram Automation<\/span><\/li>\r\n                            <li class=\"flex items-center gap-3\"><i class=\"fas fa-check text-green-500\"><\/i><span>WhatsApp Bot<\/span><\/li>\r\n                            <li class=\"flex items-center gap-3\"><i class=\"fas fa-check text-green-500\"><\/i><span>Post Scheduling<\/span><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"p-4 bg-gray-50 border-t\">\r\n                        <a href=\"https:\/\/wa.me\/971551794900?text=I%20am%20interested%20in%20the%20Core%20Plan%20for%20Devins%20Gym\" class=\"block w-full text-center bg-white border border-indigo-600 text-indigo-600 py-3 rounded-xl font-bold hover:bg-indigo-50 transition\" target=\"_blank\" rel=\"noopener\">\r\n                            Choose Core Plan\r\n                        <\/a>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Plan 2: Bundle -->\r\n                <div class=\"bg-gray-900 rounded-2xl shadow-2xl overflow-hidden border-2 border-indigo-500 relative flex flex-col transform md:-translate-y-4 hover:shadow-indigo-500\/30 transition duration-300\">\r\n                    <div class=\"absolute top-0 right-0 bg-indigo-600 text-white text-xs font-bold px-3 py-1 rounded-bl-lg uppercase tracking-wide\">Best Value<\/div>\r\n                    <div class=\"p-8 flex-1 text-white\">\r\n                        <h3 class=\"text-xl font-bold text-indigo-400\">Total Dominator<\/h3>\r\n                        <p class=\"text-sm text-gray-400 mt-2\">Maximum Automation.<\/p>\r\n                        <div class=\"my-6\">\r\n                            <span class=\"text-5xl font-bold text-white\">\u20b99,999<\/span>\r\n                            <span class=\"text-xl text-indigo-300 font-semibold block mt-1\">AED 599<\/span>\r\n                            <span class=\"text-gray-400 text-sm\">\/ month<\/span>\r\n                        <\/div>\r\n                        <div class=\"space-y-4 text-sm mb-8\">\r\n                            <ul class=\"space-y-3\">\r\n                                <li class=\"flex items-center gap-3\"><div class=\"bg-indigo-600 p-1 rounded-full\"><i class=\"fas fa-check text-white text-[10px]\"><\/i><\/div><span><b>GMB Auto-Reply<\/b><\/span><\/li>\r\n                                <li class=\"flex items-center gap-3\"><div class=\"bg-indigo-600 p-1 rounded-full\"><i class=\"fas fa-check text-white text-[10px]\"><\/i><\/div><span><b>Local SEO Domination<\/b><\/span><\/li>\r\n                                <li class=\"flex items-center gap-3\"><div class=\"bg-indigo-600 p-1 rounded-full\"><i class=\"fas fa-check text-white text-[10px]\"><\/i><\/div><span><b>Pocket Trainer Access<\/b><\/span><\/li>\r\n                            <\/ul>\r\n                        <\/div>\r\n                    <\/div>\r\n                    <div class=\"p-4 bg-gray-800 border-t border-gray-700\">\r\n                        <a href=\"https:\/\/wa.me\/971551794900?text=I%20am%20interested%20in%20the%20Growth%20Bundle%20for%20Devins%20Gym\" class=\"block w-full text-center bg-indigo-600 text-white py-3 rounded-xl font-bold hover:bg-indigo-700 transition shadow-lg shadow-indigo-900\/50\" target=\"_blank\" rel=\"noopener\">\r\n                            Start Growth Bundle\r\n                        <\/a>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n                <!-- Plan 3: Premium (New) -->\r\n                <div class=\"bg-white rounded-2xl shadow-lg overflow-hidden border border-purple-200 flex flex-col hover:shadow-xl transition duration-300\">\r\n                    <div class=\"p-8 flex-1\">\r\n                        <h3 class=\"text-xl font-bold text-purple-700\">Ultimate Empire<\/h3>\r\n                        <p class=\"text-sm text-gray-500 mt-2\">Full Transformation.<\/p>\r\n                        <div class=\"my-6\">\r\n                            <span class=\"text-4xl font-bold text-gray-800\">\u20b915,999<\/span>\r\n                            <span class=\"text-lg text-purple-600 font-semibold block mt-1\">AED 999<\/span>\r\n                            <span class=\"text-gray-500 text-sm\">\/ month<\/span>\r\n                        <\/div>\r\n                        <ul class=\"text-left space-y-3 text-gray-600 mb-8 text-sm\">\r\n                            <li class=\"flex items-center gap-3\"><i class=\"fas fa-star text-purple-500\"><\/i><span><b>Custom Mobile App<\/b><\/span><\/li>\r\n                            <li class=\"flex items-center gap-3\"><i class=\"fas fa-star text-purple-500\"><\/i><span><b>AI Meta Ads<\/b><\/span><\/li>\r\n                            <li class=\"flex items-center gap-3\"><i class=\"fas fa-star text-purple-500\"><\/i><span><b>Advanced SEO<\/b><\/span><\/li>\r\n                        <\/ul>\r\n                    <\/div>\r\n                    <div class=\"p-4 bg-purple-50 border-t border-purple-100\">\r\n                        <a href=\"https:\/\/wa.me\/971551794900?text=I%20am%20interested%20in%20the%20Ultimate%20Empire%20Plan%20for%20Devins%20Gym\" class=\"block w-full text-center bg-white border border-purple-600 text-purple-600 py-3 rounded-xl font-bold hover:bg-purple-50 transition\" target=\"_blank\" rel=\"noopener\">\r\n                            Choose Ultimate Plan\r\n                        <\/a>\r\n                    <\/div>\r\n                <\/div>\r\n\r\n            <\/div>\r\n        <\/div>\r\n    <\/div>\r\n\r\n    <!-- Mobile Bottom Navigation -->\r\n    <div class=\"mobile-bottom-nav fixed bottom-0 w-full bg-white border-t border-gray-200 z-50 justify-around py-3 pb-safe\">\r\n        <a href=\"#home\" class=\"flex flex-col items-center text-gray-500 hover:text-indigo-600\">\r\n            <i class=\"fas fa-home text-lg mb-1\"><\/i>\r\n            <span class=\"text-[10px]\">Home<\/span>\r\n        <\/a>\r\n        <a href=\"#instagram\" class=\"flex flex-col items-center text-gray-500 hover:text-indigo-600\">\r\n            <i class=\"fab fa-instagram text-lg mb-1\"><\/i>\r\n            <span class=\"text-[10px]\">Insta<\/span>\r\n        <\/a>\r\n        <a href=\"#whatsapp\" class=\"flex flex-col items-center text-gray-500 hover:text-indigo-600\">\r\n            <i class=\"fab fa-whatsapp text-lg mb-1\"><\/i>\r\n            <span class=\"text-[10px]\">WA<\/span>\r\n        <\/a>\r\n        <a href=\"#pricing\" class=\"flex flex-col items-center text-gray-500 hover:text-indigo-600\">\r\n            <i class=\"fas fa-tags text-lg mb-1\"><\/i>\r\n            <span class=\"text-[10px]\">Pricing<\/span>\r\n        <\/a>\r\n        <a href=\"https:\/\/wa.me\/971551794900\" class=\"flex flex-col items-center text-green-600\" target=\"_blank\" rel=\"noopener\">\r\n            <i class=\"fas fa-comment-dots text-lg mb-1\"><\/i>\r\n            <span class=\"text-[10px]\">Chat<\/span>\r\n        <\/a>\r\n    <\/div>\r\n\r\n    <!-- Footer -->\r\n    <footer class=\"bg-white border-t py-12 mb-16 md:mb-0\">\r\n        <div class=\"max-w-7xl mx-auto px-4 text-center\">\r\n            <p class=\"text-gray-600 font-semibold mb-2\">AiA Automation | <span class=\"font-normal\">Your Gym Marketing Agency<\/span><\/p>\r\n            <p class=\"text-gray-400 text-sm mb-4\">Helping Businesses in Kerala & UAE Scale with AI.<\/p>\r\n            <a href=\"https:\/\/onshope.com\" class=\"text-indigo-600 hover:underline text-sm font-semibold\" target=\"_blank\" rel=\"noopener\">Visit OnShope.com<\/a>\r\n            <div class=\"mt-4 text-sm text-gray-400\">\r\n                &copy; 2025 AiA Automation. All rights reserved.\r\n            <\/div>\r\n        <\/div>\r\n    <\/footer>\r\n\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<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Devins Fitness Garage &#8211; Gym Marketing Agency Demo | AiA Automation AiAAutomation Instagram WhatsApp GMB &#038; SEO Pricing Chat Now AiA.App Devins Fitness Garage Automate Your Gym. &nbsp; The ultimate Gym Marketing Agency solution. We install a &#8220;Smart System&#8221; that handles inquiries, bookings, and member plans 24\/7. \ud83d\ude80 See Growth Plans Chat on WhatsApp The [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_canvas","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":"","_links_to":"","_links_to_target":""},"class_list":["post-6403","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/pages\/6403","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/comments?post=6403"}],"version-history":[{"count":19,"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/pages\/6403\/revisions"}],"predecessor-version":[{"id":6425,"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/pages\/6403\/revisions\/6425"}],"wp:attachment":[{"href":"https:\/\/aiingo.com\/index.php\/wp-json\/wp\/v2\/media?parent=6403"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}