{"title":"Featured Products","description":"","products":[{"product_id":"smart-doorbell-system","title":"Smart Doorbell System","description":"\u003cp\u003e\u003cmeta charset=\"UTF-8\"\u003e \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"\u003e\u003clink href=\"https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;600;700;800\u0026amp;display=swap\" rel=\"stylesheet\"\u003e\u003c\/p\u003e\n\u003cstyle\u003e\n\n*{\n    margin:0;\n    padding:0;\n    box-sizing:border-box;\n    font-family:'Poppins',sans-serif;\n}\n\nbody{\n    background:#ffffff;\n    color:#111827;\n    overflow-x:hidden;\n}\n\n\/* HERO SECTION *\/\n\n.hero{\n    min-height:100vh;\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    padding:60px 8%;\n    background:\n    linear-gradient(135deg,#ffffff,#f0f4f8);\n    position:relative;\n    overflow:hidden;\n}\n\n.hero::before{\n    content:'';\n    position:absolute;\n    width:600px;\n    height:600px;\n    background:rgba(43,0,255,0.08);\n    border-radius:50%;\n    filter:blur(100px);\n    top:-150px;\n    right:-150px;\n    animation:float 6s ease-in-out infinite;\n}\n\n.hero::after{\n    content:'';\n    position:absolute;\n    width:400px;\n    height:400px;\n    background:rgba(43,0,255,0.05);\n    border-radius:50%;\n    filter:blur(120px);\n    bottom:-100px;\n    left:-100px;\n    animation:float 8s ease-in-out infinite;\n}\n\n@keyframes float{\n    0%{transform:translateY(0px);}\n    50%{transform:translateY(25px);}\n    100%{transform:translateY(0px);}\n}\n\n.hero-container{\n    display:flex;\n    align-items:center;\n    justify-content:center;\n    text-align:center;\n    z-index:2;\n    max-width:1000px;\n}\n\n.hero-text{\n    animation:fadeUp 1s ease;\n}\n\n.hero-badge{\n    display:inline-block;\n    padding:10px 22px;\n    border:1px solid rgba(43,0,255,0.3);\n    border-radius:50px;\n    background:rgba(43,0,255,0.08);\n    color:#2b00ff;\n    font-size:14px;\n    font-weight:600;\n    margin-bottom:30px;\n    backdrop-filter:blur(10px);\n}\n\n.hero-text h1{\n    font-size:72px;\n    font-weight:800;\n    line-height:1;\n    margin-bottom:25px;\n    color:#111827;\n}\n\n.hero-text h1 span{\n    color:#2b00ff;\n    text-shadow:0 0 20px rgba(43,0,255,0.5);\n}\n\n.hero-text p{\n    font-size:20px;\n    line-height:1.9;\n    color:#4b5563;\n    margin-bottom:40px;\n    max-width:800px;\n    margin-left:auto;\n    margin-right:auto;\n}\n\n.hero-stats{\n    display:flex;\n    justify-content:center;\n    gap:25px;\n    flex-wrap:wrap;\n    margin-bottom:45px;\n}\n\n.stat-box{\n    background:white;\n    border:1px solid #e5e7eb;\n    padding:20px 30px;\n    border-radius:20px;\n    backdrop-filter:blur(10px);\n    min-width:180px;\n    transition:0.4s;\n    box-shadow:0 10px 30px rgba(0,0,0,0.05);\n}\n\n.stat-box:hover{\n    transform:translateY(-8px);\n    border-color:#2b00ff;\n    box-shadow:0 0 30px rgba(43,0,255,0.15);\n}\n\n.stat-box h3{\n    font-size:32px;\n    color:#2b00ff;\n    margin-bottom:5px;\n}\n\n.stat-box p{\n    font-size:14px;\n    margin:0;\n    color:#6b7280;\n}\n\n.hero-buttons{\n    display:flex;\n    gap:20px;\n    justify-content:center;\n    flex-wrap:wrap;\n}\n\n.btn{\n    padding:18px 42px;\n    border-radius:60px;\n    font-weight:700;\n    font-size:16px;\n    cursor:pointer;\n    transition:0.4s;\n    text-decoration:none;\n    display:inline-block;\n}\n\n.btn-primary{\n    background:#2b00ff;\n    color:white;\n    box-shadow:0 10px 30px rgba(43,0,255,0.25);\n}\n\n.btn-primary:hover{\n    transform:translateY(-5px) scale(1.03);\n}\n\n.btn-secondary{\n    border:2px solid #2b00ff;\n    color:#2b00ff;\n}\n\n.btn-secondary:hover{\n    background:#2b00ff;\n    color:white;\n}\n\n\/* FEATURES *\/\n\n.features{\n    padding:120px 8%;\n    background:#ffffff;\n}\n\n.section-title{\n    text-align:center;\n    font-size:52px;\n    margin-bottom:20px;\n    font-weight:800;\n    color:#111827;\n}\n\n.section-title span{\n    color:#2b00ff;\n}\n\n.section-sub{\n    text-align:center;\n    color:#6b7280;\n    font-size:18px;\n    max-width:800px;\n    margin:auto;\n    margin-bottom:70px;\n    line-height:1.8;\n}\n\n.feature-grid{\n    display:grid;\n    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));\n    gap:30px;\n}\n\n.feature-card{\n    background:white;\n    border:1px solid #e5e7eb;\n    padding:40px 30px;\n    border-radius:25px;\n    transition:0.4s;\n    position:relative;\n    overflow:hidden;\n    box-shadow:0 10px 30px rgba(0,0,0,0.05);\n}\n\n.feature-card::before{\n    content:'';\n    position:absolute;\n    width:120px;\n    height:120px;\n    background:rgba(43,0,255,0.05);\n    border-radius:50%;\n    top:-50px;\n    right:-50px;\n    filter:blur(20px);\n}\n\n.feature-card:hover{\n    transform:translateY(-10px);\n    border-color:#2b00ff;\n}\n\n.feature-icon{\n    font-size:55px;\n    margin-bottom:20px;\n}\n\n.feature-card h3{\n    font-size:28px;\n    margin-bottom:15px;\n}\n\n.feature-card p{\n    color:#6b7280;\n    line-height:1.8;\n    font-size:16px;\n}\n\n\/* SPECS *\/\n\n.specs{\n    padding:120px 8%;\n    background:#f8fafc;\n}\n\n.specs-container{\n    max-width:1000px;\n    margin:auto;\n}\n\n.spec-list{\n    display:flex;\n    flex-direction:column;\n    gap:25px;\n}\n\n.spec-item{\n    display:flex;\n    align-items:center;\n    gap:20px;\n    padding:28px;\n    background:white;\n    border-radius:20px;\n    border:1px solid #e5e7eb;\n    transition:0.3s;\n    box-shadow:0 10px 30px rgba(0,0,0,0.05);\n}\n\n.spec-item:hover{\n    border-color:#2b00ff;\n    transform:translateX(10px);\n}\n\n.spec-item span{\n    font-size:35px;\n}\n\n.spec-item h4{\n    font-size:22px;\n    margin-bottom:5px;\n}\n\n.spec-item p{\n    color:#6b7280;\n}\n\n\/* CTA *\/\n\n.cta{\n    padding:120px 8%;\n    text-align:center;\n    background:linear-gradient(135deg,#2b00ff,#4f46e5);\n    position:relative;\n    overflow:hidden;\n}\n\n.cta h2{\n    font-size:58px;\n    font-weight:800;\n    margin-bottom:20px;\n    color:white;\n}\n\n.cta p{\n    font-size:20px;\n    max-width:850px;\n    margin:auto;\n    line-height:1.8;\n    margin-bottom:40px;\n    color:white;\n}\n\n.cta-btn{\n    background:white;\n    color:#2b00ff;\n    padding:20px 55px;\n    border-radius:60px;\n    font-weight:700;\n    font-size:18px;\n    display:inline-block;\n    text-decoration:none;\n    transition:0.4s;\n}\n\n.cta-btn:hover{\n    transform:scale(1.06);\n}\n\n\/* ANIMATIONS *\/\n\n@keyframes fadeUp{\n    from{\n        opacity:0;\n        transform:translateY(60px);\n    }\n    to{\n        opacity:1;\n        transform:translateY(0);\n    }\n}\n\n\/* MOBILE *\/\n\n@media(max-width:900px){\n\n    .hero-text h1{\n        font-size:48px;\n    }\n\n    .section-title{\n        font-size:40px;\n    }\n\n    .cta h2{\n        font-size:42px;\n    }\n\n    .hero{\n        padding-top:100px;\n    }\n\n    .hero-stats{\n        flex-direction:column;\n        align-items:center;\n    }\n\n}\n\u003c\/style\u003e\n\u003c!-- HERO --\u003e\n\u003csection class=\"hero\"\u003e\n    \u003cdiv class=\"hero-container\"\u003e\n        \u003cdiv class=\"hero-text\"\u003e\n            \u003cdiv class=\"hero-badge\"\u003eSMART HOME SECURITY • PREMIUM PROTECTION\u003c\/div\u003e\n            \u003ch1\u003e\n                \u003cspan style=\"color: rgb(43, 0, 255);\"\u003eSecureView™\u003c\/span\u003e \u003cbr\u003e\u003cspan\u003eSmart Video Doorbell\u003c\/span\u003e\n            \u003c\/h1\u003e\n            \u003cp\u003eProtect your home with crystal-clear monitoring, real-time communication, advanced night vision, and modern wireless technology — all designed for powerful security and a sleek premium experience.\u003c\/p\u003e\n            \u003cdiv class=\"hero-stats\"\u003e\n                \u003cdiv class=\"stat-box\"\u003e\n                    \u003ch3\u003e1080P\u003c\/h3\u003e\n                    \u003cp\u003eUltra HD Monitoring\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"stat-box\"\u003e\n                    \u003ch3\u003e24\/7\u003c\/h3\u003e\n                    \u003cp\u003eSmart Protection\u003c\/p\u003e\n                \u003c\/div\u003e\n                \u003cdiv class=\"stat-box\"\u003e\n                    \u003ch3\u003eIPX6\u003c\/h3\u003e\n                    \u003cp\u003eWeather Resistant\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"hero-buttons\"\u003e\n                \u003ca class=\"btn btn-primary\" href=\"#\"\u003eShop Now\u003c\/a\u003e \u003ca class=\"btn btn-secondary\" href=\"#\"\u003eLearn More\u003c\/a\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- FEATURES --\u003e\n\u003csection class=\"features\"\u003e\n    \u003ch2 class=\"section-title\"\u003e\n        \u003cspan style=\"color: rgb(43, 0, 255);\"\u003eWhy Choose\u003c\/span\u003e \u003cspan\u003eSecureView™\u003c\/span\u003e\n    \u003c\/h2\u003e\n    \u003cp class=\"section-sub\"\u003eA premium wireless video doorbell system designed to deliver security, convenience, and peace of mind for your home day and night.\u003c\/p\u003e\n    \u003cdiv class=\"feature-grid\"\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e📡\u003c\/div\u003e\n            \u003ch3\u003e\u003cspan style=\"color: rgb(230, 230, 230);\"\u003eNo WiFi Needed\u003c\/span\u003e\u003c\/h3\u003e\n            \u003cp\u003eWorks independently without requiring internet or apps. Easy setup and reliable performance anytime.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e🌙\u003c\/div\u003e\n            \u003ch3\u003e\u003cspan style=\"color: rgb(230, 230, 230);\"\u003eNight Vision\u003c\/span\u003e\u003c\/h3\u003e\n            \u003cp\u003eSee visitors clearly even in complete darkness with enhanced infrared night monitoring.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e🎤\u003c\/div\u003e\n            \u003ch3\u003e\u003cspan style=\"color: rgb(230, 230, 230);\"\u003eTwo-Way Intercom\u003c\/span\u003e\u003c\/h3\u003e\n            \u003cp\u003eSpeak instantly with delivery drivers, guests, or family members directly from the indoor monitor.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e💧\u003c\/div\u003e\n            \u003ch3\u003e\u003cspan style=\"color: rgb(230, 230, 230);\"\u003eWaterproof\u003c\/span\u003e\u003c\/h3\u003e\n            \u003cp\u003eBuilt to handle rain, heat, and harsh outdoor conditions for reliable all-weather protection.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e👁️\u003c\/div\u003e\n            \u003ch3\u003e\u003cspan style=\"color: rgb(230, 230, 230);\"\u003eFisheye Lens\u003c\/span\u003e\u003c\/h3\u003e\n            \u003cp\u003eCapture a wider field of view and monitor more of your entrance with ultra-wide fisheye technology.\u003c\/p\u003e\n        \u003c\/div\u003e\n        \u003cdiv class=\"feature-card\"\u003e\n            \u003cdiv class=\"feature-icon\"\u003e💾\u003c\/div\u003e\n            \u003ch3\u003e\u003cspan style=\"color: rgb(230, 230, 230);\"\u003eTF Card Support\u003c\/span\u003e\u003c\/h3\u003e\n            \u003cp\u003eStore important recordings and footage directly with TF card memory support.\u003c\/p\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- SPECS --\u003e\n\u003csection class=\"specs\"\u003e\n    \u003cdiv class=\"specs-container\"\u003e\n        \u003cdiv class=\"spec-list\"\u003e\n            \u003cdiv class=\"spec-item\"\u003e\n                \u003cspan\u003e🖥️\u003c\/span\u003e\n                \u003cdiv\u003e\n                    \u003ch4\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003e10.92cm Indoor Monitor\u003c\/span\u003e\u003c\/h4\u003e\n                    \u003cp\u003eCompact HD display for clear real-time viewing.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-item\"\u003e\n                \u003cspan\u003e🔊\u003c\/span\u003e\n                \u003cdiv\u003e\n                    \u003ch4\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003eReal-Time Audio\u003c\/span\u003e\u003c\/h4\u003e\n                    \u003cp\u003eCommunicate instantly with smooth two-way voice support.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-item\"\u003e\n                \u003cspan\u003e⚡\u003c\/span\u003e\n                \u003cdiv\u003e\n                    \u003cp\u003eReliable communication between\u003c\/p\u003e\n                    \u003ch4\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003eFast Wireless Connection\u003c\/span\u003e\u003c\/h4\u003e\n                    \u003cp\u003e doorbell and monitor.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n            \u003cdiv class=\"spec-item\"\u003e\n                \u003cspan style=\"color: rgb(0, 170, 255);\"\u003e🏠\u003c\/span\u003e\n                \u003cdiv\u003e\n                    \u003ch4\u003e\u003cspan style=\"color: rgb(0, 170, 255);\"\u003eModern Smart Security\u003c\/span\u003e\u003c\/h4\u003e\n                    \u003cp\u003ePerfect for homes, apartments, offices, and businesses.\u003c\/p\u003e\n                \u003c\/div\u003e\n            \u003c\/div\u003e\n        \u003c\/div\u003e\n    \u003c\/div\u003e\n\u003c\/section\u003e\n\u003c!-- CTA --\u003e\n\u003csection class=\"cta\"\u003e\n    \u003ch2\u003eUpgrade Your Home Security Today\u003c\/h2\u003e\n    \u003cp\u003eExperience premium protection with the SecureView™ Smart Video Doorbell System. Stay connected, monitor your entrance, and protect what matters most.\u003c\/p\u003e\n    \u003ca class=\"cta-btn\" href=\"#\"\u003eOrder Yours Now\u003c\/a\u003e\n\u003c\/section\u003e","brand":"SecureView","offers":[{"title":"Default Title","offer_id":44263908114483,"sku":null,"price":1499.0,"currency_code":"ZAR","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0693\/6392\/5043\/files\/ChatGPTImageMay10_2026_09_06_54PM.png?v=1778785870"}],"url":"https:\/\/secureview.co.za\/collections\/featured-products.oembed","provider":"SecureView","version":"1.0","type":"link"}