<!-- Bootstrap Icons --> <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css"> <!-- Tailwind CSS CDN --> <script src="https://cdn.tailwindcss.com"></script> <!-- Fonts --> <link href="https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900&family=Inter:wght@300;400;500;600;700&family=Playfair+Display:wght@400;600;700&display=swap" rel="stylesheet"> <style> /* Custom typography utilities for brand feel */ .font-headings { font-family: 'Montserrat', system-ui, -apple-system, Arial, sans-serif; } .font-display { font-family: 'Playfair Display', Georgia, serif; } .font-body { font-family: 'Inter', Inter, system-ui, -apple-system, "Segoe UI", Roboto; } /* Subtle glassy effect for cards (uses Tailwind-friendly CSS) */ .glass { backdrop-filter: saturate(120%) blur(6px); background: rgba(13, 18, 34, 0.72); border: 1px solid rgba(212, 175, 55, 0.25); } /* Scrollbar styling (non-Tailwind customization) */ ::-webkit-scrollbar { height: 10px; width: 10px; } ::-webkit-scrollbar-thumb { background: rgba(212,175,55,0.6); border-radius: 6px; } ::-webkit-scrollbar-track { background: rgba(15,23,42,0.4); } /* Ensure hero background layers sit behind content */ .hero-bg { z-index: -1; } /* Button glow on hover for premium feel */ .btn-premium:hover { transform: translateY(-1px) scale(1.01); box-shadow: 0 8px 24px rgba(212,175,55,0.5); } /* Responsive helper for background image generation placeholders (for a11y) */ @media (prefers-reduced-motion: reduce) { * { animation: none !important; transition: none !important; } } </style> <!-- Accessibility: skip link target focus (optional enhancement) --> </head> <body class="bg-[#0b1220] text-slate-100 antialiased leading-relaxed"> <!-- Header / Navbar --> <header class="sticky top-0 z-50 backdrop-filter backdrop-blur bg-black/40 border-b border-white/10"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8"> <div class="flex items-center justify-between h-14"> <a href="#home" class="inline-flex items-center gap-2"> <span class="text-2xl font-display tracking-wide" style="color: #d4af37;">Bossillion</span> <span class="text-sm" style="color: #d4af37;">Technology</span> </a> <nav class="hidden md:flex space-x-6"> <a href="#home" class="text-sm uppercase tracking-wide text-slate-300 hover:text-slate-100">Home</a> <a href="#about" class="text-sm uppercase tracking-wide text-slate-300 hover:text-slate-100">About</a> <a href="#services" class="text-sm uppercase tracking-wide text-slate-300 hover:text-slate-100">Services</a> <a href="#ai-automation" class="text-sm uppercase tracking-wide text-slate-300 hover:text-slate-100">AI Automation Solutions</a> <a href="#cybersecurity" class="text-sm uppercase tracking-wide text-slate-300 hover:text-slate-100">Cybersecurity</a> <a href="#voice-agents" class="text-sm uppercase tracking-wide text-slate-300 hover:text-slate-100">Voice & AI Agents</a> <a href="#contact" class="text-sm uppercase tracking-wide text-slate-300 hover:text-slate-100">Contact</a> </nav> <a href="#contact" class="hidden md:inline-block px-4 py-2 rounded-md border border-[#d4af37] text-sm text-[#d4af37] hover:bg-[#1b2542]">Start Your System</a> <button id="mobile-menu" class="md:hidden p-2 rounded-md text-slate-200 hover:bg-slate-800/60" aria-label="Open menu"> <i class="bi bi-list"></i> </button> </div> </div> <!-- Mobile menu (hidden by default) --> <div id="mobile-panel" class="md:hidden hidden bg-black/70 border-t border-white/10"> <a href="#home" class="block px-4 py-2 hover:bg-slate-800">Home</a> <a href="#about" class="block px-4 py-2 hover:bg-slate-800">About</a> <a href="#services" class="block px-4 py-2 hover:bg-slate-800">Services</a> <a href="#ai-automation" class="block px-4 py-2 hover:bg-slate-800">AI Automation Solutions</a> <a href="#cybersecurity" class="block px-4 py-2 hover:bg-slate-800">Cybersecurity</a> <a href="#voice-agents" class="block px-4 py-2 hover:bg-slate-800">Voice & AI Agents</a> <a href="#contact" class="block px-4 py-2 hover:bg-slate-800">Contact</a> </div> </header> <!-- Hero / Home --> <section id="home" class="relative overflow-hidden h-screen md:h-[90vh] min-h-[520px]"> <!-- Background layer (data-bg-gen) --> <div class="hero-bg absolute inset-0"> <div data-bg-gen-id="hero-bg" data-gen-prompt="A cinematic, premium AI and cybersecurity themed background: dark blue-to-black gradient with subtle gold circuitry lines, soft glow, and futuristic glass textures. The mood is luxurious, high-tech, and enterprise-ready." data-gen-aspect="21:9" aria-label="Hero background placeholder" class="w-full h-full bg-cover bg-center" style="background: linear-gradient(135deg, #0a1742 0%, #0b1a3a 60%, #0a0a0a 100%);"> </div> </div> <div class="relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-full flex items-center"> <div class="grid lg:grid-cols-2 gap-8 items-center w-full py-8"> <!-- Copy --> <div class="space-y-5"> <h1 class="font-headings text-5xl md:text-6xl lg:text-7xl leading-tight" style="color: #e9eefc;"> Bossillion Technology </h1> <p class="text-2xl md:text-3xl font-display" style="color: #d4d9e6;"> Built on Self Success </p> <p class="max-w-prose text-slate-200 font-body text-lg md:text-xl"> Bossillion Technology is an AI-powered technology company that helps businesses grow through automation, cybersecurity, AI agents, voice systems, and digital transformation. </p> <div class="flex items-center gap-4 mt-4"> <a href="#contact" class="inline-flex items-center px-6 py-3 rounded-md bg-gradient-to-r from-[#d4af37] to-[#f8d36e] text-black font-semibold hover:from-[#e2c04a] hover:to-[#ffd86b] btn-premium"> Start Your System <i class="bi bi-arrow-right ms-2"></i> </a> <a href="#ai-automation" class="inline-flex items-center px-4 py-3 rounded-md border border-slate-400 text-slate-200 hover:bg-slate-800/40"> Explore Solutions <i class="bi bi-arrow-right ms-2"></i> </a> </div> </div> <!-- Visual / AI Illustration --> <div class="relative w-full h-96 md:h-full rounded-xl overflow-hidden shadow-xl ring-1 ring-gray-700"> <!-- AI/Automation visual generated via data-gen attributes --> <img data-gen-id="hero-visual" data-gen-prompt="A sleek, futuristic AI automation and cybersecurity illustration: interconnected nodes, glowing blue and gold circuits, subtle holographic elements; clean, premium tech aesthetic; composed for hero section." data-gen-aspect="16:9" alt="Hero AI visualization" class="w-full h-full object-cover" /> </div> </div> </div> </section> <!-- Trust Bar --> <section aria-label="Trust bar" class="border-b border-white/10"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6"> <div class="flex flex-wrap items-center justify-between gap-4 text-sm text-slate-200"> <div class="flex items-center gap-3"> <span class="px-2 py-1 rounded-full bg-[#1f2a60] text-[#d4af37] font-semibold">Secure. Scalable. Intelligent.</span> </div> <div class="flex items-center gap-3 flex-wrap"> <span class="flex items-center gap-2 px-2 py-1 rounded-md bg-slate-800/40"> <i class="bi bi-shield-lock"></i> SOC2-ready </span> <span class="flex items-center gap-2 px-2 py-1 rounded-md bg-slate-800/40"> <i class="bi bi-globe"></i> Global Compliance </span> <span class="flex items-center gap-2 px-2 py-1 rounded-md bg-slate-800/40"> <i class="bi bi-robot"></i> AI-Driven </span> </div> </div> </div> </section> <!-- AI Automation Solutions --> <section id="ai-automation" class="bg-gradient-to-br from-slate-900 via-slate-950 to-black/95"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20"> <div class="grid lg:grid-cols-2 gap-12 items-center"> <!-- Illustration --> <div class="rounded-xl overflow-hidden shadow-xl glass h-full"> <!-- Content image with generation data --> <img data-gen-id="ai-automation-visual" data-gen-prompt="A refined, high-tech illustration showing AI automation in a corporate setting: automated workflows, dashboards, and blue-gold chromatic elements; crisp, premium composition" data-gen-aspect="16:9" alt="AI automation illustration" class="w-full h-full object-cover" /> </div> <!-- Copy --> <div class="space-y-6"> <h2 class="font-headings text-3xl md:text-4xl" style="color:#e9eefc;">AI Automation Solutions</h2> <ul class="space-y-4"> <li class="flex items-start gap-3"> <span class="mt-1 w-8 h-8 rounded-full bg-[#1f2a60] text-[#d4af37] flex items-center justify-center"> <i class="bi bi-robot"></i> </span> <span class="text-slate-200"> AI Business Automation — orchestrate workflows across systems to reduce manual effort and accelerate decision-making. </span> </li> <li class="flex items-start gap-3"> <span class="mt-1 w-8 h-8 rounded-full bg-[#1f2a60] text-[#d4af37] flex items-center justify-center"> <i class="bi bi-telephone-fill"></i> </span> <span class="text-slate-200"> Voice AI Call Agents — natural-sounding agents for outbound/inbound engagement, with escalation routing. </span> </li> <li class="flex items-start gap-3"> <span class="mt-1 w-8 h-8 rounded-full bg-[#1f2a60] text-[#d4af37] flex items-center justify-center"> <i class="bi bi-graph-up"></i> </span> <span class="text-slate-200"> Lead Generation Systems — AI-powered qualifying funnels and contact enrichment. </span> </li> <li class="flex items-start gap-3"> <span class="mt-1 w-8 h-8 rounded-full bg-[#1f2a60] text-[#d4af37] flex items-center justify-center"> <i class="bi bi-gear-fill"></i> </span> <span class="text-slate-200"> CRM & Workflow Automation — seamless data flow, tasks, and approvals across teams. </span> </li> <li class="flex items-start gap-3"> <span class="mt-1 w-8 h-8 rounded-full bg-[#1f2a60] text-[#d4af37] flex items-center justify-center"> <i class="bi bi-braces"></i> </span> <span class="text-slate-200"> Custom Software Solutions — tailored digital transformation to fit unique business processes. </span> </li> </ul> <div class="pt-2"> <a href="#contact" class="inline-flex items-center px-6 py-3 rounded-md bg-gradient-to-r from-[#d4af37] to-[#f0c26b] text-black font-semibold hover:from-[#e7c24f] hover:to-[#ffd580] btn-premium"> Explore Solutions <i class="bi bi-arrow-right ms-2"></i> </a> </div> </div> </div> </div> </section> <!-- Cybersecurity Services --> <section id="cybersecurity" class="bg-black/60"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20"> <div class="text-center mb-10"> <span class="inline-block px-3 py-1 rounded-full border border-[#d4af37] text-[#d4af37] uppercase text-xs tracking-wider">Cybersecurity</span> <h3 class="font-headings text-3xl md:text-4xl mt-4 text-slate-100">Cybersecurity Services</h3> <p class="max-w-2xl mx-auto text-slate-300">Protectivity, compliance, and incident response—optimized for enterprise scale.</p> </div> <div class="grid lg:grid-cols-3 md:grid-cols-2 grid-cols-1 gap-7"> <article class="rounded-xl p-6 bg-slate-900/70 border border-slate-800 glass h-full"> <div class="flex items-center justify-between mb-4"> <h4 class="font-headings text-xl" style="color:#e9eefc;">Threat Detection</h4> <span class="text-xs px-2 py-1 rounded bg-[#1f2a60] text-[#d4af37]"><i class="bi bi-shield-check"></i> Proactive</span> </div> <p class="text-slate-200 text-sm">Real-time anomaly detection, behavior analytics, and automated containment to minimize impact.</p> </article> <article class="rounded-xl p-6 bg-slate-900/70 border border-slate-800 glass h-full"> <div class="flex items-center justify-between mb-4"> <h4 class="font-headings text-xl" style="color:#e9eefc;">Compliance</h4> <span class="text-xs px-2 py-1 rounded bg-[#1f2a60] text-[#d4af37]">Audit-ready</span> </div> <p class="text-slate-200 text-sm">Frameworks tailored to industry standards, automated reporting, and evidence collection.</p> </article> <article class="rounded-xl p-6 bg-slate-900/70 border border-slate-800 glass h-full"> <div class="flex items-center justify-between mb-4"> <h4 class="font-headings text-xl" style="color:#e9eefc;">Incident Response</h4> <span class="text-xs px-2 py-1 rounded bg-[#1f2a60] text-[#d4af37]">Rapid</span> </div> <p class="text-slate-200 text-sm">Playbooks, forensics, and runbooks to accelerate containment and recovery.</p> </article> </div> </div> </section> <!-- Voice & AI Agents --> <section id="voice-agents" class="bg-slate-950/80"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20"> <div class="grid lg:grid-cols-2 gap-12 items-center"> <!-- Waveform visual --> <div class="rounded-xl overflow-hidden shadow-xl glass h-full"> <img data-gen-id="voice-agents-visual" data-gen-prompt="A premium illustration of voice AI agents operating within an enterprise environment: waveform graphics, speech bubbles, connectors to CRM and helpdesk, gold and blue accents." data-gen-aspect="16:9" alt="Voice & AI agents visualization" class="w-full h-full object-cover" /> </div> <!-- Copy --> <div class="space-y-6"> <h2 class="font-headings text-3xl md:text-4xl" style="color:#e9eefc;">Voice & AI Agents</h2> <ul class="space-y-3 text-slate-200"> <li>Natural Language Understanding for complex conversations</li> <li>Seamless Integrations with CRM, Helpdesk, and ERP</li> <li>Privacy controls and secure data handling</li> <li>24/7 availability with human-in-the-loop escalation</li> </ul> <div class="flex items-center gap-4 mt-2"> <a href="#contact" class="inline-flex items-center px-6 py-3 rounded-md bg-gradient-to-r from-[#d4af37] to-[#f0d07a] text-black font-semibold hover:from-[#e6bd46] hover:to-[#ffd56b] btn-premium"> Demo Now <i class="bi bi-arrow-right ms-2"></i> </a> <a href="#ai-automation" class="inline-flex items-center px-4 py-3 rounded-md border border-slate-400 text-slate-200 hover:bg-slate-800/40"> Learn More <i class="bi bi-arrow-right ms-2"></i> </a> </div> </div> </div> </div> </section> <!-- About Brand --> <section id="about" class="bg-black"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20"> <div class="grid lg:grid-cols-2 gap-12 items-center"> <!-- Team / abstract image --> <div class="rounded-xl overflow-hidden h-full shadow-xl glass"> <img data-gen-id="team-photo-1" data-gen-prompt="A premium, editorial-style team portrait of diverse executives in a modern tech office, with blue and gold accents, soft cinematic lighting, and a clean, premium composition." data-gen-aspect="4:3" alt="Leadership team image" class="w-full h-full object-cover" /> </div> <!-- Copy --> <div class="space-y-5"> <span class="inline-block px-3 py-1 rounded-full border border-[#d4af37] text-[#d4af37] uppercase text-xs tracking-wider">Brand Story</span> <h3 class="font-headings text-3xl md:text-4xl" style="color:#e9eefc;">Built on Self Success</h3> <p class="text-slate-200 font-body"> Bossillion Technology is a premium AI-powered technology company dedicated to helping businesses transform through automation, cybersecurity, AI agents, voice systems, and digital transformation. We combine strategic clarity with advanced tech to deliver measurable outcomes at scale. </p> <ul class="space-y-3 text-slate-200 font-body"> <li>Core values: Integrity, Precision, Innovation</li> <li>Security-first architecture and governance</li> <li>Enterprise-grade reliability with elegant UX</li> </ul> </div> </div> </div> </section> <!-- Contact --> <section id="contact" class="bg-slate-950/60"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20"> <div class="grid lg:grid-cols-2 gap-12 items-start"> <!-- Contact Form --> <form class="bg-slate-900/70 border border-slate-800 rounded-xl p-6 glass" aria-label="Contact form" onsubmit="return false;"> <h3 class="font-headings text-2xl mb-3" style="color:#e9eefc;">Get In Touch</h3> <div class="grid md:grid-cols-2 gap-4"> <div> <label class="block text-sm mb-1 text-slate-200" for="name">Name</label> <input id="name" name="name" type="text" class="w-full rounded-md px-3 py-2 bg-slate-800 text-slate-100 border border-slate-700 focus:border-[#d4af37] focus:outline-none" required> </div> <div> <label class="block text-sm mb-1 text-slate-200" for="email">Email</label> <input id="email" name="email" type="email" class="w-full rounded-md px-3 py-2 bg-slate-800 text-slate-100 border border-slate-700 focus:border-[#d4af37] focus:outline-none" required> </div> </div> <div class="mt-4"> <label class="block text-sm mb-1 text-slate-200" for="message">Message</label> <textarea id="message" name="message" rows="5" class="w-full rounded-md px-3 py-2 bg-slate-800 text-slate-100 border border-slate-700 focus:border-[#d4af37] focus:outline-none" required></textarea> </div> <div class="mt-4 flex items-center gap-2"> <input id="consent" type="checkbox" class="h-4 w-4 rounded" required> <label for="consent" class="text-sm text-slate-200">I agree to be contacted regarding my inquiry.</label> </div> <button type="submit" class="mt-4 px-6 py-3 rounded-md bg-gradient-to-r from-[#d4af37] to-[#f0c66f] text-black font-semibold hover:from-[#e0a93a] hover:to-[#ffd36f] btn-premium"> Get In Touch </button> </form> <!-- Contact Details --> <div class="space-y-6"> <div class="rounded-xl p-6 bg-slate-900/70 border border-slate-800 glass"> <h4 class="font-headings text-xl" style="color:#e9eefc;">Head Office</h4> <p class="text-slate-200 text-sm mt-1"> Bossillion Technology <br/> 1209 Mountain Road PL NE #5142 <br/> Albuquerque, NM 87110, USA </p> </div> <div class="rounded-xl p-6 bg-slate-900/70 border border-slate-800 glass"> <h4 class="font-headings text-xl" style="color:#e9eefc;">Contact</h4> <p class="text-slate-200 text-sm mt-1"> Main Business Phone <br/> (575) 224-6932 </p> <p class="text-slate-200 text-sm mt-2"> Email <br/> info@bossilliontech.com </p> </div> <!-- Map placeholder with generated background image --> <div class="rounded-xl overflow-hidden h-48 md:h-60 bg-slate-800/40 border border-slate-700 glass"> <div data-bg-gen-id="map-placeholder" data-gen-prompt="A premium-looking map placeholder showing Albuquerque, NM, with a soft glow and subtle grid, to imply an enterprise-grade map visualization. Gold and blue accents." data-gen-aspect="16:9" aria-label="Map placeholder" class="w-full h-full bg-center bg-cover" style="background: linear-gradient(135deg, #0b1a3a 0%, #11182a 100%);"> </div> </div> </div> </div> </div> </section> <!-- Footer --> <footer class="bg-black/90 border-t border-slate-800"> <div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 grid md:grid-cols-2 gap-6"> <div class="space-y-2"> <div class="text-xl font-display" style="color:#d4af37;">Bossillion Technology</div> <div class="text-slate-400 text-sm">Built on Self Success</div> </div> <div class="text-sm text-slate-400 text-right md:text-left"> <div>Contact: info@bossilliontech.com</div> </div> </div> </footer> <!-- Optional: Tiny script to toggle mobile menu --> <script> const btn = document.getElementById('mobile-menu'); const panel = document.getElementById('mobile-panel'); btn.addEventListener('click', () => { if (panel.classList.contains('hidden')) { panel.classList.remove('hidden'); } else { panel.classList.add('hidden'); } }); // Basic image prefill behavior: if images fail to load, retain accessible alt text document.querySelectorAll('img[data-gen-id]').forEach(img => { img.addEventListener('error', () => { img.style.display = 'none'; }); }); </script> </body> </html></div></div><script id="__NEXT_DATA__" type="application/json">{"props":{"pageProps":{"data":{"name":"Bossillion Technology Home","page_id":"da58ac22","seo_data":null,"social_meta":null,"translate":{},"robot_settings":null,"workspace_robot_settings":{},"favicon":null,"content":null,"html":"\u003c!DOCTYPE html\u003e\n\u003chtml lang=\"en\"\u003e\n\u003chead\u003e\n \u003cmeta charset=\"UTF-8\" /\u003e\n \u003cmeta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\"/\u003e\n \u003ctitle Bossillion Technology – Built on Self Success\u003c/title\u003e\n\n \u003c!-- Bootstrap Icons --\u003e\n \u003clink rel=\"stylesheet\" href=\"https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.1/font/bootstrap-icons.css\"\u003e\n\n \u003c!-- Tailwind CSS CDN --\u003e\n \u003cscript src=\"https://cdn.tailwindcss.com\"\u003e\u003c/script\u003e\n\n \u003c!-- Fonts --\u003e\n \u003clink href=\"https://fonts.googleapis.com/css2?family=Montserrat:wght@700;800;900\u0026family=Inter:wght@300;400;500;600;700\u0026family=Playfair+Display:wght@400;600;700\u0026display=swap\" rel=\"stylesheet\"\u003e\n\n \u003cstyle\u003e\n /* Custom typography utilities for brand feel */\n .font-headings { font-family: 'Montserrat', system-ui, -apple-system, Arial, sans-serif; }\n .font-display { font-family: 'Playfair Display', Georgia, serif; }\n .font-body { font-family: 'Inter', Inter, system-ui, -apple-system, \"Segoe UI\", Roboto; }\n\n /* Subtle glassy effect for cards (uses Tailwind-friendly CSS) */\n .glass {\n backdrop-filter: saturate(120%) blur(6px);\n background: rgba(13, 18, 34, 0.72);\n border: 1px solid rgba(212, 175, 55, 0.25);\n }\n\n /* Scrollbar styling (non-Tailwind customization) */\n ::-webkit-scrollbar { height: 10px; width: 10px; }\n ::-webkit-scrollbar-thumb { background: rgba(212,175,55,0.6); border-radius: 6px; }\n ::-webkit-scrollbar-track { background: rgba(15,23,42,0.4); }\n\n /* Ensure hero background layers sit behind content */\n .hero-bg { z-index: -1; }\n\n /* Button glow on hover for premium feel */\n .btn-premium:hover { transform: translateY(-1px) scale(1.01); box-shadow: 0 8px 24px rgba(212,175,55,0.5); }\n\n /* Responsive helper for background image generation placeholders (for a11y) */\n @media (prefers-reduced-motion: reduce) {\n * { animation: none !important; transition: none !important; }\n }\n \u003c/style\u003e\n \n \u003c!-- Accessibility: skip link target focus (optional enhancement) --\u003e\n\u003c/head\u003e\n\u003cbody class=\"bg-[#0b1220] text-slate-100 antialiased leading-relaxed\"\u003e\n\n \u003c!-- Header / Navbar --\u003e\n \u003cheader class=\"sticky top-0 z-50 backdrop-filter backdrop-blur bg-black/40 border-b border-white/10\"\u003e\n \u003cdiv class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8\"\u003e\n \u003cdiv class=\"flex items-center justify-between h-14\"\u003e\n \u003ca href=\"#home\" class=\"inline-flex items-center gap-2\"\u003e\n \u003cspan class=\"text-2xl font-display tracking-wide\" style=\"color: #d4af37;\"\u003eBossillion\u003c/span\u003e\n \u003cspan class=\"text-sm\" style=\"color: #d4af37;\"\u003eTechnology\u003c/span\u003e\n \u003c/a\u003e\n \u003cnav class=\"hidden md:flex space-x-6\"\u003e\n \u003ca href=\"#home\" class=\"text-sm uppercase tracking-wide text-slate-300 hover:text-slate-100\"\u003eHome\u003c/a\u003e\n \u003ca href=\"#about\" class=\"text-sm uppercase tracking-wide text-slate-300 hover:text-slate-100\"\u003eAbout\u003c/a\u003e\n \u003ca href=\"#services\" class=\"text-sm uppercase tracking-wide text-slate-300 hover:text-slate-100\"\u003eServices\u003c/a\u003e\n \u003ca href=\"#ai-automation\" class=\"text-sm uppercase tracking-wide text-slate-300 hover:text-slate-100\"\u003eAI Automation Solutions\u003c/a\u003e\n \u003ca href=\"#cybersecurity\" class=\"text-sm uppercase tracking-wide text-slate-300 hover:text-slate-100\"\u003eCybersecurity\u003c/a\u003e\n \u003ca href=\"#voice-agents\" class=\"text-sm uppercase tracking-wide text-slate-300 hover:text-slate-100\"\u003eVoice \u0026 AI Agents\u003c/a\u003e\n \u003ca href=\"#contact\" class=\"text-sm uppercase tracking-wide text-slate-300 hover:text-slate-100\"\u003eContact\u003c/a\u003e\n \u003c/nav\u003e\n \u003ca href=\"#contact\" class=\"hidden md:inline-block px-4 py-2 rounded-md border border-[#d4af37] text-sm text-[#d4af37] hover:bg-[#1b2542]\"\u003eStart Your System\u003c/a\u003e\n \u003cbutton id=\"mobile-menu\" class=\"md:hidden p-2 rounded-md text-slate-200 hover:bg-slate-800/60\" aria-label=\"Open menu\"\u003e\n \u003ci class=\"bi bi-list\"\u003e\u003c/i\u003e\n \u003c/button\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c!-- Mobile menu (hidden by default) --\u003e\n \u003cdiv id=\"mobile-panel\" class=\"md:hidden hidden bg-black/70 border-t border-white/10\"\u003e\n \u003ca href=\"#home\" class=\"block px-4 py-2 hover:bg-slate-800\"\u003eHome\u003c/a\u003e\n \u003ca href=\"#about\" class=\"block px-4 py-2 hover:bg-slate-800\"\u003eAbout\u003c/a\u003e\n \u003ca href=\"#services\" class=\"block px-4 py-2 hover:bg-slate-800\"\u003eServices\u003c/a\u003e\n \u003ca href=\"#ai-automation\" class=\"block px-4 py-2 hover:bg-slate-800\"\u003eAI Automation Solutions\u003c/a\u003e\n \u003ca href=\"#cybersecurity\" class=\"block px-4 py-2 hover:bg-slate-800\"\u003eCybersecurity\u003c/a\u003e\n \u003ca href=\"#voice-agents\" class=\"block px-4 py-2 hover:bg-slate-800\"\u003eVoice \u0026 AI Agents\u003c/a\u003e\n \u003ca href=\"#contact\" class=\"block px-4 py-2 hover:bg-slate-800\"\u003eContact\u003c/a\u003e\n \u003c/div\u003e\n \u003c/header\u003e\n\n \u003c!-- Hero / Home --\u003e\n \u003csection id=\"home\" class=\"relative overflow-hidden h-screen md:h-[90vh] min-h-[520px]\"\u003e\n \u003c!-- Background layer (data-bg-gen) --\u003e\n \u003cdiv class=\"hero-bg absolute inset-0\"\u003e\n \u003cdiv data-bg-gen-id=\"hero-bg\"\n data-gen-prompt=\"A cinematic, premium AI and cybersecurity themed background: dark blue-to-black gradient with subtle gold circuitry lines, soft glow, and futuristic glass textures. The mood is luxurious, high-tech, and enterprise-ready.\"\n data-gen-aspect=\"21:9\" aria-label=\"Hero background placeholder\" class=\"w-full h-full bg-cover bg-center\" style=\"background: linear-gradient(135deg, #0a1742 0%, #0b1a3a 60%, #0a0a0a 100%);\"\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\n \u003cdiv class=\"relative z-10 max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 h-full flex items-center\"\u003e\n \u003cdiv class=\"grid lg:grid-cols-2 gap-8 items-center w-full py-8\"\u003e\n \u003c!-- Copy --\u003e\n \u003cdiv class=\"space-y-5\"\u003e\n \u003ch1 class=\"font-headings text-5xl md:text-6xl lg:text-7xl leading-tight\" style=\"color: #e9eefc;\"\u003e\n Bossillion Technology\n \u003c/h1\u003e\n \u003cp class=\"text-2xl md:text-3xl font-display\" style=\"color: #d4d9e6;\"\u003e\n Built on Self Success\n \u003c/p\u003e\n \u003cp class=\"max-w-prose text-slate-200 font-body text-lg md:text-xl\"\u003e\n Bossillion Technology is an AI-powered technology company that helps businesses grow through automation, cybersecurity, AI agents, voice systems, and digital transformation.\n \u003c/p\u003e\n \u003cdiv class=\"flex items-center gap-4 mt-4\"\u003e\n \u003ca href=\"#contact\" class=\"inline-flex items-center px-6 py-3 rounded-md bg-gradient-to-r from-[#d4af37] to-[#f8d36e] text-black font-semibold hover:from-[#e2c04a] hover:to-[#ffd86b] btn-premium\"\u003e\n Start Your System\n \u003ci class=\"bi bi-arrow-right ms-2\"\u003e\u003c/i\u003e\n \u003c/a\u003e\n \u003ca href=\"#ai-automation\" class=\"inline-flex items-center px-4 py-3 rounded-md border border-slate-400 text-slate-200 hover:bg-slate-800/40\"\u003e\n Explore Solutions\n \u003ci class=\"bi bi-arrow-right ms-2\"\u003e\u003c/i\u003e\n \u003c/a\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n\n \u003c!-- Visual / AI Illustration --\u003e\n \u003cdiv class=\"relative w-full h-96 md:h-full rounded-xl overflow-hidden shadow-xl ring-1 ring-gray-700\"\u003e\n \u003c!-- AI/Automation visual generated via data-gen attributes --\u003e\n \u003cimg data-gen-id=\"hero-visual\"\n data-gen-prompt=\"A sleek, futuristic AI automation and cybersecurity illustration: interconnected nodes, glowing blue and gold circuits, subtle holographic elements; clean, premium tech aesthetic; composed for hero section.\"\n data-gen-aspect=\"16:9\"\n alt=\"Hero AI visualization\"\n class=\"w-full h-full object-cover\" /\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/section\u003e\n\n \u003c!-- Trust Bar --\u003e\n \u003csection aria-label=\"Trust bar\" class=\"border-b border-white/10\"\u003e\n \u003cdiv class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-6\"\u003e\n \u003cdiv class=\"flex flex-wrap items-center justify-between gap-4 text-sm text-slate-200\"\u003e\n \u003cdiv class=\"flex items-center gap-3\"\u003e\n \u003cspan class=\"px-2 py-1 rounded-full bg-[#1f2a60] text-[#d4af37] font-semibold\"\u003eSecure. Scalable. Intelligent.\u003c/span\u003e\n \u003c/div\u003e\n \u003cdiv class=\"flex items-center gap-3 flex-wrap\"\u003e\n \u003cspan class=\"flex items-center gap-2 px-2 py-1 rounded-md bg-slate-800/40\"\u003e\n \u003ci class=\"bi bi-shield-lock\"\u003e\u003c/i\u003e SOC2-ready\n \u003c/span\u003e\n \u003cspan class=\"flex items-center gap-2 px-2 py-1 rounded-md bg-slate-800/40\"\u003e\n \u003ci class=\"bi bi-globe\"\u003e\u003c/i\u003e Global Compliance\n \u003c/span\u003e\n \u003cspan class=\"flex items-center gap-2 px-2 py-1 rounded-md bg-slate-800/40\"\u003e\n \u003ci class=\"bi bi-robot\"\u003e\u003c/i\u003e AI-Driven\n \u003c/span\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/section\u003e\n\n \u003c!-- AI Automation Solutions --\u003e\n \u003csection id=\"ai-automation\" class=\"bg-gradient-to-br from-slate-900 via-slate-950 to-black/95\"\u003e\n \u003cdiv class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20\"\u003e\n \u003cdiv class=\"grid lg:grid-cols-2 gap-12 items-center\"\u003e\n \u003c!-- Illustration --\u003e\n \u003cdiv class=\"rounded-xl overflow-hidden shadow-xl glass h-full\"\u003e\n \u003c!-- Content image with generation data --\u003e\n \u003cimg data-gen-id=\"ai-automation-visual\"\n data-gen-prompt=\"A refined, high-tech illustration showing AI automation in a corporate setting: automated workflows, dashboards, and blue-gold chromatic elements; crisp, premium composition\"\n data-gen-aspect=\"16:9\"\n alt=\"AI automation illustration\"\n class=\"w-full h-full object-cover\" /\u003e\n \u003c/div\u003e\n\n \u003c!-- Copy --\u003e\n \u003cdiv class=\"space-y-6\"\u003e\n \u003ch2 class=\"font-headings text-3xl md:text-4xl\" style=\"color:#e9eefc;\"\u003eAI Automation Solutions\u003c/h2\u003e\n \u003cul class=\"space-y-4\"\u003e\n \u003cli class=\"flex items-start gap-3\"\u003e\n \u003cspan class=\"mt-1 w-8 h-8 rounded-full bg-[#1f2a60] text-[#d4af37] flex items-center justify-center\"\u003e\n \u003ci class=\"bi bi-robot\"\u003e\u003c/i\u003e\n \u003c/span\u003e\n \u003cspan class=\"text-slate-200\"\u003e\n AI Business Automation — orchestrate workflows across systems to reduce manual effort and accelerate decision-making.\n \u003c/span\u003e\n \u003c/li\u003e\n \u003cli class=\"flex items-start gap-3\"\u003e\n \u003cspan class=\"mt-1 w-8 h-8 rounded-full bg-[#1f2a60] text-[#d4af37] flex items-center justify-center\"\u003e\n \u003ci class=\"bi bi-telephone-fill\"\u003e\u003c/i\u003e\n \u003c/span\u003e\n \u003cspan class=\"text-slate-200\"\u003e\n Voice AI Call Agents — natural-sounding agents for outbound/inbound engagement, with escalation routing.\n \u003c/span\u003e\n \u003c/li\u003e\n \u003cli class=\"flex items-start gap-3\"\u003e\n \u003cspan class=\"mt-1 w-8 h-8 rounded-full bg-[#1f2a60] text-[#d4af37] flex items-center justify-center\"\u003e\n \u003ci class=\"bi bi-graph-up\"\u003e\u003c/i\u003e\n \u003c/span\u003e\n \u003cspan class=\"text-slate-200\"\u003e\n Lead Generation Systems — AI-powered qualifying funnels and contact enrichment.\n \u003c/span\u003e\n \u003c/li\u003e\n \u003cli class=\"flex items-start gap-3\"\u003e\n \u003cspan class=\"mt-1 w-8 h-8 rounded-full bg-[#1f2a60] text-[#d4af37] flex items-center justify-center\"\u003e\n \u003ci class=\"bi bi-gear-fill\"\u003e\u003c/i\u003e\n \u003c/span\u003e\n \u003cspan class=\"text-slate-200\"\u003e\n CRM \u0026 Workflow Automation — seamless data flow, tasks, and approvals across teams.\n \u003c/span\u003e\n \u003c/li\u003e\n \u003cli class=\"flex items-start gap-3\"\u003e\n \u003cspan class=\"mt-1 w-8 h-8 rounded-full bg-[#1f2a60] text-[#d4af37] flex items-center justify-center\"\u003e\n \u003ci class=\"bi bi-braces\"\u003e\u003c/i\u003e\n \u003c/span\u003e\n \u003cspan class=\"text-slate-200\"\u003e\n Custom Software Solutions — tailored digital transformation to fit unique business processes.\n \u003c/span\u003e\n \u003c/li\u003e\n \u003c/ul\u003e\n\n \u003cdiv class=\"pt-2\"\u003e\n \u003ca href=\"#contact\" class=\"inline-flex items-center px-6 py-3 rounded-md bg-gradient-to-r from-[#d4af37] to-[#f0c26b] text-black font-semibold hover:from-[#e7c24f] hover:to-[#ffd580] btn-premium\"\u003e\n Explore Solutions\n \u003ci class=\"bi bi-arrow-right ms-2\"\u003e\u003c/i\u003e\n \u003c/a\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/section\u003e\n\n \u003c!-- Cybersecurity Services --\u003e\n \u003csection id=\"cybersecurity\" class=\"bg-black/60\"\u003e\n \u003cdiv class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20\"\u003e\n \u003cdiv class=\"text-center mb-10\"\u003e\n \u003cspan class=\"inline-block px-3 py-1 rounded-full border border-[#d4af37] text-[#d4af37] uppercase text-xs tracking-wider\"\u003eCybersecurity\u003c/span\u003e\n \u003ch3 class=\"font-headings text-3xl md:text-4xl mt-4 text-slate-100\"\u003eCybersecurity Services\u003c/h3\u003e\n \u003cp class=\"max-w-2xl mx-auto text-slate-300\"\u003eProtectivity, compliance, and incident response—optimized for enterprise scale.\u003c/p\u003e\n \u003c/div\u003e\n\n \u003cdiv class=\"grid lg:grid-cols-3 md:grid-cols-2 grid-cols-1 gap-7\"\u003e\n \u003carticle class=\"rounded-xl p-6 bg-slate-900/70 border border-slate-800 glass h-full\"\u003e\n \u003cdiv class=\"flex items-center justify-between mb-4\"\u003e\n \u003ch4 class=\"font-headings text-xl\" style=\"color:#e9eefc;\"\u003eThreat Detection\u003c/h4\u003e\n \u003cspan class=\"text-xs px-2 py-1 rounded bg-[#1f2a60] text-[#d4af37]\"\u003e\u003ci class=\"bi bi-shield-check\"\u003e\u003c/i\u003e Proactive\u003c/span\u003e\n \u003c/div\u003e\n \u003cp class=\"text-slate-200 text-sm\"\u003eReal-time anomaly detection, behavior analytics, and automated containment to minimize impact.\u003c/p\u003e\n \u003c/article\u003e\n\n \u003carticle class=\"rounded-xl p-6 bg-slate-900/70 border border-slate-800 glass h-full\"\u003e\n \u003cdiv class=\"flex items-center justify-between mb-4\"\u003e\n \u003ch4 class=\"font-headings text-xl\" style=\"color:#e9eefc;\"\u003eCompliance\u003c/h4\u003e\n \u003cspan class=\"text-xs px-2 py-1 rounded bg-[#1f2a60] text-[#d4af37]\"\u003eAudit-ready\u003c/span\u003e\n \u003c/div\u003e\n \u003cp class=\"text-slate-200 text-sm\"\u003eFrameworks tailored to industry standards, automated reporting, and evidence collection.\u003c/p\u003e\n \u003c/article\u003e\n\n \u003carticle class=\"rounded-xl p-6 bg-slate-900/70 border border-slate-800 glass h-full\"\u003e\n \u003cdiv class=\"flex items-center justify-between mb-4\"\u003e\n \u003ch4 class=\"font-headings text-xl\" style=\"color:#e9eefc;\"\u003eIncident Response\u003c/h4\u003e\n \u003cspan class=\"text-xs px-2 py-1 rounded bg-[#1f2a60] text-[#d4af37]\"\u003eRapid\u003c/span\u003e\n \u003c/div\u003e\n \u003cp class=\"text-slate-200 text-sm\"\u003ePlaybooks, forensics, and runbooks to accelerate containment and recovery.\u003c/p\u003e\n \u003c/article\u003e\n\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/section\u003e\n\n \u003c!-- Voice \u0026 AI Agents --\u003e\n \u003csection id=\"voice-agents\" class=\"bg-slate-950/80\"\u003e\n \u003cdiv class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20\"\u003e\n \u003cdiv class=\"grid lg:grid-cols-2 gap-12 items-center\"\u003e\n \u003c!-- Waveform visual --\u003e\n \u003cdiv class=\"rounded-xl overflow-hidden shadow-xl glass h-full\"\u003e\n \u003cimg data-gen-id=\"voice-agents-visual\"\n data-gen-prompt=\"A premium illustration of voice AI agents operating within an enterprise environment: waveform graphics, speech bubbles, connectors to CRM and helpdesk, gold and blue accents.\"\n data-gen-aspect=\"16:9\"\n alt=\"Voice \u0026 AI agents visualization\"\n class=\"w-full h-full object-cover\" /\u003e\n \u003c/div\u003e\n\n \u003c!-- Copy --\u003e\n \u003cdiv class=\"space-y-6\"\u003e\n \u003ch2 class=\"font-headings text-3xl md:text-4xl\" style=\"color:#e9eefc;\"\u003eVoice \u0026 AI Agents\u003c/h2\u003e\n \u003cul class=\"space-y-3 text-slate-200\"\u003e\n \u003cli\u003eNatural Language Understanding for complex conversations\u003c/li\u003e\n \u003cli\u003eSeamless Integrations with CRM, Helpdesk, and ERP\u003c/li\u003e\n \u003cli\u003ePrivacy controls and secure data handling\u003c/li\u003e\n \u003cli\u003e24/7 availability with human-in-the-loop escalation\u003c/li\u003e\n \u003c/ul\u003e\n \u003cdiv class=\"flex items-center gap-4 mt-2\"\u003e\n \u003ca href=\"#contact\" class=\"inline-flex items-center px-6 py-3 rounded-md bg-gradient-to-r from-[#d4af37] to-[#f0d07a] text-black font-semibold hover:from-[#e6bd46] hover:to-[#ffd56b] btn-premium\"\u003e\n Demo Now\n \u003ci class=\"bi bi-arrow-right ms-2\"\u003e\u003c/i\u003e\n \u003c/a\u003e\n \u003ca href=\"#ai-automation\" class=\"inline-flex items-center px-4 py-3 rounded-md border border-slate-400 text-slate-200 hover:bg-slate-800/40\"\u003e\n Learn More\n \u003ci class=\"bi bi-arrow-right ms-2\"\u003e\u003c/i\u003e\n \u003c/a\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/section\u003e\n\n \u003c!-- About Brand --\u003e\n \u003csection id=\"about\" class=\"bg-black\"\u003e\n \u003cdiv class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20\"\u003e\n \u003cdiv class=\"grid lg:grid-cols-2 gap-12 items-center\"\u003e\n \u003c!-- Team / abstract image --\u003e\n \u003cdiv class=\"rounded-xl overflow-hidden h-full shadow-xl glass\"\u003e\n \u003cimg data-gen-id=\"team-photo-1\"\n data-gen-prompt=\"A premium, editorial-style team portrait of diverse executives in a modern tech office, with blue and gold accents, soft cinematic lighting, and a clean, premium composition.\"\n data-gen-aspect=\"4:3\"\n alt=\"Leadership team image\"\n class=\"w-full h-full object-cover\" /\u003e\n \u003c/div\u003e\n\n \u003c!-- Copy --\u003e\n \u003cdiv class=\"space-y-5\"\u003e\n \u003cspan class=\"inline-block px-3 py-1 rounded-full border border-[#d4af37] text-[#d4af37] uppercase text-xs tracking-wider\"\u003eBrand Story\u003c/span\u003e\n \u003ch3 class=\"font-headings text-3xl md:text-4xl\" style=\"color:#e9eefc;\"\u003eBuilt on Self Success\u003c/h3\u003e\n \u003cp class=\"text-slate-200 font-body\"\u003e\n Bossillion Technology is a premium AI-powered technology company dedicated to helping businesses transform through automation, cybersecurity, AI agents, voice systems, and digital transformation. We combine strategic clarity with advanced tech to deliver measurable outcomes at scale.\n \u003c/p\u003e\n \u003cul class=\"space-y-3 text-slate-200 font-body\"\u003e\n \u003cli\u003eCore values: Integrity, Precision, Innovation\u003c/li\u003e\n \u003cli\u003eSecurity-first architecture and governance\u003c/li\u003e\n \u003cli\u003eEnterprise-grade reliability with elegant UX\u003c/li\u003e\n \u003c/ul\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/section\u003e\n\n \u003c!-- Contact --\u003e\n \u003csection id=\"contact\" class=\"bg-slate-950/60\"\u003e\n \u003cdiv class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-20\"\u003e\n \u003cdiv class=\"grid lg:grid-cols-2 gap-12 items-start\"\u003e\n \u003c!-- Contact Form --\u003e\n \u003cform class=\"bg-slate-900/70 border border-slate-800 rounded-xl p-6 glass\" aria-label=\"Contact form\" onsubmit=\"return false;\"\u003e\n \u003ch3 class=\"font-headings text-2xl mb-3\" style=\"color:#e9eefc;\"\u003eGet In Touch\u003c/h3\u003e\n \u003cdiv class=\"grid md:grid-cols-2 gap-4\"\u003e\n \u003cdiv\u003e\n \u003clabel class=\"block text-sm mb-1 text-slate-200\" for=\"name\"\u003eName\u003c/label\u003e\n \u003cinput id=\"name\" name=\"name\" type=\"text\" class=\"w-full rounded-md px-3 py-2 bg-slate-800 text-slate-100 border border-slate-700 focus:border-[#d4af37] focus:outline-none\" required\u003e\n \u003c/div\u003e\n \u003cdiv\u003e\n \u003clabel class=\"block text-sm mb-1 text-slate-200\" for=\"email\"\u003eEmail\u003c/label\u003e\n \u003cinput id=\"email\" name=\"email\" type=\"email\" class=\"w-full rounded-md px-3 py-2 bg-slate-800 text-slate-100 border border-slate-700 focus:border-[#d4af37] focus:outline-none\" required\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv class=\"mt-4\"\u003e\n \u003clabel class=\"block text-sm mb-1 text-slate-200\" for=\"message\"\u003eMessage\u003c/label\u003e\n \u003ctextarea id=\"message\" name=\"message\" rows=\"5\" class=\"w-full rounded-md px-3 py-2 bg-slate-800 text-slate-100 border border-slate-700 focus:border-[#d4af37] focus:outline-none\" required\u003e\u003c/textarea\u003e\n \u003c/div\u003e\n \u003cdiv class=\"mt-4 flex items-center gap-2\"\u003e\n \u003cinput id=\"consent\" type=\"checkbox\" class=\"h-4 w-4 rounded\" required\u003e\n \u003clabel for=\"consent\" class=\"text-sm text-slate-200\"\u003eI agree to be contacted regarding my inquiry.\u003c/label\u003e\n \u003c/div\u003e\n \u003cbutton type=\"submit\" class=\"mt-4 px-6 py-3 rounded-md bg-gradient-to-r from-[#d4af37] to-[#f0c66f] text-black font-semibold hover:from-[#e0a93a] hover:to-[#ffd36f] btn-premium\"\u003e\n Get In Touch\n \u003c/button\u003e\n \u003c/form\u003e\n\n \u003c!-- Contact Details --\u003e\n \u003cdiv class=\"space-y-6\"\u003e\n \u003cdiv class=\"rounded-xl p-6 bg-slate-900/70 border border-slate-800 glass\"\u003e\n \u003ch4 class=\"font-headings text-xl\" style=\"color:#e9eefc;\"\u003eHead Office\u003c/h4\u003e\n \u003cp class=\"text-slate-200 text-sm mt-1\"\u003e\n Bossillion Technology\n \u003cbr/\u003e\n 1209 Mountain Road PL NE #5142\n \u003cbr/\u003e\n Albuquerque, NM 87110, USA\n \u003c/p\u003e\n \u003c/div\u003e\n\n \u003cdiv class=\"rounded-xl p-6 bg-slate-900/70 border border-slate-800 glass\"\u003e\n \u003ch4 class=\"font-headings text-xl\" style=\"color:#e9eefc;\"\u003eContact\u003c/h4\u003e\n \u003cp class=\"text-slate-200 text-sm mt-1\"\u003e\n Main Business Phone\n \u003cbr/\u003e\n (575) 224-6932\n \u003c/p\u003e\n \u003cp class=\"text-slate-200 text-sm mt-2\"\u003e\n Email\n \u003cbr/\u003e\n info@bossilliontech.com\n \u003c/p\u003e\n \u003c/div\u003e\n\n \u003c!-- Map placeholder with generated background image --\u003e\n \u003cdiv class=\"rounded-xl overflow-hidden h-48 md:h-60 bg-slate-800/40 border border-slate-700 glass\"\u003e\n \u003cdiv data-bg-gen-id=\"map-placeholder\"\n data-gen-prompt=\"A premium-looking map placeholder showing Albuquerque, NM, with a soft glow and subtle grid, to imply an enterprise-grade map visualization. Gold and blue accents.\"\n data-gen-aspect=\"16:9\" aria-label=\"Map placeholder\" class=\"w-full h-full bg-center bg-cover\" style=\"background: linear-gradient(135deg, #0b1a3a 0%, #11182a 100%);\"\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/section\u003e\n\n \u003c!-- Footer --\u003e\n \u003cfooter class=\"bg-black/90 border-t border-slate-800\"\u003e\n \u003cdiv class=\"max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-12 grid md:grid-cols-2 gap-6\"\u003e\n \u003cdiv class=\"space-y-2\"\u003e\n \u003cdiv class=\"text-xl font-display\" style=\"color:#d4af37;\"\u003eBossillion Technology\u003c/div\u003e\n \u003cdiv class=\"text-slate-400 text-sm\"\u003eBuilt on Self Success\u003c/div\u003e\n \u003c/div\u003e\n \u003cdiv class=\"text-sm text-slate-400 text-right md:text-left\"\u003e\n \u003cdiv\u003eContact: info@bossilliontech.com\u003c/div\u003e\n \u003c/div\u003e\n \u003c/div\u003e\n \u003c/footer\u003e\n\n \u003c!-- Optional: Tiny script to toggle mobile menu --\u003e\n \u003cscript\u003e\n const btn = document.getElementById('mobile-menu');\n const panel = document.getElementById('mobile-panel');\n btn.addEventListener('click', () =\u003e {\n if (panel.classList.contains('hidden')) {\n panel.classList.remove('hidden');\n } else {\n panel.classList.add('hidden');\n }\n });\n\n // Basic image prefill behavior: if images fail to load, retain accessible alt text\n document.querySelectorAll('img[data-gen-id]').forEach(img =\u003e {\n img.addEventListener('error', () =\u003e {\n img.style.display = 'none';\n });\n });\n \u003c/script\u003e\n\u003c/body\u003e\n\u003c/html\u003e","mainCss":null,"sectionCss":null,"form_id":null,"gdpr":null,"badge":null,"header_script":"","body_script":null,"redirect_url":null,"webhook":null,"page_type":"general","builder_type":"canvas"}},"__N_SSP":true},"page":"/[slug]","query":{"slug":"bossillion-technology-home-hpzf3tq9lhl"},"buildId":"u37vICyHbDZA5qcApTrL5","isFallback":false,"isExperimentalCompile":false,"gssp":true,"scriptLoader":[]}</script></body></html>