Spaces:
Running
Delete index.html
Browse files<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Alpha - Agência de IA Inteligente</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=Poppins:wght@300;400;500;600;700;800&display=swap');
:root {
--neon-blue: #00f2ff;
--neon-purple: #b400ff;
--neon-pink: #ff00c8;
--primary-orange: #FF6B00;
}
body {
font-family: 'Poppins', sans-serif;
background-color: #0a0a1a;
color: #f0f0f0;
overflow-x: hidden;
}
.neon-text {
text-shadow: 0 0 5px var(--neon-blue), 0 0 10px var(--neon-blue);
}
.neon-border {
box-shadow: 0 0 10px var(--neon-blue), 0 0 20px var(--neon-purple);
}
.neon-hover:hover {
box-shadow: 0 0 15px var(--neon-blue), 0 0 25px var(--neon-purple);
transform: translateY(-2px);
}
.hero-gradient {
background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%);
}
.tech-icon {
transition: all 0.3s ease;
}
.tech-icon:hover {
transform: scale(1.1);
filter: drop-shadow(0 0 8px rgba(0, 242, 255, 0.7));
}
.pricing-card {
transition: all 0.3s ease;
}
.pricing-card:hover {
transform: translateY(-10px);
}
.highlight-card {
border: 2px solid var(--primary-orange);
box-shadow: 0 0 20px rgba(255, 107, 0, 0.5);
transform: scale(1.05);
}
.brain-image {
position: relative;
}
.brain-image::before {
content: '';
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
background: radial-gradient(circle, rgba(0, 242, 255, 0.2) 0%, transparent 70%);
z-index: -1;
animation: pulse 4s infinite alternate;
}
@keyframes
pulse {
0% { opacity: 0.3; }
100% { opacity: 0.7; }
}
.ai-connection {
position: relative;
}
.ai-connection::after {
content: '';
position: absolute;
bottom: -20px;
left: 50%;
transform: translateX(-50%);
width: 80%;
height: 2px;
background: linear-gradient(90deg, transparent, var(--neon-blue), var(--neon-purple), transparent);
filter: blur(1px);
}
.floating-ai {
animation: float 6s ease-in-out infinite;
}
@keyframes
float {
0% { transform: translateY(0px); }
50% { transform: translateY(-20px); }
100% { transform: translateY(0px); }
}
.testimonial-card {
background: rgba(26, 26, 46, 0.7);
backdrop-filter: blur(10px);
border: 1px solid rgba(0, 242, 255, 0.2);
}
.glow-button {
position: relative;
overflow: hidden;
}
.glow-button::before {
content: '';
position: absolute;
top: -50%;
left: -50%;
width: 200%;
height: 200%;
background: linear-gradient(45deg, transparent, rgba(255, 107, 0, 0.5), transparent);
transform: rotate(45deg);
transition: all 0.5s ease;
opacity: 0;
}
.glow-button:hover::before {
opacity: 1;
animation: shine 1.5s;
}
@keyframes
shine {
0% { transform: translateX(-100%) rotate(45deg); }
100% { transform: translateX(100%) rotate(45deg); }
}
</style>
</head>
<body>
<!-- Header/Navigation -->
<header class="fixed w-full z-50 bg-black bg-opacity-90 border-b border-gray-800">
<div class="container mx-auto px-6 py-4">
<div class="flex justify-between items-center">
<div class="flex items-center">
<div class="w-10 h-10 rounded-full bg-gradient-to-r from-purple-500 to-blue-500 flex items-center justify-center mr-3">
<i class="fas fa-brain text-white"></i>
</div>
<span class="text-2xl font-bold bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-purple-500">Alpha <span class="neon-text">Agência de IA</span></span>
</div>
<nav class="hidden md:flex space-x-8">
<a href="#solucao" class="text-gray-300 hover:text-white transition">Solução</a>
<a href="#casos" class="text-gray-300 hover:text-white transition">Casos de Uso</a>
<a href="#planos" class="text-gray-300 hover:text-white transition">Planos</a>
<a href="#depoimentos" class="text-gray-300 hover:text-white transition">Depoimentos</a>
</nav>
<div class="hidden md:block">
<a href="#contato" class="bg-gradient-to-r from-orange-500 to-orange-600 text-white px-6 py-2 rounded-full font-medium hover:shadow-lg hover:shadow-orange-500/30 transition-all duration-300 glow-button">Fale Conosco</a>
</div>
<button class="md:hidden text-gray-300 focus:outline-none">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="hero-gradient pt-32 pb-20 px-6 relative overflow-hidden">
<div class="container mx-auto flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-12 md:mb-0">
<h1 class="text-4xl md:text-5xl lg:text-6xl font-bold leading-tight mb-6">
Transforme seu Atendimento com <span class="bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-purple-500">Agentes de IA Inteligentes</span>
</h1>
<p class="text-xl text-gray-300 mb-8">
Automatize, personalize e escale o relacionamento com seus clientes usando as tecnologias mais avançadas de IA.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="#contato" class="bg-orange-500 hover:bg-orange-600 text-white px-8 py-3 rounded-full font-medium text-center transition-all duration-300 glow-button">
Quero uma Demonstração
</a>
<a href="#planos" class="border border-gray-600 hover:border-gray-400 text-white px-8 py-3 rounded-full font-medium text-center transition-all duration-300">
Ver Planos
</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center brain-image">
<div class="relative w-full max-w-md">
<img src="https://images.unsplash.com/photo-1620712943543-bcc4688e7485?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=1080q=80"
alt="Cérebro humano com conexões digitais"
class="rounded-xl shadow-2xl neon-border w-full h-auto">
<div class="absolute -bottom-6 -right-6 bg-gray-900 p-4 rounded-xl shadow-lg">
<div class="floating-ai bg-gradient-to-br from-blue-900 to-purple-900 p-3 rounded-lg">
<i class="fas fa-robot text-4xl text-blue-400"></i>
</div>
</div>
</div>
</div>
</div>
<div class="absolute bottom-0 left-0 right-0 h-20 bg-gradient-to-t from-black to-transparent"></div>
</section>
<!-- Solution Section -->
<section id="solucao" class="py-20 px-6 bg-gray-900">
<div class="container mx-auto">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4 ai-connection">
<span class="bg-clip-text text-transparent bg-gradient-to-r from-blue-400 to-purple-500">Automatize</span> seu atendimento com IA de verdade
</h2>
<p class="text-xl text-gray-400 max-w-3xl mx-auto mb-8">
Unimos OpenAI, N8N, Supabase e Evolution API para criar soluções inteligentes, ágeis e prontas para escalar seu negócio.
</p>
<a href="#contato" class="inline-block bg-orange-500 hover:bg-orange-600 text-white px-8 py-3 rounded-full font-medium transition-all duration-300 glow-button">
👉 Comece agora e transforme a experiência do seu cliente
</a>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="bg-gray-800 p-8 rounded-xl hover:bg-gray-750 transition-all duration-300">
<div class="w-16 h-16 bg-blue-900 rounded-lg flex items-center justify-center mb-6">
<i class="fas fa-robot text-3xl text-blue-400"></i>
</div>
<h3 class="text-xl font-bold mb-3">Agentes de IA</h3>
<p class="text-gray-400">
Assistentes virtuais inteligentes que aprendem com suas interações e melhoram continuamente.
</p>
</div>
<div class="bg-gray-800 p-8 rounded-xl
- index.html +0 -29
@@ -1,29 +0,0 @@
|
|
1 |
-
<!DOCTYPE html>
|
2 |
-
<html lang="en">
|
3 |
-
<head>
|
4 |
-
<meta charset="utf-8" />
|
5 |
-
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
|
6 |
-
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
7 |
-
<title>DeepSite | Build with AI ✨</title>
|
8 |
-
<meta
|
9 |
-
name="description"
|
10 |
-
content="DeepSite is a web development tool that
|
11 |
-
helps you build websites with AI, no code required. Let's deploy your
|
12 |
-
website with DeepSite and enjoy the magic of AI."
|
13 |
-
/>
|
14 |
-
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
15 |
-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
16 |
-
<link
|
17 |
-
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap"
|
18 |
-
rel="stylesheet"
|
19 |
-
/>
|
20 |
-
<link
|
21 |
-
href="https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap"
|
22 |
-
rel="stylesheet"
|
23 |
-
/>
|
24 |
-
</head>
|
25 |
-
<body>
|
26 |
-
<div id="root"></div>
|
27 |
-
<script type="module" src="/src/main.tsx"></script>
|
28 |
-
</body>
|
29 |
-
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|