Spaces:
Running
Running
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
<title>Connect AI - Smart Access & Surveillance Solutions</title> | |
<script src="https://cdn.tailwindcss.com"></script> | |
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css"> | |
<style> | |
.gradient-bg { | |
background: linear-gradient(135deg, #1e3a8a 0%, #0ea5e9 100%); | |
} | |
.card-hover:hover { | |
transform: translateY(-5px); | |
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04); | |
} | |
.video-container { | |
position: relative; | |
padding-bottom: 56.25%; | |
height: 0; | |
overflow: hidden; | |
} | |
.video-container iframe { | |
position: absolute; | |
top: 0; | |
left: 0; | |
width: 100%; | |
height: 100%; | |
} | |
.feature-icon { | |
transition: all 0.3s ease; | |
} | |
.feature-card:hover .feature-icon { | |
transform: scale(1.1); | |
} | |
.nav-link { | |
position: relative; | |
} | |
.nav-link:after { | |
content: ''; | |
position: absolute; | |
width: 0; | |
height: 2px; | |
bottom: -2px; | |
left: 0; | |
background-color: #3b82f6; | |
transition: width 0.3s ease; | |
} | |
.nav-link:hover:after { | |
width: 100%; | |
} | |
</style> | |
</head> | |
<body class="font-sans antialiased text-gray-800"> | |
<!-- Header --> | |
<header class="gradient-bg text-white sticky top-0 z-50 shadow-lg"> | |
<div class="container mx-auto px-6 py-4"> | |
<div class="flex items-center justify-between"> | |
<div class="flex items-center"> | |
<div class="mr-4"> | |
<i class="fas fa-robot text-3xl text-blue-300"></i> | |
</div> | |
<div> | |
<h1 class="text-2xl font-bold">Connect<span class="text-blue-300">AI</span></h1> | |
<p class="text-xs text-blue-200">Smart Access & Surveillance</p> | |
</div> | |
</div> | |
<nav class="hidden md:flex space-x-8"> | |
<a href="#home" class="nav-link text-white hover:text-blue-300 font-medium">Home</a> | |
<a href="#features" class="nav-link text-white hover:text-blue-300 font-medium">Features</a> | |
<a href="#solutions" class="nav-link text-white hover:text-blue-300 font-medium">Solutions</a> | |
<a href="#pricing" class="nav-link text-white hover:text-blue-300 font-medium">Pricing</a> | |
<a href="#contact" class="nav-link text-white hover:text-blue-300 font-medium">Contact</a> | |
</nav> | |
<div class="md:hidden"> | |
<button id="menu-toggle" class="text-white focus:outline-none"> | |
<i class="fas fa-bars text-2xl"></i> | |
</button> | |
</div> | |
</div> | |
</div> | |
<!-- Mobile menu --> | |
<div id="mobile-menu" class="hidden md:hidden gradient-bg px-6 pb-4"> | |
<div class="flex flex-col space-y-3"> | |
<a href="#home" class="text-white hover:text-blue-300 font-medium">Home</a> | |
<a href="#features" class="text-white hover:text-blue-300 font-medium">Features</a> | |
<a href="#solutions" class="text-white hover:text-blue-300 font-medium">Solutions</a> | |
<a href="#pricing" class="text-white hover:text-blue-300 font-medium">Pricing</a> | |
<a href="#contact" class="text-white hover:text-blue-300 font-medium">Contact</a> | |
</div> | |
</div> | |
</header> | |
<!-- Hero Section --> | |
<section id="home" class="gradient-bg text-white py-20"> | |
<div class="container mx-auto px-6 flex flex-col md:flex-row items-center"> | |
<div class="md:w-1/2 mb-10 md:mb-0"> | |
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-4"> | |
Next-Gen Access Control <br>with <span class="text-blue-300">AI & RFID</span> | |
</h1> | |
<p class="text-xl md:text-2xl mb-8 text-blue-100"> | |
Secure your premises with our advanced facial recognition and RFID automation system. | |
</p> | |
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4"> | |
<a href="#contact" class="bg-white text-blue-600 hover:bg-blue-50 px-8 py-3 rounded-lg font-semibold text-center transition duration-300"> | |
Get Started | |
</a> | |
<a href="#features" class="border-2 border-white text-white hover:bg-blue-700 px-8 py-3 rounded-lg font-semibold text-center transition duration-300"> | |
Learn More | |
</a> | |
</div> | |
</div> | |
<div class="md:w-1/2"> | |
<div class="video-container rounded-xl shadow-2xl overflow-hidden"> | |
<iframe src="https://www.youtube.com/embed/dQw4w9WgXcQ" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Trusted By Section --> | |
<section class="bg-gray-50 py-12"> | |
<div class="container mx-auto px-6"> | |
<h2 class="text-center text-gray-500 text-sm font-semibold uppercase tracking-wider mb-8"> | |
Trusted by industry leaders | |
</h2> | |
<div class="flex flex-wrap justify-center items-center gap-8 md:gap-16"> | |
<div class="h-12 flex items-center"> | |
<i class="fab fa-microsoft text-4xl text-gray-500 hover:text-blue-600 transition"></i> | |
</div> | |
<div class="h-12 flex items-center"> | |
<i class="fab fa-google text-4xl text-gray-500 hover:text-blue-600 transition"></i> | |
</div> | |
<div class="h-12 flex items-center"> | |
<i class="fab fa-amazon text-4xl text-gray-500 hover:text-blue-600 transition"></i> | |
</div> | |
<div class="h-12 flex items-center"> | |
<i class="fab fa-apple text-4xl text-gray-500 hover:text-blue-600 transition"></i> | |
</div> | |
<div class="h-12 flex items-center"> | |
<i class="fab fa-ubuntu text-4xl text-gray-500 hover:text-blue-600 transition"></i> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Features Section --> | |
<section id="features" class="py-20 bg-white"> | |
<div class="container mx-auto px-6"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4"> | |
Advanced Security <span class="text-blue-600">Features</span> | |
</h2> | |
<p class="text-xl text-gray-600 max-w-2xl mx-auto"> | |
Our system combines cutting-edge technologies to deliver unparalleled security and convenience. | |
</p> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8"> | |
<!-- Feature 1 --> | |
<div class="feature-card bg-gray-50 rounded-xl p-8 transition duration-300 hover:shadow-lg"> | |
<div class="w-16 h-16 gradient-bg rounded-full flex items-center justify-center mb-6"> | |
<i class="fas fa-id-card feature-icon text-white text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold text-gray-800 mb-3">RFID Access Control</h3> | |
<p class="text-gray-600"> | |
Seamless entry with RFID cards or tags. Our system supports multiple authentication levels and instant deactivation of lost credentials. | |
</p> | |
</div> | |
<!-- Feature 2 --> | |
<div class="feature-card bg-gray-50 rounded-xl p-8 transition duration-300 hover:shadow-lg"> | |
<div class="w-16 h-16 gradient-bg rounded-full flex items-center justify-center mb-6"> | |
<i class="fas fa-user-shield feature-icon text-white text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold text-gray-800 mb-3">Facial Recognition</h3> | |
<p class="text-gray-600"> | |
State-of-the-art facial recognition with 99.8% accuracy. Works in various lighting conditions and detects masks or disguises. | |
</p> | |
</div> | |
<!-- Feature 3 --> | |
<div class="feature-card bg-gray-50 rounded-xl p-8 transition duration-300 hover:shadow-lg"> | |
<div class="w-16 h-16 gradient-bg rounded-full flex items-center justify-center mb-6"> | |
<i class="fas fa-bell feature-icon text-white text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold text-gray-800 mb-3">Real-time Alerts</h3> | |
<p class="text-gray-600"> | |
Instant notifications for unauthorized access attempts, tailgating, or suspicious activities sent directly to your devices. | |
</p> | |
</div> | |
<!-- Feature 4 --> | |
<div class="feature-card bg-gray-50 rounded-xl p-8 transition duration-300 hover:shadow-lg"> | |
<div class="w-16 h-16 gradient-bg rounded-full flex items-center justify-center mb-6"> | |
<i class="fas fa-cloud feature-icon text-white text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold text-gray-800 mb-3">Cloud Integration</h3> | |
<p class="text-gray-600"> | |
All access logs and facial recognition data securely stored in the cloud with military-grade encryption and easy retrieval. | |
</p> | |
</div> | |
<!-- Feature 5 --> | |
<div class="feature-card bg-gray-50 rounded-xl p-8 transition duration-300 hover:shadow-lg"> | |
<div class="w-16 h-16 gradient-bg rounded-full flex items-center justify-center mb-6"> | |
<i class="fas fa-mobile-alt feature-icon text-white text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold text-gray-800 mb-3">Mobile Management</h3> | |
<p class="text-gray-600"> | |
Complete system control from your smartphone. Grant temporary access, view live feeds, or check logs anytime, anywhere. | |
</p> | |
</div> | |
<!-- Feature 6 --> | |
<div class="feature-card bg-gray-50 rounded-xl p-8 transition duration-300 hover:shadow-lg"> | |
<div class="w-16 h-16 gradient-bg rounded-full flex items-center justify-center mb-6"> | |
<i class="fas fa-chart-line feature-icon text-white text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold text-gray-800 mb-3">Analytics Dashboard</h3> | |
<p class="text-gray-600"> | |
Comprehensive analytics on access patterns, peak hours, and security incidents with customizable reports and export options. | |
</p> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Solutions Section --> | |
<section id="solutions" class="py-20 bg-gray-50"> | |
<div class="container mx-auto px-6"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4"> | |
Tailored <span class="text-blue-600">Solutions</span> for Every Need | |
</h2> | |
<p class="text-xl text-gray-600 max-w-2xl mx-auto"> | |
Our system adapts to various environments and security requirements. | |
</p> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
<!-- Solution 1 --> | |
<div class="bg-white rounded-xl overflow-hidden shadow-lg card-hover transition duration-300"> | |
<div class="h-48 gradient-bg flex items-center justify-center"> | |
<i class="fas fa-building text-white text-6xl"></i> | |
</div> | |
<div class="p-8"> | |
<h3 class="text-xl font-bold text-gray-800 mb-3">Corporate Offices</h3> | |
<p class="text-gray-600 mb-4"> | |
Secure your business premises with multi-factor authentication, visitor management, and employee tracking. | |
</p> | |
<ul class="space-y-2 text-gray-600"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Department-specific access levels</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Visitor pre-registration system</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Integration with HR systems</span> | |
</li> | |
</ul> | |
</div> | |
</div> | |
<!-- Solution 2 --> | |
<div class="bg-white rounded-xl overflow-hidden shadow-lg card-hover transition duration-300"> | |
<div class="h-48 gradient-bg flex items-center justify-center"> | |
<i class="fas fa-home text-white text-6xl"></i> | |
</div> | |
<div class="p-8"> | |
<h3 class="text-xl font-bold text-gray-800 mb-3">Residential Complexes</h3> | |
<p class="text-gray-600 mb-4"> | |
Protect your residents with smart access control for gates, elevators, and common areas. | |
</p> | |
<ul class="space-y-2 text-gray-600"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Resident mobile app integration</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Delivery personnel management</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Emergency lockdown features</span> | |
</li> | |
</ul> | |
</div> | |
</div> | |
<!-- Solution 3 --> | |
<div class="bg-white rounded-xl overflow-hidden shadow-lg card-hover transition duration-300"> | |
<div class="h-48 gradient-bg flex items-center justify-center"> | |
<i class="fas fa-industry text-white text-6xl"></i> | |
</div> | |
<div class="p-8"> | |
<h3 class="text-xl font-bold text-gray-800 mb-3">Industrial Facilities</h3> | |
<p class="text-gray-600 mb-4"> | |
High-security solutions for restricted areas, hazardous zones, and equipment access. | |
</p> | |
<ul class="space-y-2 text-gray-600"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>PPE detection and enforcement</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Time-based access restrictions</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Integration with safety systems</span> | |
</li> | |
</ul> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- How It Works Section --> | |
<section class="py-20 bg-white"> | |
<div class="container mx-auto px-6"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4"> | |
How Connect<span class="text-blue-600">AI</span> Works | |
</h2> | |
<p class="text-xl text-gray-600 max-w-2xl mx-auto"> | |
Simple setup, intelligent operation, powerful results. | |
</p> | |
</div> | |
<div class="flex flex-col md:flex-row items-center"> | |
<div class="md:w-1/2 mb-10 md:mb-0"> | |
<div class="relative"> | |
<div class="absolute -left-4 -top-4 w-32 h-32 rounded-full bg-blue-100 opacity-50"></div> | |
<div class="absolute -right-4 -bottom-4 w-32 h-32 rounded-full bg-blue-100 opacity-50"></div> | |
<div class="relative bg-gray-50 rounded-xl p-8 shadow-lg"> | |
<div class="flex items-start mb-8"> | |
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center mr-4"> | |
<span class="text-white font-bold">1</span> | |
</div> | |
<div> | |
<h3 class="text-lg font-bold text-gray-800 mb-2">Installation</h3> | |
<p class="text-gray-600"> | |
Our certified technicians install RFID readers and high-resolution cameras at all entry points. | |
</p> | |
</div> | |
</div> | |
<div class="flex items-start mb-8"> | |
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center mr-4"> | |
<span class="text-white font-bold">2</span> | |
</div> | |
<div> | |
<h3 class="text-lg font-bold text-gray-800 mb-2">Enrollment</h3> | |
<p class="text-gray-600"> | |
Authorized personnel are enrolled in the system with RFID credentials and facial biometrics. | |
</p> | |
</div> | |
</div> | |
<div class="flex items-start"> | |
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center mr-4"> | |
<span class="text-white font-bold">3</span> | |
</div> | |
<div> | |
<h3 class="text-lg font-bold text-gray-800 mb-2">Operation</h3> | |
<p class="text-gray-600"> | |
The system automatically grants or denies access based on real-time authentication. | |
</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
<div class="md:w-1/2"> | |
<div class="bg-gray-50 rounded-xl p-8 shadow-lg"> | |
<div class="flex items-center mb-6"> | |
<div class="w-16 h-16 gradient-bg rounded-full flex items-center justify-center mr-4"> | |
<i class="fas fa-shield-alt text-white text-2xl"></i> | |
</div> | |
<h3 class="text-xl font-bold text-gray-800">Security Benefits</h3> | |
</div> | |
<div class="space-y-6"> | |
<div class="flex items-start"> | |
<div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center mr-4 mt-1"> | |
<i class="fas fa-check text-blue-600 text-sm"></i> | |
</div> | |
<div> | |
<h4 class="font-semibold text-gray-800">Eliminate Unauthorized Access</h4> | |
<p class="text-gray-600"> | |
Our multi-factor authentication ensures only authorized individuals can enter secured areas. | |
</p> | |
</div> | |
</div> | |
<div class="flex items-start"> | |
<div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center mr-4 mt-1"> | |
<i class="fas fa-check text-blue-600 text-sm"></i> | |
</div> | |
<div> | |
<h4 class="font-semibold text-gray-800">Comprehensive Audit Trails</h4> | |
<p class="text-gray-600"> | |
Every access attempt is logged with timestamp, location, and authentication method. | |
</p> | |
</div> | |
</div> | |
<div class="flex items-start"> | |
<div class="w-8 h-8 bg-blue-100 rounded-full flex items-center justify-center mr-4 mt-1"> | |
<i class="fas fa-check text-blue-600 text-sm"></i> | |
</div> | |
<div> | |
<h4 class="font-semibold text-gray-800">Instant Threat Detection</h4> | |
<p class="text-gray-600"> | |
The system identifies and alerts on suspicious behavior patterns or unauthorized access attempts. | |
</p> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Pricing Section --> | |
<section id="pricing" class="py-20 bg-gray-50"> | |
<div class="container mx-auto px-6"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4"> | |
Simple, Transparent <span class="text-blue-600">Pricing</span> | |
</h2> | |
<p class="text-xl text-gray-600 max-w-2xl mx-auto"> | |
Choose the plan that fits your security needs. | |
</p> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8 max-w-5xl mx-auto"> | |
<!-- Basic Plan --> | |
<div class="bg-white rounded-xl shadow-lg overflow-hidden"> | |
<div class="gradient-bg text-white py-6 px-8"> | |
<h3 class="text-xl font-bold">Starter</h3> | |
<p class="text-blue-100">Small businesses & offices</p> | |
</div> | |
<div class="p-8"> | |
<div class="mb-6"> | |
<span class="text-4xl font-bold text-gray-800">$99</span> | |
<span class="text-gray-600">/month</span> | |
</div> | |
<ul class="space-y-4 mb-8"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Up to 5 entry points</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>50 RFID credentials</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Basic facial recognition</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Email alerts</span> | |
</li> | |
<li class="flex items-start text-gray-400"> | |
<i class="fas fa-times mt-1 mr-2"></i> | |
<span>No mobile app</span> | |
</li> | |
<li class="flex items-start text-gray-400"> | |
<i class="fas fa-times mt-1 mr-2"></i> | |
<span>No analytics dashboard</span> | |
</li> | |
</ul> | |
<a href="#contact" class="block w-full bg-gray-100 hover:bg-gray-200 text-gray-800 font-semibold py-3 px-4 rounded-lg text-center transition duration-300"> | |
Get Started | |
</a> | |
</div> | |
</div> | |
<!-- Professional Plan --> | |
<div class="bg-white rounded-xl shadow-xl overflow-hidden transform scale-105"> | |
<div class="relative"> | |
<div class="absolute top-0 right-0 bg-yellow-400 text-xs font-bold px-3 py-1 rounded-bl-lg"> | |
POPULAR | |
</div> | |
<div class="gradient-bg text-white py-6 px-8"> | |
<h3 class="text-xl font-bold">Professional</h3> | |
<p class="text-blue-100">Medium businesses & residential</p> | |
</div> | |
</div> | |
<div class="p-8"> | |
<div class="mb-6"> | |
<span class="text-4xl font-bold text-gray-800">$299</span> | |
<span class="text-gray-600">/month</span> | |
</div> | |
<ul class="space-y-4 mb-8"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Up to 15 entry points</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>200 RFID credentials</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Advanced facial recognition</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Push notifications</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Mobile app included</span> | |
</li> | |
<li class="flex items-start text-gray-400"> | |
<i class="fas fa-times mt-1 mr-2"></i> | |
<span>Basic analytics only</span> | |
</li> | |
</ul> | |
<a href="#contact" class="block w-full gradient-bg hover:opacity-90 text-white font-semibold py-3 px-4 rounded-lg text-center transition duration-300"> | |
Get Started | |
</a> | |
</div> | |
</div> | |
<!-- Enterprise Plan --> | |
<div class="bg-white rounded-xl shadow-lg overflow-hidden"> | |
<div class="gradient-bg text-white py-6 px-8"> | |
<h3 class="text-xl font-bold">Enterprise</h3> | |
<p class="text-blue-100">Large facilities & industrial</p> | |
</div> | |
<div class="p-8"> | |
<div class="mb-6"> | |
<span class="text-4xl font-bold text-gray-800">$899</span> | |
<span class="text-gray-600">/month</span> | |
</div> | |
<ul class="space-y-4 mb-8"> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Unlimited entry points</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Unlimited RFID credentials</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Premium facial recognition</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Multi-channel alerts</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Mobile app + web portal</span> | |
</li> | |
<li class="flex items-start"> | |
<i class="fas fa-check text-green-500 mt-1 mr-2"></i> | |
<span>Advanced analytics dashboard</span> | |
</li> | |
</ul> | |
<a href="#contact" class="block w-full bg-gray-100 hover:bg-gray-200 text-gray-800 font-semibold py-3 px-4 rounded-lg text-center transition duration-300"> | |
Get Started | |
</a> | |
</div> | |
</div> | |
</div> | |
<div class="mt-12 text-center"> | |
<p class="text-gray-600 mb-4">Need a custom solution for your organization?</p> | |
<a href="#contact" class="inline-block border-2 border-blue-600 text-blue-600 hover:bg-blue-600 hover:text-white px-6 py-2 rounded-lg font-semibold transition duration-300"> | |
Contact Sales | |
</a> | |
</div> | |
</div> | |
</section> | |
<!-- Testimonials Section --> | |
<section class="py-20 bg-white"> | |
<div class="container mx-auto px-6"> | |
<div class="text-center mb-16"> | |
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-4"> | |
What Our <span class="text-blue-600">Clients</span> Say | |
</h2> | |
<p class="text-xl text-gray-600 max-w-2xl mx-auto"> | |
Don't just take our word for it - hear from our satisfied customers. | |
</p> | |
</div> | |
<div class="grid grid-cols-1 md:grid-cols-3 gap-8"> | |
<!-- Testimonial 1 --> | |
<div class="bg-gray-50 rounded-xl p-8"> | |
<div class="flex items-center mb-6"> | |
<div class="w-12 h-12 rounded-full overflow-hidden mr-4"> | |
<img src="https://randomuser.me/api/portraits/women/43.jpg" alt="Sarah Johnson" class="w-full h-full object-cover"> | |
</div> | |
<div> | |
<h4 class="font-bold text-gray-800">Sarah Johnson</h4> | |
<p class="text-gray-600 text-sm">Office Manager, TechCorp</p> | |
</div> | |
</div> | |
<p class="text-gray-600 italic mb-4"> | |
"Since implementing ConnectAI, our office security has improved dramatically. The facial recognition is incredibly accurate and our employees love the convenience." | |
</p> | |
<div class="flex text-yellow-400"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
</div> | |
</div> | |
<!-- Testimonial 2 --> | |
<div class="bg-gray-50 rounded-xl p-8"> | |
<div class="flex items-center mb-6"> | |
<div class="w-12 h-12 rounded-full overflow-hidden mr-4"> | |
<img src="https://randomuser.me/api/portraits/men/32.jpg" alt="Michael Chen" class="w-full h-full object-cover"> | |
</div> | |
<div> | |
<h4 class="font-bold text-gray-800">Michael Chen</h4> | |
<p class="text-gray-600 text-sm">Security Director, LuxeResidences</p> | |
</div> | |
</div> | |
<p class="text-gray-600 italic mb-4"> | |
"The RFID system integrated perfectly with our existing infrastructure. The real-time alerts have helped us prevent several unauthorized access attempts." | |
</p> | |
<div class="flex text-yellow-400"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
</div> | |
</div> | |
<!-- Testimonial 3 --> | |
<div class="bg-gray-50 rounded-xl p-8"> | |
<div class="flex items-center mb-6"> | |
<div class="w-12 h-12 rounded-full overflow-hidden mr-4"> | |
<img src="https://randomuser.me/api/portraits/men/75.jpg" alt="David Rodriguez" class="w-full h-full object-cover"> | |
</div> | |
<div> | |
<h4 class="font-bold text-gray-800">David Rodriguez</h4> | |
<p class="text-gray-600 text-sm">Facilities Manager, InduTech</p> | |
</div> | |
</div> | |
<p class="text-gray-600 italic mb-4"> | |
"The analytics dashboard gives us incredible insights into access patterns. We've optimized our security staffing based on the data." | |
</p> | |
<div class="flex text-yellow-400"> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star"></i> | |
<i class="fas fa-star-half-alt"></i> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- CTA Section --> | |
<section class="gradient-bg text-white py-20"> | |
<div class="container mx-auto px-6 text-center"> | |
<h2 class="text-3xl md:text-4xl font-bold mb-6"> | |
Ready to Transform Your Security? | |
</h2> | |
<p class="text-xl text-blue-100 max-w-2xl mx-auto mb-8"> | |
Schedule a free consultation with our security experts to discuss your needs. | |
</p> | |
<a href="#contact" class="inline-block bg-white hover:bg-blue-50 text-blue-600 px-8 py-4 rounded-lg font-semibold text-lg transition duration-300"> | |
Get a Free Demo | |
</a> | |
</div> | |
</section> | |
<!-- Contact Section --> | |
<section id="contact" class="py-20 bg-white"> | |
<div class="container mx-auto px-6"> | |
<div class="flex flex-col md:flex-row"> | |
<div class="md:w-1/2 mb-10 md:mb-0"> | |
<h2 class="text-3xl md:text-4xl font-bold text-gray-800 mb-6"> | |
Get in <span class="text-blue-600">Touch</span> | |
</h2> | |
<p class="text-gray-600 mb-8 text-lg"> | |
Have questions about our solutions? Our team is here to help. | |
</p> | |
<div class="space-y-6"> | |
<div class="flex items-start"> | |
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center mr-4"> | |
<i class="fas fa-map-marker-alt text-white"></i> | |
</div> | |
<div> | |
<h4 class="font-bold text-gray-800">Our Location</h4> | |
<p class="text-gray-600">123 Security Lane, Tech City, TC 10101</p> | |
</div> | |
</div> | |
<div class="flex items-start"> | |
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center mr-4"> | |
<i class="fas fa-phone-alt text-white"></i> | |
</div> | |
<div> | |
<h4 class="font-bold text-gray-800">Phone Number</h4> | |
<p class="text-gray-600">+1 (555) 123-4567</p> | |
</div> | |
</div> | |
<div class="flex items-start"> | |
<div class="w-12 h-12 gradient-bg rounded-full flex items-center justify-center mr-4"> | |
<i class="fas fa-envelope text-white"></i> | |
</div> | |
<div> | |
<h4 class="font-bold text-gray-800">Email Address</h4> | |
<p class="text-gray-600">info@connectai.example</p> | |
</div> | |
</div> | |
</div> | |
<div class="mt-12"> | |
<h4 class="font-bold text-gray-800 mb-4">Follow Us</h4> | |
<div class="flex space-x-4"> | |
<a href="#" class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center text-white hover:opacity-90 transition"> | |
<i class="fab fa-facebook-f"></i> | |
</a> | |
<a href="#" class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center text-white hover:opacity-90 transition"> | |
<i class="fab fa-twitter"></i> | |
</a> | |
<a href="#" class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center text-white hover:opacity-90 transition"> | |
<i class="fab fa-linkedin-in"></i> | |
</a> | |
<a href="#" class="w-10 h-10 rounded-full gradient-bg flex items-center justify-center text-white hover:opacity-90 transition"> | |
<i class="fab fa-instagram"></i> | |
</a> | |
</div> | |
</div> | |
</div> | |
<div class="md:w-1/2"> | |
<div class="bg-gray-50 rounded-xl p-8 shadow-lg"> | |
<h3 class="text-2xl font-bold text-gray-800 mb-6">Send Us a Message</h3> | |
<form id="contactForm"> | |
<div class="mb-6"> | |
<label for="name" class="block text-gray-700 font-medium mb-2">Full Name</label> | |
<input type="text" id="name" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent" required> | |
</div> | |
<div class="mb-6"> | |
<label for="email" class="block text-gray-700 font-medium mb-2">Email Address</label> | |
<input type="email" id="email" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent" required> | |
</div> | |
<div class="mb-6"> | |
<label for="phone" class="block text-gray-700 font-medium mb-2">Phone Number</label> | |
<input type="tel" id="phone" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent"> | |
</div> | |
<div class="mb-6"> | |
<label for="company" class="block text-gray-700 font-medium mb-2">Company Name</label> | |
<input type="text" id="company" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent"> | |
</div> | |
<div class="mb-6"> | |
<label for="message" class="block text-gray-700 font-medium mb-2">Your Message</label> | |
<textarea id="message" rows="4" class="w-full px-4 py-3 rounded-lg border border-gray-300 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:border-transparent" required></textarea> | |
</div> | |
<button type="submit" class="w-full gradient-bg hover:opacity-90 text-white font-semibold py-3 px-4 rounded-lg transition duration-300"> | |
Send Message | |
</button> | |
</form> | |
</div> | |
</div> | |
</div> | |
</div> | |
</section> | |
<!-- Footer --> | |
<footer class="bg-gray-900 text-white py-12"> | |
<div class="container mx-auto px-6"> | |
<div class="grid grid-cols-1 md:grid-cols-4 gap-8"> | |
<div> | |
<div class="flex items-center mb-4"> | |
<i class="fas fa-robot text-2xl text-blue-400 mr-2"></i> | |
<h3 class="text-xl font-bold">Connect<span class="text-blue-400">AI</span></h3> | |
</div> | |
<p class="text-gray-400"> | |
Advanced access control and surveillance solutions powered by AI, RFID, and facial recognition technologies. | |
</p> | |
</div> | |
<div> | |
<h4 class="text-lg font-semibold mb-4">Quick Links</h4> | |
<ul class="space-y-2"> | |
<li><a href="#home" class="text-gray-400 hover:text-white transition">Home</a></li> | |
<li><a href="#features" class="text-gray-400 hover:text-white transition">Features</a></li> | |
<li><a href="#solutions" class="text-gray-400 hover:text-white transition">Solutions</a></li> | |
<li><a href="#pricing" class="text-gray-400 hover:text-white transition">Pricing</a></li> | |
<li><a href="#contact" class="text-gray-400 hover:text-white transition">Contact</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="text-lg font-semibold mb-4">Solutions</h4> | |
<ul class="space-y-2"> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Corporate Security</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Residential Access</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Industrial Facilities</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Healthcare Security</a></li> | |
<li><a href="#" class="text-gray-400 hover:text-white transition">Education Campuses</a></li> | |
</ul> | |
</div> | |
<div> | |
<h4 class="text-lg font-semibold mb-4">Newsletter</h4> | |
<p class="text-gray-400 mb-4"> | |
Subscribe to our newsletter for the latest updates and security insights. | |
</p> | |
<form class="flex"> | |
<input type="email" placeholder="Your email" class="px-4 py-2 rounded-l-lg focus:outline-none text-gray-900 w-full"> | |
<button type="submit" class="bg-blue-600 hover:bg-blue-700 px-4 py-2 rounded-r-lg transition"> | |
<i class="fas fa-paper-plane"></i> | |
</button> | |
</form> | |
</div> | |
</div> | |
<div class="border-t border-gray-800 mt-12 pt-8 flex flex-col md:flex-row justify-between items-center"> | |
<p class="text-gray-400 mb-4 md:mb-0"> | |
© 2023 ConnectAI. All rights reserved. | |
</p> | |
<div class="flex space-x-6"> | |
<a href="#" class="text-gray-400 hover:text-white transition"> | |
<i class="fab fa-facebook-f"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white transition"> | |
<i class="fab fa-twitter"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white transition"> | |
<i class="fab fa-linkedin-in"></i> | |
</a> | |
<a href="#" class="text-gray-400 hover:text-white transition"> | |
<i class="fab fa-instagram"></i> | |
</a> | |
</div> | |
</div> | |
</div> | |
</footer> | |
<script> | |
// Mobile menu toggle | |
document.getElementById('menu-toggle').addEventListener('click', function() { | |
const menu = document.getElementById('mobile-menu'); | |
menu.classList.toggle('hidden'); | |
}); | |
// Smooth scrolling for anchor links | |
document.querySelectorAll('a[href^="#"]').forEach(anchor => { | |
anchor.addEventListener('click', function (e) { | |
e.preventDefault(); | |
const targetId = this.getAttribute('href'); | |
const targetElement = document.querySelector(targetId); | |
if (targetElement) { | |
window.scrollTo({ | |
top: targetElement.offsetTop - 80, | |
behavior: 'smooth' | |
}); | |
// Close mobile menu if open | |
const mobileMenu = document.getElementById('mobile-menu'); | |
if (!mobileMenu.classList.contains('hidden')) { | |
mobileMenu.classList.add('hidden'); | |
} | |
} | |
}); | |
}); | |
// Form submission | |
document.getElementById('contactForm').addEventListener('submit', function(e) { | |
e.preventDefault(); | |
// Get form values | |
const name = document.getElementById('name').value; | |
const email = document.getElementById('email').value; | |
const phone = document.getElementById('phone').value; | |
const company = document.getElementById('company').value; | |
const message = document.getElementById('message').value; | |
// Here you would typically send the data to a server | |
// For this example, we'll just show an alert | |
alert(`Thank you, ${name}! Your message has been received. We'll contact you soon at ${email}.`); | |
// Reset form | |
this.reset(); | |
}); | |
// Animation on scroll | |
function animateOnScroll() { | |
const elements = document.querySelectorAll('.feature-card, .card-hover'); | |
elements.forEach(element => { | |
const elementPosition = element.getBoundingClientRect().top; | |
const screenPosition = window.innerHeight / 1.3; | |
if (elementPosition < screenPosition) { | |
element.style.opacity = '1'; | |
element.style.transform = 'translateY(0)'; | |
} | |
}); | |
} | |
// Set initial state for animation | |
document.querySelectorAll('.feature-card, .card-hover').forEach(element => { | |
element.style.opacity = '0'; | |
element.style.transform = 'translateY(20px)'; | |
element.style.transition = 'all 0.6s ease'; | |
}); | |
// Run animation on load and scroll | |
window.addEventListener('load', animateOnScroll); | |
window.addEventListener('scroll', animateOnScroll); | |
</script> | |
<p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=federi/connect-ai" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body> | |
</html> |