snapgenius-ad-creator / index.html
abdorbeh's picture
๐Ÿ“ ุงู„ูˆุตู (ูƒุงู…ู„)
41fb75a verified
<!DOCTYPE html>
<html lang="en" class="scroll-smooth">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>SnapGenius - Create Stunning Social Media Ads</title>
<script src="https://cdn.tailwindcss.com"></script>
<script src="https://unpkg.com/feather-icons"></script>
<script src="https://cdn.jsdelivr.net/npm/feather-icons/dist/feather.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vanta@latest/dist/vanta.net.min.js"></script>
<script>
tailwind.config = {
theme: {
extend: {
colors: {
primary: '#6366f1',
secondary: '#8b5cf6',
}
}
}
}
</script>
<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
body {
font-family: 'Poppins', sans-serif;
}
.hero-gradient {
background: linear-gradient(135deg, #6366f1 0%, #8b5cf6 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);
}
</style>
</head>
<body class="bg-gray-50">
<!-- Vanta.js Background -->
<div id="vanta-bg" class="fixed inset-0 -z-10"></div>
<!-- Navigation -->
<nav class="bg-white/80 backdrop-blur-md sticky top-0 z-50 shadow-sm">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-16 items-center">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i data-feather="zap" class="text-primary h-8 w-8"></i>
<span class="ml-2 text-xl font-bold text-gray-900">SnapGenius</span>
</div>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-center space-x-4">
<a href="#" class="text-gray-900 px-3 py-2 rounded-md text-sm font-medium hover:text-primary transition">Features</a>
<a href="#" class="text-gray-900 px-3 py-2 rounded-md text-sm font-medium hover:text-primary transition">Templates</a>
<a href="#" class="text-gray-900 px-3 py-2 rounded-md text-sm font-medium hover:text-primary transition">Pricing</a>
<a href="#" class="text-gray-900 px-3 py-2 rounded-md text-sm font-medium hover:text-primary transition">About</a>
</div>
</div>
<div class="flex items-center">
<a href="#" class="bg-primary text-white px-4 py-2 rounded-md text-sm font-medium hover:bg-primary/90 transition">Try for Free</a>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section class="hero-gradient text-white pt-20 pb-32">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-2 gap-12 items-center">
<div>
<h1 class="text-4xl md:text-5xl font-bold leading-tight mb-6">Create Stunning Social Media Ads in Seconds</h1>
<p class="text-xl mb-8 text-white/90">Transform your ideas into professional designs with AI-powered tools. No design skills needed!</p>
<div class="flex flex-col sm:flex-row gap-4">
<a href="#" class="bg-white text-primary px-6 py-3 rounded-lg font-medium text-center hover:bg-gray-100 transition">Start Designing Now</a>
<a href="#" class="border-2 border-white text-white px-6 py-3 rounded-lg font-medium text-center hover:bg-white/10 transition">Watch Demo</a>
</div>
</div>
<div class="relative">
<img src="http://static.photos/technology/640x360/42" alt="App Preview" class="rounded-xl shadow-2xl border-8 border-white/20">
<div class="absolute -bottom-6 -right-6 bg-white p-3 rounded-lg shadow-lg">
<i data-feather="award" class="text-yellow-500 h-8 w-8"></i>
</div>
</div>
</div>
</div>
</section>
<!-- Features Section -->
<section class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="text-center mb-16">
<h2 class="text-3xl font-bold text-gray-900 mb-4">Powerful Features</h2>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">Everything you need to create professional social media content in one place</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Feature 1 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition duration-300">
<div class="bg-primary/10 p-3 rounded-full w-12 h-12 flex items-center justify-center mb-4">
<i data-feather="image" class="text-primary h-5 w-5"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Smart Image Enhancement</h3>
<p class="text-gray-600">Automatically improve image quality and adjust colors to match your brand identity.</p>
</div>
<!-- Feature 2 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition duration-300">
<div class="bg-primary/10 p-3 rounded-full w-12 h-12 flex items-center justify-center mb-4">
<i data-feather="layers" class="text-primary h-5 w-5"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Background Magic</h3>
<p class="text-gray-600">Remove or replace backgrounds with a single click. No complex editing required.</p>
</div>
<!-- Feature 3 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition duration-300">
<div class="bg-primary/10 p-3 rounded-full w-12 h-12 flex items-center justify-center mb-4">
<i data-feather="edit-3" class="text-primary h-5 w-5"></i>
</div>
<h3 class="text-xl font-semibold mb-3">AI Caption Generator</h3>
<p class="text-gray-600">Get engaging captions and hashtag suggestions tailored to your content.</p>
</div>
<!-- Feature 4 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition duration-300">
<div class="bg-primary/10 p-3 rounded-full w-12 h-12 flex items-center justify-center mb-4">
<i data-feather="smartphone" class="text-primary h-5 w-5"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Multi-Platform Export</h3>
<p class="text-gray-600">Export designs in perfect sizes for Instagram, Facebook, TikTok and more.</p>
</div>
<!-- Feature 5 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition duration-300">
<div class="bg-primary/10 p-3 rounded-full w-12 h-12 flex items-center justify-center mb-4">
<i data-feather="folder" class="text-primary h-5 w-5"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Project Organization</h3>
<p class="text-gray-600">Smart folder system to keep all your designs organized and accessible.</p>
</div>
<!-- Feature 6 -->
<div class="feature-card bg-gray-50 p-8 rounded-xl transition duration-300">
<div class="bg-primary/10 p-3 rounded-full w-12 h-12 flex items-center justify-center mb-4">
<i data-feather="clock" class="text-primary h-5 w-5"></i>
</div>
<h3 class="text-xl font-semibold mb-3">Time-Saving Templates</h3>
<p class="text-gray-600">Hundreds of professionally designed templates for every business niche.</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-20 bg-gradient-to-r from-primary to-secondary">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 text-center">
<h2 class="text-3xl font-bold text-white mb-6">Ready to Transform Your Social Media?</h2>
<p class="text-xl text-white/90 mb-8 max-w-3xl mx-auto">Join thousands of creators and businesses who are saving hours of work with SnapGenius.</p>
<a href="#" class="inline-block bg-white text-primary px-8 py-4 rounded-lg font-bold text-lg hover:bg-gray-100 transition shadow-lg">Start Your Free Trial Now</a>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="grid md:grid-cols-4 gap-8">
<div>
<div class="flex items-center mb-4">
<i data-feather="zap" class="text-primary h-6 w-6"></i>
<span class="ml-2 text-xl font-bold">SnapGenius</span>
</div>
<p class="text-gray-400">The smartest way to create professional social media ads without design skills.</p>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Product</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Features</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Pricing</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Templates</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Integrations</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Resources</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Blog</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Help Center</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Tutorials</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Community</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-semibold mb-4">Connect</h3>
<div class="flex space-x-4 mb-4">
<a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="facebook"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="twitter"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="instagram"></i></a>
<a href="#" class="text-gray-400 hover:text-white transition"><i data-feather="linkedin"></i></a>
</div>
<p class="text-gray-400">Subscribe to our newsletter</p>
<div class="mt-2 flex">
<input type="email" placeholder="Your email" class="px-3 py-2 bg-gray-800 text-white rounded-l focus:outline-none focus:ring-2 focus:ring-primary w-full">
<button class="bg-primary px-4 py-2 rounded-r hover:bg-primary/90 transition"><i data-feather="send"></i></button>
</div>
</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 text-sm">ยฉ 2023 SnapGenius. All rights reserved.</p>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="#" class="text-gray-400 hover:text-white text-sm transition">Privacy Policy</a>
<a href="#" class="text-gray-400 hover:text-white text-sm transition">Terms of Service</a>
<a href="#" class="text-gray-400 hover:text-white text-sm transition">Cookies</a>
</div>
</div>
</div>
</footer>
<script>
// Initialize Vanta.js
VANTA.NET({
el: "#vanta-bg",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x6366f1,
backgroundColor: 0xf8fafc,
points: 10.00,
maxDistance: 20.00,
spacing: 15.00
});
// Initialize Feather Icons
feather.replace();
</script>
</body>
</html>