secsols-dev / index.html
smartguardai's picture
- Initial Deployment
84cd42f verified
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>AI SaaS Platform - Next Generation AI 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>
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Inter', sans-serif;
background: linear-gradient(to bottom, #f9fafb, #f3f4f6);
}
.gradient-text {
background: linear-gradient(90deg, #3b82f6, #8b5cf6);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.hero-gradient {
background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
}
.feature-card: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);
}
.particle {
position: absolute;
border-radius: 50%;
background: rgba(59, 130, 246, 0.2);
pointer-events: none;
}
.glass-effect {
backdrop-filter: blur(16px);
-webkit-backdrop-filter: blur(16px);
background-color: rgba(255, 255, 255, 0.7);
}
</style>
</head>
<body class="min-h-screen">
<!-- Navbar -->
<nav class="glass-effect fixed w-full z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between h-16">
<div class="flex items-center">
<div class="flex-shrink-0">
<span class="text-2xl font-bold gradient-text">AI<span class="text-gray-900">SaaS</span></span>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="#features" class="text-gray-700 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Features</a>
<a href="#solutions" class="text-gray-700 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Solutions</a>
<a href="#pricing" class="text-gray-700 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Pricing</a>
<a href="#testimonials" class="text-gray-700 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Testimonials</a>
</div>
</div>
</div>
<div class="hidden md:block">
<div class="ml-4 flex items-center md:ml-6">
<a href="#" class="text-gray-700 hover:text-indigo-600 px-3 py-2 rounded-md text-sm font-medium">Sign In</a>
<a href="#" class="ml-3 bg-indigo-600 text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-indigo-700 transition-colors">Sign Up</a>
</div>
</div>
<div class="-mr-2 flex md:hidden">
<button type="button" id="mobile-menu-button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-700 hover:text-indigo-600 hover:bg-gray-100 focus:outline-none">
<span class="sr-only">Open main menu</span>
<i class="fas fa-bars"></i>
</button>
</div>
</div>
</div>
<!-- Mobile menu -->
<div id="mobile-menu" class="hidden md:hidden">
<div class="px-2 pt-2 pb-3 space-y-1 sm:px-3">
<a href="#features" class="text-gray-700 hover:text-indigo-600 block px-3 py-2 rounded-md text-base font-medium">Features</a>
<a href="#solutions" class="text-gray-700 hover:text-indigo-600 block px-3 py-2 rounded-md text-base font-medium">Solutions</a>
<a href="#pricing" class="text-gray-700 hover:text-indigo-600 block px-3 py-2 rounded-md text-base font-medium">Pricing</a>
<a href="#testimonials" class="text-gray-700 hover:text-indigo-600 block px-3 py-2 rounded-md text-base font-medium">Testimonials</a>
<div class="pt-4 pb-3 border-t border-gray-200">
<a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-gray-700 hover:text-indigo-600">Sign In</a>
<a href="#" class="block px-3 py-2 rounded-md text-base font-medium text-white bg-indigo-600 hover:bg-indigo-700 mt-2">Sign Up</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<div id="particles-js" class="relative hero-gradient pt-32 pb-20 px-4 sm:px-6 lg:pt-40 lg:pb-28 lg:px-8">
<div class="max-w-7xl mx-auto">
<div class="relative z-10">
<div class="text-center">
<h1 class="text-4xl tracking-tight font-extrabold text-gray-900 sm:text-5xl md:text-6xl">
<span class="block">Transform Your Business with</span>
<span class="block gradient-text">AI-Powered Solutions</span>
</h1>
<p class="mt-3 max-w-md mx-auto text-base text-gray-600 sm:text-lg md:mt-5 md:text-xl md:max-w-3xl">
Our cutting-edge AI platform helps businesses automate processes, gain insights, and deliver exceptional customer experiences.
</p>
<div class="mt-10 flex justify-center">
<div class="rounded-md shadow">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-white bg-indigo-600 hover:bg-indigo-700 md:py-4 md:text-lg md:px-10">
Get Started
</a>
</div>
<div class="ml-3 rounded-md shadow">
<a href="#" class="w-full flex items-center justify-center px-8 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-gray-50 md:py-4 md:text-lg md:px-10">
Live Demo
</a>
</div>
</div>
</div>
</div>
<div class="mt-16 relative max-w-5xl mx-auto">
<div class="relative rounded-xl shadow-xl overflow-hidden">
<div class="absolute inset-0 bg-indigo-600 opacity-10"></div>
<div class="relative px-6 py-8 sm:p-10">
<div class="flex justify-center">
<div class="w-full max-w-3xl">
<img src="https://images.unsplash.com/photo-1551288049-bebda4e38f71?ixlib=rb-1.2.1&auto=format&fit=crop&w=1350&q=80" alt="Dashboard screenshot" class="rounded-lg shadow-2xl border border-gray-200">
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Features Section -->
<div id="features" class="py-12 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Features</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
A better way to leverage AI
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-600 lg:mx-auto">
Our platform is packed with powerful features designed to help your business thrive in the digital age.
</p>
</div>
<div class="mt-20">
<div class="grid grid-cols-1 gap-12 md:grid-cols-2 lg:grid-cols-3">
<!-- Feature 1 -->
<div class="feature-card relative transition-all duration-300 ease-in-out p-8 rounded-xl border border-gray-100 shadow-sm hover:border-indigo-100">
<div class="absolute -top-6 left-6 h-12 w-12 rounded-lg bg-indigo-50 flex items-center justify-center">
<i class="fas fa-brain text-indigo-600 text-xl"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">Smart Automation</h3>
<p class="mt-2 text-base text-gray-600">
Automate repetitive tasks with our intelligent workflows that learn and improve over time.
</p>
<div class="mt-6">
<a href="#" class="text-indigo-600 text-sm font-medium inline-flex items-center">
Learn more <i class="fas fa-chevron-right ml-1 text-xs"></i>
</a>
</div>
</div>
<!-- Feature 2 -->
<div class="feature-card relative transition-all duration-300 ease-in-out p-8 rounded-xl border border-gray-100 shadow-sm hover:border-indigo-100">
<div class="absolute -top-6 left-6 h-12 w-12 rounded-lg bg-indigo-50 flex items-center justify-center">
<i class="fas fa-chart-line text-indigo-600 text-xl"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">Advanced Analytics</h3>
<p class="mt-2 text-base text-gray-600">
Get actionable insights from your data with our powerful predictive analytics engine.
</p>
<div class="mt-6">
<a href="#" class="text-indigo-600 text-sm font-medium inline-flex items-center">
Learn more <i class="fas fa-chevron-right ml-1 text-xs"></i>
</a>
</div>
</div>
<!-- Feature 3 -->
<div class="feature-card relative transition-all duration-300 ease-in-out p-8 rounded-xl border border-gray-100 shadow-sm hover:border-indigo-100">
<div class="absolute -top-6 left-6 h-12 w-12 rounded-lg bg-indigo-50 flex items-center justify-center">
<i class="fas fa-robot text-indigo-600 text-xl"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">AI Assistants</h3>
<p class="mt-2 text-base text-gray-600">
Deploy conversational AI agents that provide 24/7 support to your customers.
</p>
<div class="mt-6">
<a href="#" class="text-indigo-600 text-sm font-medium inline-flex items-center">
Learn more <i class="fas fa-chevron-right ml-1 text-xs"></i>
</a>
</div>
</div>
<!-- Feature 4 -->
<div class="feature-card relative transition-all duration-300 ease-in-out p-8 rounded-xl border border-gray-100 shadow-sm hover:border-indigo-100">
<div class="absolute -top-6 left-6 h-12 w-12 rounded-lg bg-indigo-50 flex items-center justify-center">
<i class="fas fa-shield-alt text-indigo-600 text-xl"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">Enterprise Security</h3>
<p class="mt-2 text-base text-gray-600">
Industry-leading security with end-to-end encryption and compliance certifications.
</p>
<div class="mt-6">
<a href="#" class="text-indigo-600 text-sm font-medium inline-flex items-center">
Learn more <i class="fas fa-chevron-right ml-1 text-xs"></i>
</a>
</div>
</div>
<!-- Feature 5 -->
<div class="feature-card relative transition-all duration-300 ease-in-out p-8 rounded-xl border border-gray-100 shadow-sm hover:border-indigo-100">
<div class="absolute -top-6 left-6 h-12 w-12 rounded-lg bg-indigo-50 flex items-center justify-center">
<i class="fas fa-sync-alt text-indigo-600 text-xl"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">Seamless Integrations</h3>
<p class="mt-2 text-base text-gray-600">
Connect with your favorite tools via our extensive API and native integrations.
</p>
<div class="mt-6">
<a href="#" class="text-indigo-600 text-sm font-medium inline-flex items-center">
Learn more <i class="fas fa-chevron-right ml-1 text-xs"></i>
</a>
</div>
</div>
<!-- Feature 6 -->
<div class="feature-card relative transition-all duration-300 ease-in-out p-8 rounded-xl border border-gray-100 shadow-sm hover:border-indigo-100">
<div class="absolute -top-6 left-6 h-12 w-12 rounded-lg bg-indigo-50 flex items-center justify-center">
<i class="fas fa-cloud text-indigo-600 text-xl"></i>
</div>
<h3 class="mt-6 text-lg font-medium text-gray-900">Cloud Native</h3>
<p class="mt-2 text-base text-gray-600">
Built for the cloud with auto-scaling, high availability, and global performance.
</p>
<div class="mt-6">
<a href="#" class="text-indigo-600 text-sm font-medium inline-flex items-center">
Learn more <i class="fas fa-chevron-right ml-1 text-xs"></i>
</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Solutions Section -->
<div id="solutions" class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Solutions</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Tailored for your industry
</p>
</div>
<div class="mt-12 grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
<!-- Solution 1 -->
<div class="bg-white overflow-hidden shadow rounded-lg">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-indigo-50 rounded-md p-3">
<i class="fas fa-store text-indigo-600 text-xl"></i>
</div>
<div class="ml-5 w-0 flex-1">
<h3 class="text-lg font-medium text-gray-900">Retail & E-commerce</h3>
</div>
</div>
<div class="mt-4">
<p class="text-base text-gray-600">
Personalized recommendations, inventory optimization, and AI-powered customer service to boost your sales.
</p>
</div>
</div>
<div class="bg-gray-50 px-4 py-4 sm:px-6">
<div class="text-sm">
<a href="#" class="font-medium text-indigo-600 hover:text-indigo-500"> Explore solution </a>
</div>
</div>
</div>
<!-- Solution 2 -->
<div class="bg-white overflow-hidden shadow rounded-lg">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-indigo-50 rounded-md p-3">
<i class="fas fa-heartbeat text-indigo-600 text-xl"></i>
</div>
<div class="ml-5 w-0 flex-1">
<h3 class="text-lg font-medium text-gray-900">Healthcare</h3>
</div>
</div>
<div class="mt-4">
<p class="text-base text-gray-600">
Predictive diagnostics, patient monitoring, and automated administrative tasks to improve care.
</p>
</div>
</div>
<div class="bg-gray-50 px-4 py-4 sm:px-6">
<div class="text-sm">
<a href="#" class="font-medium text-indigo-600 hover:text-indigo-500"> Explore solution </a>
</div>
</div>
</div>
<!-- Solution 3 -->
<div class="bg-white overflow-hidden shadow rounded-lg">
<div class="px-4 py-5 sm:p-6">
<div class="flex items-center">
<div class="flex-shrink-0 bg-indigo-50 rounded-md p-3">
<i class="fas fa-university text-indigo-600 text-xl"></i>
</div>
<div class="ml-5 w-0 flex-1">
<h3 class="text-lg font-medium text-gray-900">Financial Services</h3>
</div>
</div>
<div class="mt-4">
<p class="text-base text-gray-600">
Fraud detection, risk assessment, and personalized financial advice powered by AI.
</p>
</div>
</div>
<div class="bg-gray-50 px-4 py-4 sm:px-6">
<div class="text-sm">
<a href="#" class="font-medium text-indigo-600 hover:text-indigo-500"> Explore solution </a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- Pricing Section -->
<div id="pricing" class="py-16 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Pricing</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Simple, transparent pricing
</p>
<p class="mt-4 max-w-2xl text-xl text-gray-600 mx-auto">
Start for free, then upgrade as you grow. No hidden fees, cancel anytime.
</p>
</div>
<div class="mt-16 space-y-8 lg:space-y-0 lg:grid lg:grid-cols-3 lg:gap-x-8">
<!-- Free Tier -->
<div class="relative p-8 bg-white border border-gray-200 rounded-2xl shadow-sm">
<div class="absolute -top-4 left-6 bg-gray-100 text-gray-600 text-sm font-semibold px-3 py-1 rounded-full">
Free forever
</div>
<div class="mb-6">
<h3 class="text-lg font-medium text-gray-900">Starter</h3>
<p class="mt-4">
<span class="text-4xl font-extrabold text-gray-900">$0</span>
<span class="text-base font-medium text-gray-500">/month</span>
</p>
<p class="mt-4 text-sm text-gray-500">
Perfect for individuals and small teams getting started with AI.
</p>
</div>
<ul class="space-y-4">
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">10,000 API calls/month</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Basic AI models</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Community support</span>
</li>
</ul>
<a href="#" class="mt-8 block w-full py-3 px-6 border border-gray-200 rounded-md text-center text-sm font-medium text-gray-900 hover:bg-gray-50">
Get started
</a>
</div>
<!-- Pro Tier -->
<div class="relative p-8 bg-white border-2 border-indigo-600 rounded-2xl shadow-lg">
<div class="absolute -top-4 left-6 bg-indigo-100 text-indigo-800 text-sm font-semibold px-3 py-1 rounded-full">
Most popular
</div>
<div class="mb-6">
<h3 class="text-lg font-medium text-gray-900">Professional</h3>
<p class="mt-4">
<span class="text-4xl font-extrabold text-gray-900">$99</span>
<span class="text-base font-medium text-gray-500">/month</span>
</p>
<p class="mt-4 text-sm text-gray-500">
For growing businesses that need more power and flexibility.
</p>
</div>
<ul class="space-y-4">
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">100,000 API calls/month</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Advanced AI models</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Priority support</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Custom integrations</span>
</li>
</ul>
<a href="#" class="mt-8 block w-full py-3 px-6 border border-transparent rounded-md text-center text-sm font-medium text-white bg-indigo-600 hover:bg-indigo-700">
Start free trial
</a>
</div>
<!-- Enterprise Tier -->
<div class="relative p-8 bg-white border border-gray-200 rounded-2xl shadow-sm">
<div class="mb-6">
<h3 class="text-lg font-medium text-gray-900">Enterprise</h3>
<p class="mt-4">
<span class="text-4xl font-extrabold text-gray-900">Custom</span>
</p>
<p class="mt-4 text-sm text-gray-500">
For organizations with custom needs and large-scale deployments.
</p>
</div>
<ul class="space-y-4">
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Unlimited API calls</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Premium AI models</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">24/7 dedicated support</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">Custom model training</span>
</li>
<li class="flex items-start">
<i class="fas fa-check text-indigo-500 mt-0.5 mr-2"></i>
<span class="text-base text-gray-600">On-premise deployment</span>
</li>
</ul>
<a href="#" class="mt-8 block w-full py-3 px-6 border border-gray-200 rounded-md text-center text-sm font-medium text-gray-900 hover:bg-gray-50">
Contact sales
</a>
</div>
</div>
</div>
</div>
<!-- Testimonials Section -->
<div id="testimonials" class="py-16 bg-gray-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:text-center">
<h2 class="text-base text-indigo-600 font-semibold tracking-wide uppercase">Testimonials</h2>
<p class="mt-2 text-3xl leading-8 font-extrabold tracking-tight text-gray-900 sm:text-4xl">
Trusted by leading companies
</p>
</div>
<div class="mt-12 grid grid-cols-1 gap-8 md:grid-cols-2 lg:grid-cols-3">
<!-- Testimonial 1 -->
<div class="bg-white p-6 rounded-lg shadow">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1494790108377-be9c29b29330?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="Sarah Johnson">
</div>
<div class="ml-4">
<h4 class="text-sm font-bold text-gray-900">Sarah Johnson</h4>
<p class="text-sm text-gray-500">CTO at TechCorp</p>
</div>
</div>
<div class="mt-4">
<p class="text-gray-600 italic">
"AI SaaS has transformed our customer service operations. Our response times have improved by 70% and customer satisfaction scores are at an all-time high."
</p>
</div>
<div class="mt-4 flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-white p-6 rounded-lg shadow">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="Michael Chen">
</div>
<div class="ml-4">
<h4 class="text-sm font-bold text-gray-900">Michael Chen</h4>
<p class="text-sm text-gray-500">Director of AI at RetailX</p>
</div>
</div>
<div class="mt-4">
<p class="text-gray-600 italic">
"The predictive analytics capabilities have helped us optimize our inventory and reduce waste by 35%. The ROI was evident within the first quarter."
</p>
</div>
<div class="mt-4 flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
<!-- Testimonial 3 -->
<div class="bg-white p-6 rounded-lg shadow">
<div class="flex items-center">
<div class="flex-shrink-0">
<img class="h-12 w-12 rounded-full" src="https://images.unsplash.com/photo-1487412720507-e7ab37603fc6?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="Emma Rodriguez">
</div>
<div class="ml-4">
<h4 class="text-sm font-bold text-gray-900">Emma Rodriguez</h4>
<p class="text-sm text-gray-500">VP of Product at HealthPlus</p>
</div>
</div>
<div class="mt-4">
<p class="text-gray-600 italic">
"Implementing AI SaaS was seamless and their team provided exceptional support. We've automated 50+ processes, freeing up our staff for higher-value work."
</p>
</div>
<div class="mt-4 flex">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
</div>
</div>
</div>
<!-- CTA Section -->
<div class="bg-indigo-700">
<div class="max-w-2xl mx-auto text-center py-16 px-4 sm:py-20 sm:px-6 lg:px-8">
<h2 class="text-3xl font-extrabold text-white sm:text-4xl">
<span class="block">Ready to transform your business?</span>
<span class="block">Start your free trial today.</span>
</h2>
<p class="mt-4 text-lg leading-6 text-indigo-200">
No credit card required. Get started in minutes.
</p>
<a href="#" class="mt-8 w-full inline-flex items-center justify-center px-5 py-3 border border-transparent text-base font-medium rounded-md text-indigo-600 bg-white hover:bg-indigo-50 sm:w-auto">
Sign up for free
</a>
</div>
</div>
<!-- Footer -->
<footer class="bg-gray-900">
<div class="max-w-7xl mx-auto py-12 px-4 sm:px-6 lg:px-8">
<div class="grid grid-cols-2 md:grid-cols-5 gap-8">
<div class="col-span-2">
<h3 class="text-2xl font-bold text-white">
<span class="gradient-text">AI</span><span class="text-white">SaaS</span>
</h3>
<p class="mt-4 text-gray-400">
Empowering businesses with cutting-edge AI solutions to drive growth and efficiency.
</p>
<div class="mt-6 flex space-x-6">
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-twitter text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-linkedin text-xl"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white">
<i class="fab fa-github text-xl"></i>
</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Product</h3>
<div class="mt-4 space-y-4">
<a href="#" class="text-base text-gray-300 hover:text-white block">Features</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Solutions</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Pricing</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Demo</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Resources</h3>
<div class="mt-4 space-y-4">
<a href="#" class="text-base text-gray-300 hover:text-white block">Documentation</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">API Reference</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Blog</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Community</a>
</div>
</div>
<div>
<h3 class="text-sm font-semibold text-gray-400 tracking-wider uppercase">Company</h3>
<div class="mt-4 space-y-4">
<a href="#" class="text-base text-gray-300 hover:text-white block">About</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Careers</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Privacy</a>
<a href="#" class="text-base text-gray-300 hover:text-white block">Terms</a>
</div>
</div>
</div>
<div class="mt-12 border-t border-gray-800 pt-8">
<p class="text-base text-gray-400 text-center">
&copy; 2023 AI SaaS Platform. All rights reserved.
</p>
</div>
</div>
</footer>
<script>
// Mobile menu toggle
document.getElementById('mobile-menu-button').addEventListener('click', function() {
const menu = document.getElementById('mobile-menu');
menu.classList.toggle('hidden');
});
// Simple particle effect for hero section
function createParticles() {
const container = document.getElementById('particles-js');
if (!container) return;
const particleCount = 30;
const particles = [];
for (let i = 0; i < particleCount; i++) {
const particle = document.createElement('div');
particle.className = 'particle';
// Random size between 5 and 15px
const size = Math.random() * 10 + 5;
particle.style.width = `${size}px`;
particle.style.height = `${size}px`;
// Random position
const x = Math.random() * 100;
const y = Math.random() * 100;
particle.style.left = `${x}%`;
particle.style.top = `${y}%`;
// Random opacity
const opacity = Math.random() * 0.5 + 0.1;
particle.style.opacity = opacity;
// Random animation
const duration = Math.random() * 20 + 10;
const delay = Math.random() * 5;
particle.style.animation = `float ${duration}s ease-in-out ${delay}s infinite alternate`;
container.appendChild(particle);
particles.push(particle);
}
// Add animation keyframes
const style = document.createElement('style');
style.textContent = `
@keyframes float {
0% {
transform: translate(0, 0);
}
100% {
transform: translate(${Math.random() * 100 - 50}px, ${Math.random() * 100 - 50}px);
}
}
`;
document.head.appendChild(style);
}
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
const targetId = this.getAttribute('href');
if (targetId === '#') return;
const targetElement = document.querySelector(targetId);
if (targetElement) {
targetElement.scrollIntoView({
behavior: 'smooth'
});
}
});
});
// Initialize on DOM load
document.addEventListener('DOMContentLoaded', function() {
createParticles();
});
</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=smartguardai/secsols-dev" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>