{"product_id":"pay-monthly-cctv-systems-walsall","title":"Pay Monthly CCTV Systems Walsall","description":"\u003cbody\u003e\n\n\n    \u003cmeta charset=\"UTF-8\"\u003e\n    \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\n    \u003ctitle\u003ePay Monthly CCTV \u0026amp; Alarm Installation Walsall | Local Coverage\u003c\/title\u003e\n    \u003cmeta name=\"description\" content=\"Smart CCTV Installation across Walsall. AI-powered cameras, no monthly fees. Pay monthly finance available.\"\u003e\n    \u003cmeta name=\"keywords\" content=\"CCTV installation Walsall, pay monthly CCTV, home security West Midlands, smart CCTV systems, alarm installation Walsall, local CCTV installers\"\u003e\n    \u003cmeta name=\"author\" content=\"Buy CCTV Now\"\u003e\n    \n    \u003c!-- Tailwind CSS --\u003e\n    \u003cscript src=\"https:\/\/cdn.tailwindcss.com\"\u003e\u003c\/script\u003e\n    \n    \u003c!-- AlpineJS for interactive elements --\u003e\n    \u003cscript src=\"https:\/\/unpkg.com\/alpinejs\" defer\u003e\u003c\/script\u003e\n    \n    \u003c!-- Shopify-hosted Rubik Font and Custom Styles --\u003e\n    \u003cstyle\u003e\n        @font-face {\n            font-family: 'Rubik';\n            font-style: normal;\n            font-weight: 400;\n            src: url(https:\/\/fonts.shopifycdn.com\/rubik\/rubik_n4.v15.woff2) format('woff2');\n        }\n        @font-face {\n            font-family: 'Rubik';\n            font-style: normal;\n            font-weight: 500;\n            src: url(https:\/\/fonts.shopifycdn.com\/rubik\/rubik_n5.v15.woff2) format('woff2');\n        }\n        @font-face {\n            font-family: 'Rubik';\n            font-style: normal;\n            font-weight: 700;\n            src: url(https:\/\/fonts.shopifycdn.com\/rubik\/rubik_n7.v15.woff2) format('woff2');\n        }\n        @font-face {\n            font-family: 'Rubik';\n            font-style: normal;\n            font-weight: 900;\n            src: url(https:\/\/fonts.shopifycdn.com\/rubik\/rubik_n9.v15.woff2) format('woff2');\n        }\n\n        body {\n            font-family: 'Rubik', sans-serif;\n            background-color: #000000; \/* Pure black background *\/\n        }\n        .cta-button {\n            transition: all 0.3s ease;\n        }\n        .cta-button:hover {\n            transform: translateY(-3px) scale(1.02);\n            filter: brightness(1.1);\n        }\n        .feature-card {\n             background-color: #1a1a1a; \/* Slightly lighter than pure black *\/\n             border-radius: 1rem;\n             box-shadow: 0 10px 25px rgba(0,0,0,0.2);\n             border: 1px solid #333333;\n             transition: all 0.3s ease;\n        }\n        a.feature-card:hover {\n            transform: translateY(-5px);\n            border-color: #39ff14;\n            background-color: #2a2a2a;\n        }\n        \n        \/* Hero Animation Styles *\/\n        .camera-animation-container {\n            position: relative;\n            max-width: 500px;\n            margin: auto;\n            min-height: 400px;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n            justify-content: center;\n            padding-top: 20px;\n            z-index: 10;\n        }\n        .hero-image {\n             width: 100%;\n             height: auto;\n             filter: drop-shadow(0 25px 25px rgb(0 0 0 \/ 0.25));\n             transform: scale(1.05);\n             animation: float 3s ease-in-out infinite;\n        }\n        \n        \/* AI Grid Container - Neon Green cyber mesh *\/\n        .ai-grid-container {\n            position: relative;\n            padding: 1.5rem;\n            border-radius: 1.5rem;\n            box-shadow: 0 0 50px rgba(57, 255, 20, 0.4); \/* Neon Green Shadow *\/\n            border: 2px solid #39ff14; \/* Neon Green Border *\/\n            background: rgba(10, 10, 10, 0.7);\n            z-index: 1;\n            background-image: linear-gradient(0deg, transparent 24%, #39ff141a 25%, #39ff141a 26%, transparent 27%, transparent 74%, #39ff141a 75%, #39ff141a 76%, transparent 77%, transparent), linear-gradient(90deg, transparent 24%, #39ff141a 25%, #39ff141a 26%, transparent 27%, transparent 74%, #39ff141a 75%, #39ff141a 76%, transparent 77%, transparent);\n            background-size: 50px 50px;\n        }\n\n        .tracking-box-animated {\n            position: absolute;\n            top: 50%;\n            left: 50%;\n            width: 340px;\n            height: 340px;\n            border: 4px solid #39ff14;\n            border-radius: 12px;\n            background-color: rgba(57, 255, 20, 0.05);\n            box-shadow: 0 0 30px rgba(57, 255, 20, 0.5), inset 0 0 15px rgba(57, 255, 20, 0.3);\n            animation: pulse-track 3s ease-in-out infinite;\n        }\n        .tracking-label-animated {\n            position: absolute;\n            bottom: 10%; \n            left: 50%;\n            transform: translateX(-50%);\n            background-color: #39ff14;\n            color: #000000;\n            padding: 6px 16px;\n            border-radius: 8px;\n            font-size: 0.9rem;\n            font-weight: 700;\n            letter-spacing: 0.5px;\n            white-space: nowrap;\n            box-shadow: 0 5px 15px rgba(57, 255, 20, 0.4);\n            animation: fade-in-out 3s ease-in-out infinite;\n        }\n\n        @keyframes pulse-track {\n            0% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }\n            50% { transform: translate(-50%, -50%) scale(1.05); opacity: 1; }\n            100% { transform: translate(-50%, -50%) scale(1); opacity: 0.8; }\n        }\n        @keyframes fade-in-out {\n            0%, 100% { opacity: 0; transform: translateX(-50%) translateY(10px); }\n            50% { opacity: 1; transform: translateX(-50%) translateY(0); } \n        }\n\n        \/* Responsive video container *\/\n        .video-container {\n            position: relative;\n            overflow: hidden;\n            width: 100%;\n            padding-top: 56.25%; \/* 16:9 Aspect Ratio *\/\n        }\n        .video-container iframe {\n            position: absolute;\n            top: 0;\n            left: 0;\n            bottom: 0;\n            right: 0;\n            width: 100%;\n            height: 100%;\n            border: none;\n        }\n\n        \/* Animated Heading Styles *\/\n        .animated-heading {\n            animation: pulse-heading 3s ease-in-out infinite;\n        }\n\n        @keyframes pulse-heading {\n            0% {\n                transform: scale(1);\n                text-shadow: 0 0 5px rgba(57, 255, 20, 0);\n            }\n            50% {\n                transform: scale(1.02);\n                text-shadow: 0 0 20px rgba(57, 255, 20, 0.3);\n            }\n            100% {\n                transform: scale(1);\n                text-shadow: 0 0 5px rgba(57, 255, 20, 0);\n            }\n        }\n\n        \/* ---------------------------------------------------- *\/\n        \/* Brand Identity \u0026 Headline Sizing Hierarchy           *\/\n        \/* ---------------------------------------------------- *\/\n        \n        \/* Main Punchy Hero Headline - Glowing Neon Green *\/\n        .main-hero-punch-headline {\n            font-family: 'Rubik', sans-serif;\n            font-weight: 900;\n            font-size: 2.75rem;\n            line-height: 1.05;\n            color: #39ff14;\n            text-shadow: 0 0 20px rgba(57, 25, 20, 0.7);\n            margin-bottom: 1.5rem;\n            text-align: center;\n        }\n        @media (min-width: 768px) {\n             .main-hero-punch-headline {\n                font-size: 4.5rem; \n            }\n        }\n        @media (min-width: 1024px) {\n             .main-hero-punch-headline {\n                font-size: 5.5rem; \n            }\n        }\n        \n        \/* Sub-Headline *\/\n        .main-headline-top {\n            font-weight: 700;\n            font-size: 1.5rem; \n            line-height: 1.2;\n            color: white;\n            text-shadow: 0 0 10px rgba(255, 255, 255, 0.3);\n            text-align: center;\n            margin-bottom: 0.5rem;\n        }\n        @media (min-width: 768px) {\n             .main-headline-top {\n                font-size: 2rem;\n            }\n        }\n        \n        \/* Brand Logo (AiCCTV Walsall) *\/\n        .text-logo-h1 {\n            font-family: 'Rubik', sans-serif;\n            font-weight: 900;\n            font-size: 5rem;\n            line-height: 1.05;\n            color: white;\n            text-shadow: 0 0 25px rgba(255, 255, 255, 0.8);\n            transition: all 0.3s ease;\n            text-align: center;\n            margin-bottom: 0.5rem;\n        }\n        @media (min-width: 768px) {\n            .text-logo-h1 {\n                font-size: 8rem;\n            }\n        }\n        .text-logo-h1 .ai-part {\n            color: #39ff14; \/* Neon Green for AI *\/\n            animation: glowPulseAI 2s infinite alternate;\n        }\n        @keyframes glowPulseAI { \n            0% { text-shadow: 0 0 10px rgba(57, 255, 20, 0.5); }\n            50% { text-shadow: 0 0 30px rgba(57, 255, 20, 1), 0 0 60px rgba(57, 255, 20, 0.7); }\n            100% { text-shadow: 0 0 10px rgba(57, 255, 20, 0.5); }\n        }\n\n        .text-logo-h1 .location-part {\n            font-size: 2.5rem;\n            font-weight: 700;\n            color: white;\n            display: block;\n            margin-top: -1rem;\n            text-shadow: 0 0 15px rgba(255, 255, 255, 0.6);\n        }\n        @media (min-width: 768px) {\n            .text-logo-h1 .location-part {\n                font-size: 3.5rem;\n                margin-top: -1.5rem;\n            }\n        }\n\n        \/* Styling for National Installation Available text *\/\n        .national-installation-text {\n            font-size: 1.25rem;\n            font-weight: 700;\n            color: white;\n            text-align: center;\n            margin-top: 1rem;\n            margin-bottom: 0;\n            text-shadow: 0 0 10px rgba(255, 255, 255, 0.5);\n        }\n        @media (min-width: 768px) {\n            .national-installation-text {\n                font-size: 1.75rem;\n            }\n        }\n\n        \/* Minimalist feature layout style *\/\n        .emoji-visual-block {\n            width: 100%;\n            height: 150px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            font-size: 5rem;\n            background-color: #0d0d0d;\n            border-radius: 0.5rem;\n            margin-bottom: 1rem;\n            box-shadow: 0 0 10px rgba(57, 255, 20, 0.2);\n        }\n\n        \/* Minimalist list interactivity *\/\n        .minimalist-interactive-link {\n            transition: all 0.3s ease;\n        }\n\n        \/* Fly-in animations *\/\n        .fly-in {\n            animation: fly-in-animation 0.8s ease-out forwards;\n            opacity: 0;\n            animation-delay: 0.2s;\n        }\n        .fade-in-up {\n            animation: fadeInUp 1s ease-out forwards;\n            opacity: 0;\n            transform: translateY(20px);\n        }\n        @keyframes fadeInUp {\n            to {\n                opacity: 1;\n                transform: translateY(0);\n            }\n        }\n        \n        \/* Keyframe for subtle floating animation *\/\n        @keyframes float {\n            0% { transform: translateY(0) scale(1.05); }\n            50% { transform: translateY(-10px) scale(1.06); }\n            100% { transform: translateY(0) scale(1.05); }\n        }\n    \u003c\/style\u003e\n\n\n\n    \u003c!-- Header \u0026 Hero Section --\u003e\n    \u003cheader class=\"text-white overflow-hidden bg-black\"\u003e\n        \u003cnav class=\"container mx-auto px-6 pt-4 pb-0 flex flex-col items-center relative\"\u003e\n            \u003cbutton id=\"mobile-menu-button\" class=\"md:hidden text-white focus:outline-none absolute top-4 right-6 z-20\"\u003e\n                \u003csvg class=\"w-8 h-8\" fill=\"none\" stroke=\"currentColor\" viewbox=\"0 0 24 24\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"\u003e\u003cpath stroke-linecap=\"round\" stroke-linejoin=\"round\" stroke-width=\"2\" d=\"M4 6h16M4 12h16M4 18h16\"\u003e\u003c\/path\u003e\u003c\/svg\u003e\n            \u003c\/button\u003e\n        \u003c\/nav\u003e\n\n        \u003c!-- Brand Block (H1 and Tagline) --\u003e\n        \u003cdiv class=\"container mx-auto px-6 py-4 text-center\"\u003e\n            \u003ch1 class=\"text-logo-h1\"\u003e\n                \u003cspan class=\"ai-part\"\u003eAi\u003c\/span\u003eCCTV \u003cspan class=\"location-part\"\u003eWalsall\u003c\/span\u003e\n            \u003c\/h1\u003e\n            \u003cp class=\"national-installation-text\"\u003eNATIONAL INSTALLATION AVAILABLE\u003c\/p\u003e\n        \u003c\/div\u003e\n\n        \u003cdiv id=\"mobile-menu\" class=\"hidden md:hidden bg-gray-900 py-4 text-center z-10\"\u003e\n            \u003ca href=\"#property-type\" class=\"block py-2 text-white hover:bg-gray-700 transition-colors\"\u003eProperty Type\u003c\/a\u003e\n            \u003ca href=\"#features\" class=\"block py-2 text-white hover:bg-gray-700 transition-colors\"\u003eFeatures\u003c\/a\u003e\n            \u003ca href=\"#service-areas\" class=\"block py-2 text-white hover:bg-gray-700 transition-colors\"\u003eService Areas\u003c\/a\u003e\n            \u003ca href=\"#reviews\" class=\"block py-2 text-white hover:bg-gray-700 transition-colors\"\u003eReviews\u003c\/a\u003e\n        \u003c\/div\u003e\n\n        \u003c!-- Stacked Central Hero Layout --\u003e\n        \u003cdiv class=\"container mx-auto px-6 pt-8 pb-12\"\u003e\n            \u003cdiv class=\"flex flex-col items-center text-center max-w-4xl mx-auto\"\u003e\n                \n                \u003c!-- 1. Top Headlines --\u003e\n                \u003cdiv class=\"w-full\"\u003e\n                    \u003ch2 class=\"main-headline-top mx-auto\"\u003e\n                        The UK's #1 For Smart CCTV, Alarms \u0026amp; Doorbells\n                    \u003c\/h2\u003e\n                    \u003ch1 class=\"main-hero-punch-headline mx-auto\"\u003e\n                        AI-Powered Security. \u003cbr class=\"hidden md:block\"\u003eConnected. Simple. Zero Fees.\n                    \u003c\/h1\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- 2. Camera Image Block --\u003e\n                \u003cdiv class=\"flex justify-center items-center mt-8 mb-12 w-full max-w-lg\"\u003e\n                    \u003cdiv class=\"ai-grid-container w-full\"\u003e\n                        \u003cdiv class=\"camera-animation-container\"\u003e\n                            \u003cimg src=\"https:\/\/static.wixstatic.com\/media\/8ee9c1_3364358bf57c448b86cca0016cec6b28~mv2.png\/v1\/fill\/w_794,h_794,al_c,usm_0.66_1.00_0.01\/8ee9c1_3364358bf57c448b86cca0016cec6b28~mv2.png\" alt=\"Modern AI CCTV Camera\" class=\"hero-image\" onerror=\"this.onerror=null;this.src='https:\/\/placehold.co\/500x500\/111827\/ffffff?text=AI+Camera';\"\u003e\n                            \u003cdiv class=\"tracking-box-animated\"\u003e\u003c\/div\u003e\n                            \u003cdiv class=\"tracking-label-animated\"\u003eAI DETECTION ACTIVE NATIONWIDE\u003c\/div\u003e\n                            \u003cdiv class=\"flashing-light red\"\u003e\u003c\/div\u003e\n                            \u003cdiv class=\"flashing-light blue\"\u003e\u003c\/div\u003e\n                        \u003c\/div\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n                \u003c!-- 3. Integrated Description Copy and Direct Emojis Contact --\u003e\n                \u003cdiv class=\"w-full\"\u003e\n                    \u003cdiv class=\"text-xl font-light text-white mt-4 mb-8 max-w-2xl mx-auto fly-in space-y-4\"\u003e\n                        \u003cp\u003eAi CCTV installs smart CCTV, alarms, and doorbells. We integrate them into one system. We serve Walsall, the West Midlands, and nationwide.\u003c\/p\u003e\n                        \u003cp\u003eOur AI-powered protection filters false alerts. You receive human-verified notifications. Control your system through one simple app.\u003c\/p\u003e\n                        \u003cp\u003eView footage, arm alarms, and get updates anywhere. We combine local expertise with advanced technology. We deliver constant peace of mind.\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \n                    \u003c!-- Direct Contact Options --\u003e\n                    \u003cdiv class=\"mt-8 text-center fade-in-up\" style=\"animation-delay: 0.5s;\"\u003e\n                        \u003cp class=\"text-sm font-bold text-[#39ff14] mb-3 uppercase tracking-wider\"\u003eChoose Your Contact Method:\u003c\/p\u003e\n                        \n                        \u003cdiv class=\"flex justify-center space-x-6 mb-6\"\u003e\n                            \u003c!-- Option 1: Mobile Text\/SMS --\u003e\n                            \u003ca href=\"sms:07487869465?body=i%20am%20intrested%20in%20getting%20a%20quote%20for%20security\" title=\"Text Message\" class=\"text-4xl hover:scale-115 transition-transform duration-200\"\u003e📱\u003c\/a\u003e\n                            \u003c!-- Option 2: Email --\u003e\n                            \u003ca href=\"mailto:CCTVAiuk@gmail.com?subject=Security%20Quote%20Interest\u0026amp;body=i%20am%20intrested%20in%20getting%20a%20quote%20for%20security\" title=\"Email Us\" class=\"text-4xl hover:scale-115 transition-transform duration-200\"\u003e📧\u003c\/a\u003e\n                            \u003c!-- Option 3: WhatsApp --\u003e\n                            \u003ca href=\"http:\/\/wa.me\/447487869465?text=i%20am%20intrested%20in%20getting%20a%20quote%20for%20security\" target=\"_blank\" title=\"WhatsApp\" class=\"text-4xl hover:scale-115 transition-transform duration-200\"\u003e💬\u003c\/a\u003e\n                            \u003c!-- Option 4: Call --\u003e\n                            \u003ca href=\"tel:01213129767\" title=\"Phone Call\" class=\"text-4xl hover:scale-115 transition-transform duration-200\"\u003e📞\u003c\/a\u003e\n                        \u003c\/div\u003e\n                        \n                        \u003cp class=\"mt-4 text-sm text-gray-400\"\u003eLines Open Mon-Fri, 9am - 5pm | **0121 312 9767**\u003c\/p\u003e\n                    \u003c\/div\u003e\n                \u003c\/div\u003e\n\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/header\u003e\n\n    \u003c!-- Main Content --\u003e\n    \u003cmain class=\"container mx-auto px-6 py-16\"\u003e\n    \n        \u003c!-- Local Security Context Section (Full Width Text Only) --\u003e\n        \u003csection id=\"local-context\" class=\"mb-16\"\u003e\n            \u003cdiv class=\"bg-gray-900 p-8 rounded-2xl border border-gray-700 text-white text-center shadow-lg hover:shadow-[#39ff14]\/10 transition-all duration-300\"\u003e\n                \u003ch2 class=\"text-3xl font-bold text-white mb-4\"\u003eProtecting Walsall, Dudley, and the West Midlands\u003c\/h2\u003e\n                \u003cdiv class=\"max-w-4xl mx-auto space-y-4\"\u003e\n                    \u003cp class=\"text-gray-300 text-lg\"\u003e\n                        Walsall properties require top-tier security. We install Pay Monthly CCTV and advanced wireless alarms. We cover Walsall Centre (WS1), Bloxwich (WS3), and Aldridge (WS9).\n                    \u003c\/p\u003e\n                    \u003cp class=\"text-gray-300 text-lg\"\u003e\n                        Proactive protection is vital here. We deter crime and provide high-definition visibility. Our security solutions deliver local peace of mind.\n                    \u003c\/p\u003e\n                    \u003cp class=\"text-sm text-gray-400\"\u003e\n                        *Source: Based on general urban security trends for major UK towns.*\n                    \u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Focused Product \u0026 Keyword Summary Section --\u003e\n        \u003csection id=\"product-summary\" class=\"mb-16 bg-black text-white text-center\"\u003e\n            \u003cdiv class=\"p-4 md:p-0 max-w-5xl mx-auto\"\u003e\n                \u003cp class=\"text-2xl font-semibold text-gray-200 leading-relaxed\"\u003e\n                    We provide peace of mind with fresh security installations on a Pay Monthly plan. Choose from:\n                    \u003cspan class=\"text-[#39ff14] font-bold block mt-2 md:inline-block md:ml-4\"\u003eSmart CCTV,\u003c\/span\u003e\n                    \u003cspan class=\"text-[#39ff14] font-bold block md:inline-block md:ml-4\"\u003eSmart Alarms,\u003c\/span\u003e \n                    and \n                    \u003cspan class=\"text-[#39ff14] font-bold block md:inline-block md:ml-4\"\u003eSmart Doorbells.\u003c\/span\u003e\n                \u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- 3-Step Process Section --\u003e\n        \u003csection id=\"our-process\" class=\"mb-16\"\u003e\n            \u003cdiv class=\"text-center mb-12\"\u003e\n                \u003ch2 class=\"text-5xl md:text-6xl font-black text-white animated-heading\"\u003eLet's Get You Started\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"max-w-6xl mx-auto grid md:grid-cols-3 gap-8 text-center\"\u003e\n                \u003cdiv class=\"p-4\"\u003e\n                    \u003cdiv class=\"bg-gray-800 h-20 w-20 rounded-full flex items-center justify-center mx-auto mb-4 text-3xl font-bold text-white border border-gray-700 hover:border-[#39ff14] transition-all\"\u003e1\u003c\/div\u003e\n                    \u003ch3 class=\"text-2xl font-bold text-white mb-2\"\u003eExplore Our Range\u003c\/h3\u003e\n                    \u003cp class=\"text-gray-400\"\u003eBrowse our smart security products and their features.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"p-4\"\u003e\n                    \u003cdiv class=\"bg-gray-800 h-20 w-20 rounded-full flex items-center justify-center mx-auto mb-4 text-3xl font-bold text-white border border-gray-700 hover:border-[#39ff14] transition-all\"\u003e2\u003c\/div\u003e\n                    \u003ch3 class=\"text-2xl font-bold text-white mb-2\"\u003eCheck Eligibility\u003c\/h3\u003e\n                    \u003cp class=\"text-gray-400\"\u003eClick the finance link. It is quick and does not affect your credit score.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"p-4\"\u003e\n                     \u003cdiv class=\"bg-gray-800 h-20 w-20 rounded-full flex items-center justify-center mx-auto mb-4 text-3xl font-bold text-white border border-gray-700 hover:border-[#39ff14] transition-all\"\u003e3\u003c\/div\u003e\n                    \u003ch3 class=\"text-2xl font-bold text-white mb-2\"\u003eWe'll Contact You\u003c\/h3\u003e\n                    \u003cp class=\"text-gray-400\"\u003eOnce approved, our team will call you to discuss your options and schedule your installation.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Minimalist System Explore --\u003e\n        \u003csection id=\"explore-systems\" class=\"mb-16 py-16 bg-black rounded-2xl\"\u003e\n             \u003cdiv class=\"text-center mb-12\"\u003e\n                \u003ch2 class=\"text-4xl font-bold text-white\"\u003eExplore Our Smart Security Range\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"max-w-6xl mx-auto grid grid-cols-1 md:grid-cols-3 gap-8 text-center\"\u003e\n                \u003c!-- Link to Smart CCTV page --\u003e\n                \u003ca href=\"https:\/\/buycctvnow.co.uk\/pages\/pay-monthly-cctv-uk\" class=\"minimalist-interactive-link p-8 rounded-xl block group hover:bg-[#1a1a1a] hover:shadow-lg hover:shadow-[#39ff14]\/30 duration-300\"\u003e\n                    \u003cdiv class=\"text-7xl mb-4 transition-transform group-hover:scale-110\"\u003e📹\u003c\/div\u003e\n                    \u003ch3 class=\"text-2xl font-bold text-white\"\u003eSmart CCTV\u003c\/h3\u003e\n                    \u003cp class=\"mt-2 text-gray-400\"\u003eAI-powered cameras to watch over your property.\u003c\/p\u003e\n                \u003c\/a\u003e\n                \u003c!-- Link to Smart Alarms page --\u003e\n                \u003ca href=\"https:\/\/buycctvnow.co.uk\/pages\/pay-monthly-smart-alarm-uk\" class=\"minimalist-interactive-link p-8 rounded-xl block group hover:bg-[#1a1a1a] hover:shadow-lg hover:shadow-[#39ff14]\/30 duration-300\"\u003e\n                    \u003cdiv class=\"text-7xl mb-4 transition-transform group-hover:scale-110\"\u003e🚨\u003c\/div\u003e\n                    \u003ch3 class=\"text-2xl font-bold text-white\"\u003eSmart Alarms\u003c\/h3\u003e\n                    \u003cp class=\"mt-2 text-gray-400\"\u003eInstant alerts and loud sirens to deter intruders.\u003c\/p\u003e\n                \u003c\/a\u003e\n                \u003c!-- Link to Smart Doorbells page --\u003e\n                \u003ca href=\"https:\/\/buycctvnow.co.uk\/pages\/smart-doorbell-installation-uk\" class=\"minimalist-interactive-link p-8 rounded-xl block group hover:bg-[#1a1a1a] hover:shadow-lg hover:shadow-[#39ff14]\/30 duration-300\"\u003e\n                    \u003cdiv class=\"text-7xl mb-4 transition-transform group-hover:scale-110\"\u003e🔔\u003c\/div\u003e\n                    \u003ch3 class=\"text-2xl font-bold text-white\"\u003eSmart Doorbells\u003c\/h3\u003e\n                    \u003cp class=\"mt-2 text-gray-400\"\u003eSee and speak to visitors from anywhere.\u003c\/p\u003e\n                \u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- New Finance Section --\u003e\n        \u003csection class=\"text-center bg-[#0d0d0d] p-8 md:p-12 mb-16 rounded-2xl border border-gray-800 hover:border-[#39ff14] transition-colors duration-300\"\u003e\n            \u003ch2 class=\"text-4xl font-bold text-white\"\u003eGet the security system you want \u003cbr class=\"hidden sm:block\"\u003e at a price you deserve.\u003c\/h2\u003e\n            \u003cp class=\"mt-4 text-xl text-gray-400 max-w-3xl mx-auto\"\u003ePay monthly for your new security system. Checking your eligibility is quick. This check will not affect your credit score.\u003c\/p\u003e\n            \u003cdiv class=\"mt-6\"\u003e\n                \u003ca href=\"https:\/\/buycctvnow.co.uk\/pages\/pay-monthly-cctv\" class=\"cta-button bg-green-500 text-white font-bold py-3 px-8 rounded-lg inline-block\"\u003eCheck Your Eligibility Now\u003c\/a\u003e\n                \u003cp class=\"mt-2 text-xs text-gray-500\"\u003eSubject to status.\u003c\/p\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Video Installation Showcase Section --\u003e\n        \u003csection id=\"installation-video\" class=\"mb-16\"\u003e\n            \u003cdiv class=\"text-center mb-10\"\u003e\n                \u003ch2 class=\"text-4xl font-bold text-white\"\u003eSee Our Professional Installation in Action\u003c\/h2\u003e\n                \u003cp class=\"mt-2 text-xl text-gray-400 max-w-3xl mx-auto\"\u003eWatch this video to see the quality and care our West Midlands engineers deliver.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"max-w-4xl mx-auto\"\u003e\n                \u003cdiv class=\"video-container rounded-xl overflow-hidden shadow-2xl border border-gray-800 hover:border-[#39ff14] transition-colors duration-300\"\u003e\n                    \u003ciframe src=\"https:\/\/www.youtube.com\/embed\/aIOr-UFUUvU?controls=1\u0026amp;modestbranding=1\u0026amp;rel=0\" title=\"CCTV Installation Process\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen\u003e\n                    \u003c\/iframe\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Minimalist Property Type selector --\u003e\n        \u003csection id=\"property-type\" class=\"mb-20\"\u003e\n            \u003cdiv class=\"text-center mb-12\"\u003e\n                \u003cp class=\"text-4xl font-bold text-white\"\u003eWhat type of property do you have?\u003c\/p\u003e\n                \u003cp class=\"mt-2 text-xl text-gray-400\"\u003eSelect your property to see tailored security recommendations.\u003c\/p\u003e\n            \u003c\/div\u003e\n\n            \u003cdiv class=\"max-w-screen-xl mx-auto fade-in-up\"\u003e\n                \u003cdiv class=\"grid grid-cols-2 sm:grid-cols-3 lg:grid-cols-5 gap-4\"\u003e \n                    \u003c!-- Detached --\u003e\n                    \u003ca href=\"https:\/\/birminghamcctvinstallation.co.uk\/pages\/detached-homes\" class=\"group flex flex-col items-center text-center p-4 rounded-xl transition-all duration-300\n                              hover:bg-[#1a1a1a] hover:shadow-lg hover:shadow-[#39ff14]\/30\"\u003e\n                        \u003cdiv class=\"text-7xl mb-1 transition-transform group-hover:scale-110\"\u003e🏡\u003c\/div\u003e\n                        \u003ch3 class=\"text-2xl font-bold text-white\"\u003eDetached\u003c\/h3\u003e\n                        \u003cp class=\"mt-1 text-green-400 font-semibold opacity-0 group-hover:opacity-100 transition-opacity\"\u003eSelect →\u003c\/p\u003e\n                    \u003c\/a\u003e\n\n                    \u003c!-- Semi-Detached --\u003e\n                    \u003ca href=\"https:\/\/birminghamcctvinstallation.co.uk\/pages\/semi-detached-homes\" class=\"group flex flex-col items-center text-center p-4 rounded-xl transition-all duration-300\n                              hover:bg-[#1a1a1a] hover:shadow-lg hover:shadow-[#39ff14]\/30\"\u003e\n                        \u003cdiv class=\"text-7xl mb-1 transition-transform group-hover:scale-110\"\u003e🏘️\u003c\/div\u003e\n                        \u003ch3 class=\"text-2xl font-bold text-white\"\u003eSemi-Detached\u003c\/h3\u003e\n                        \u003cp class=\"mt-1 text-green-400 font-semibold opacity-0 group-hover:opacity-100 transition-opacity\"\u003eSelect →\u003c\/p\u003e\n                    \u003c\/a\u003e\n\n                    \u003c!-- Terraced --\u003e\n                    \u003ca href=\"https:\/\/birminghamcctvinstallation.co.uk\/pages\/terraced-homes\" class=\"group flex flex-col items-center text-center p-4 rounded-xl transition-all duration-300\n                              hover:bg-[#1a1a1a] hover:shadow-lg hover:shadow-[#39ff14]\/30\"\u003e\n                        \u003cdiv class=\"text-7xl mb-1 transition-transform group-hover:scale-110\"\u003e🏠\u003c\/div\u003e\n                        \u003ch3 class=\"text-2xl font-bold text-white\"\u003eTerraced\u003c\/h3\u003e\n                        \u003cp class=\"mt-1 text-green-400 font-semibold opacity-0 group-hover:opacity-100 transition-opacity\"\u003eSelect →\u003c\/p\u003e\n                    \u003c\/a\u003e\n\n                    \u003c!-- Flat \/ Apartment --\u003e\n                    \u003ca href=\"https:\/\/birminghamcctvinstallation.co.uk\/pages\/flats\" class=\"group flex flex-col items-center text-center p-4 rounded-xl transition-all duration-300\n                              hover:bg-[#1a1a1a] hover:shadow-lg hover:shadow-[#39ff14]\/30\"\u003e\n                        \u003cdiv class=\"text-7xl mb-1 transition-transform group-hover:scale-110\"\u003e🏢\u003c\/div\u003e\n                        \u003ch3 class=\"text-2xl font-bold text-white\"\u003eFlat \/ Apartment\u003c\/h3\u003e\n                        \u003cp class=\"mt-1 text-green-400 font-semibold opacity-0 group-hover:opacity-100 transition-opacity\"\u003eSelect →\u003c\/p\u003e\n                    \u003c\/a\u003e\n\n                    \u003c!-- Business --\u003e\n                    \u003ca href=\"https:\/\/birminghamcctvinstallation.co.uk\/pages\/business\" class=\"group flex flex-col items-center text-center p-4 rounded-xl transition-all duration-300\n                              hover:bg-[#1a1a1a] hover:shadow-lg hover:shadow-[#39ff14]\/30\"\u003e\n                        \u003cdiv class=\"text-7xl mb-1 transition-transform group-hover:scale-110\"\u003e🏬\u003c\/div\u003e\n                        \u003ch3 class=\"text-2xl font-bold text-white\"\u003eBusiness\u003c\/h3\u003e\n                        \u003cp class=\"mt-1 text-green-400 font-semibold opacity-0 group-hover:opacity-100 transition-opacity\"\u003eSelect →\u003c\/p\u003e\n                    \u003c\/a\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n        \u003c!-- Minimalist Features Section --\u003e\n        \u003csection id=\"features\" class=\"mb-20\"\u003e\n            \u003cdiv class=\"text-center mb-12\"\u003e\n                \u003ch2 class=\"text-4xl font-bold text-white\"\u003eSeamless Integration. Ultimate Protection.\u003c\/h2\u003e\n                \u003cp class=\"mt-4 text-xl text-white\"\u003eCCTV, Alarms, and Doorbells are seamlessly connected by AI.\u003c\/p\u003e\n            \u003c\/div\u003e\n            \n            \u003cdiv class=\"grid grid-cols-1 md:grid-cols-3 gap-8 max-w-6xl mx-auto text-center\"\u003e\n                \u003cdiv class=\"fade-in-up p-2\" style=\"animation-delay: 0.1s;\"\u003e\n                    \u003cdiv class=\"text-7xl mb-2\"\u003e🤖\u003c\/div\u003e\n                    \u003cp class=\"mt-2 text-2xl font-bold text-white\"\u003eIntelligent Alerts\u003c\/p\u003e\n                    \u003cp class=\"text-green-400 text-lg\"\u003ePeople, Vehicle \u0026amp; Pet Recognition\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"fade-in-up p-2\" style=\"animation-delay: 0.4s;\"\u003e\n                    \u003cdiv class=\"text-7xl mb-2\"\u003e🔗\u003c\/div\u003e\n                    \u003cp class=\"mt-2 text-2xl font-bold text-white\"\u003eSingle Ecosystem\u003c\/p\u003e\n                    \u003cp class=\"text-green-400 text-lg\"\u003eCCTV, Alarm, Doorbell Unified\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"fade-in-up p-2\" style=\"animation-delay: 0.7s;\"\u003e\n                    \u003cdiv class=\"text-7xl mb-2\"\u003e💸\u003c\/div\u003e\n                    \u003cp class=\"mt-2 text-2xl font-bold text-white\"\u003eSubscription Free\u003c\/p\u003e\n                    \u003cp class=\"text-green-400 text-lg\"\u003eNo Monthly Monitoring Costs\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \n        \u003c!-- Map and Service Areas Section --\u003e\n        \u003csection id=\"service-areas\" class=\"mb-16\"\u003e\n             \u003cdiv class=\"text-center mb-10\"\u003e\n                \u003ch2 class=\"text-4xl font-bold text-white\"\u003eYour Local Engineers in Walsall \u0026amp; the West Midlands\u003c\/h2\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"grid md:grid-cols-2 gap-8 items-center\"\u003e\n                \u003cdiv class=\"rounded-lg overflow-hidden h-96 border border-gray-800\"\u003e\n                    \u003ciframe src=\"https:\/\/maps.google.com\/maps?q=Walsall,UK\u0026amp;t=\u0026amp;z=13\u0026amp;ie=UTF8\u0026amp;iwloc=\u0026amp;output=embed\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\" referrerpolicy=\"no-referrer-when-downgrade\"\u003e\u003c\/iframe\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"p-4 md:p-0\"\u003e\n                    \u003ch3 class=\"text-2xl font-bold text-[#39ff14] mb-4 text-center md:text-left\"\u003eCoverage by Postcode \u0026amp; Service\u003c\/h3\u003e\n                    \u003cdiv class=\"grid grid-cols-1 sm:grid-cols-2 gap-x-6 gap-y-3 text-base text-gray-300\"\u003e\n                        \u003cp class=\"border-b border-gray-800 pb-1\"\u003e\u003cstrong\u003eWS1 Town Centre:\u003c\/strong\u003e Pay Monthly CCTV\u003c\/p\u003e\n                        \u003cp class=\"border-b border-gray-800 pb-1\"\u003e\u003cstrong\u003eWS3 Bloxwich:\u003c\/strong\u003e Pay Monthly Alarm Installation\u003c\/p\u003e\n                        \u003cp class=\"border-b border-gray-800 pb-1\"\u003e\u003cstrong\u003eWS9 Aldridge:\u003c\/strong\u003e Pay Monthly CCTV\u003c\/p\u003e\n                        \u003cp class=\"border-b border-gray-800 pb-1\"\u003e\u003cstrong\u003eWS8 Brownhills:\u003c\/strong\u003e Alarm \u0026amp; CCTV Systems\u003c\/p\u003e\n                        \u003cp class=\"border-b border-gray-800 pb-1\"\u003e\u003cstrong\u003eWS2 Pleck:\u003c\/strong\u003e Smart Doorbell Installation\u003c\/p\u003e\n                        \u003cp class=\"border-b border-gray-800 pb-1\"\u003e\u003cstrong\u003eWS4 Rushall:\u003c\/strong\u003e Pay Monthly Alarm Installation\u003c\/p\u003e\n                        \u003cp class=\"border-b border-gray-800 pb-1\"\u003e\u003cstrong\u003eWS5 Walsall Wood:\u003c\/strong\u003e CCTV Installation Service\u003c\/p\u003e\n                        \u003cp class=\"border-b border-gray-800 pb-1\"\u003e\u003cstrong\u003eWS10 Darlaston:\u003c\/strong\u003e Smart Alarm Systems\u003c\/p\u003e\n                        \u003cp class=\"border-b border-gray-800 pb-1\"\u003e\u003cstrong\u003eWS11 Cannock:\u003c\/strong\u003e Pay Monthly CCTV\u003c\/p\u003e\n                        \u003cp class=\"border-b border-gray-800 pb-1\"\u003e\u003cstrong\u003eWS6 Great Wyrley:\u003c\/strong\u003e Alarm Installation\u003c\/p\u003e\n                    \u003c\/div\u003e\n                    \u003cp class=\"mt-4 text-sm text-gray-400\"\u003eServing all postcodes across Walsall and nearby districts.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n        \n        \u003c!-- Customer Reviews Section --\u003e\n        \u003csection id=\"reviews\" class=\"bg-[#0a0a0a] rounded-2xl p-8 md:p-12 border border-gray-900\"\u003e\n            \u003cdiv class=\"text-center mb-10\"\u003e\n                \u003ch2 class=\"text-4xl font-bold text-white\"\u003eTrusted Across Walsall \u0026amp; the West Midlands\u003c\/h2\u003e\n                \u003cp class=\"mt-2 text-xl text-gray-400\"\u003eGoogle Rating: 4.9 ⭐⭐⭐⭐⭐\u003c\/p\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"grid md:grid-cols-2 lg:grid-cols-3 gap-8 text-left\"\u003e\n                \u003cdiv class=\"bg-[#1a1a1a] p-6 rounded-lg border border-gray-800 hover:border-[#39ff14] transition-colors duration-300\"\u003e\n                    \u003cp class=\"text-white italic\"\u003e\"First-class service in Walsall. The engineers were polite and tidy. They explained the app perfectly.\"\u003c\/p\u003e\n                    \u003cp class=\"mt-4 font-bold text-white\"\u003e⭐⭐⭐⭐⭐ - James P.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"bg-[#1a1a1a] p-6 rounded-lg border border-gray-800 hover:border-[#39ff14] transition-colors duration-300\"\u003e\n                    \u003cp class=\"text-white italic\"\u003e\"The pay monthly option was a lifesaver. Great service from start to finish here in Bloxwich.\"\u003c\/p\u003e\n                    \u003cp class=\"mt-4 font-bold text-white\"\u003e⭐⭐⭐⭐⭐ - Sarah J.\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"bg-[#1a1a1a] p-6 rounded-lg border border-gray-800 hover:border-[#39ff14] transition-colors duration-300\"\u003e\n                    \u003cp class=\"text-white italic\"\u003e\"Our office in Aldridge is now fully covered. The mobile app gives me complete peace of mind.\"\u003c\/p\u003e\n                    \u003cp class=\"mt-4 font-bold text-white\"\u003e⭐⭐⭐⭐⭐ - David C.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/section\u003e\n\n    \u003c\/main\u003e\n    \n    \u003c!-- Footer --\u003e\n    \u003cfooter class=\"bg-[#0a0a0a] text-white mt-20 border-t border-gray-800\"\u003e\n        \u003cdiv class=\"container mx-auto px-6 py-8 text-center\"\u003e\n            \u003cp\u003e© 2024 Buy CCTV Now. All Rights Reserved.\u003c\/p\u003e\n            \u003cp class=\"text-sm text-gray-300 mt-2\"\u003eLocal Installation of Pay Monthly AI CCTV, Smart Alarms \u0026amp; Doorbells across Walsall \u0026amp; the West Midlands.\u003c\/p\u003e\n            \u003cp class=\"mt-4 text-sm\"\u003eCall Us: \u003ca href=\"tel:01213129767\" class=\"font-bold underline\"\u003e0121 312 9767\u003c\/a\u003e\u003c\/p\u003e\n            \u003cp class=\"text-xs text-gray-300 mt-1\"\u003e*Mon-Fri, 9am - 5pm\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/footer\u003e\n    \n    \u003c!--Start of Tawk.to Script (AI agent for funnel engagement)--\u003e\n    \u003cscript type=\"text\/javascript\"\u003e\n    var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();\n    (function(){\n    var s1=document.createElement(\"script\"),s0=document.getElementsByTagName(\"script\")[0];\n    s1.async=true;\n    s1.src='https:\/\/embed.tawk.to\/67cb02055fc8e31911eab76d\/1ilofvp6e';\n    s1.charset='UTF-8';\n    s1.setAttribute('crossorigin','*');\n    s0.parentNode.insertBefore(s1,s0);\n    })();\n    \u003c\/script\u003e\n    \u003c!--End of Tawk.to Script--\u003e\n\u003c\/body\u003e","brand":"Security Eco System","offers":[{"title":"Default Title","offer_id":52570644185415,"sku":null,"price":0.0,"currency_code":"GBP","in_stock":true}],"url":"https:\/\/buycctvnow.co.uk\/products\/pay-monthly-cctv-systems-walsall","provider":"Pay Monthly CCTV \u0026 Alarms","version":"1.0","type":"link"}