deepsite-pages / index.html
caiosilva1221's picture
Add 3 files
9ff488b verified
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Raypages - Crie sites com IA em segundos</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap" rel="stylesheet">
<script>
tailwind.config = {
theme: {
extend: {
colors: {
'ray-dark': '#0A0F1C',
'ray-yellow': '#FFD93D',
'ray-cyan': '#00F5FF',
'ray-gray': '#AAB3C2',
},
fontFamily: {
sans: ['Poppins', 'sans-serif'],
},
animation: {
'float': 'float 3s ease-in-out infinite',
'pulse-slow': 'pulse 5s infinite',
},
keyframes: {
float: {
'0%, 100%': { transform: 'translateY(0)' },
'50%': { transform: 'translateY(-10px)' },
}
}
}
}
}
</script>
<style>
.glow-hover:hover {
box-shadow: 0 0 15px rgba(255, 217, 61, 0.7);
}
.card-hover:hover {
transform: translateY(-5px);
transition: all 0.3s ease;
}
.plan-card {
transition: all 0.3s ease;
}
.plan-card:hover {
transform: scale(1.03);
}
.feature-icon {
font-size: 2.5rem;
}
.testimonial-card {
background: rgba(255, 255, 255, 0.05);
backdrop-filter: blur(10px);
}
</style>
</head>
<body class="bg-ray-dark text-white font-sans">
<!-- Hero Section -->
<section class="min-h-screen flex items-center justify-center px-4 py-20 md:py-0">
<div class="container mx-auto 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 lg:text-6xl font-bold leading-tight mb-6">
Transforme sua ideia em um site em <span class="text-ray-yellow">segundos.</span>
</h1>
<p class="text-xl text-ray-gray mb-8">
Crie páginas incríveis com inteligência artificial, sem precisar programar.
</p>
<button class="bg-ray-yellow text-ray-dark font-bold py-4 px-8 rounded-full text-lg glow-hover hover:bg-opacity-90 transition-all duration-300">
Comece Agora
</button>
<div class="mt-8 flex items-center space-x-4">
<div class="flex -space-x-2">
<img src="https://randomuser.me/api/portraits/women/12.jpg" class="w-10 h-10 rounded-full border-2 border-ray-dark" alt="User">
<img src="https://randomuser.me/api/portraits/men/32.jpg" class="w-10 h-10 rounded-full border-2 border-ray-dark" alt="User">
<img src="https://randomuser.me/api/portraits/women/44.jpg" class="w-10 h-10 rounded-full border-2 border-ray-dark" alt="User">
</div>
<p class="text-ray-gray text-sm">
<span class="text-white font-medium">+10.000</span> usuários satisfeitos
</p>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<div class="relative w-full max-w-md">
<div class="absolute -top-10 -left-10 w-32 h-32 bg-blue-900 rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-pulse-slow"></div>
<div class="absolute -bottom-10 -right-10 w-32 h-32 bg-ray-yellow rounded-full mix-blend-multiply filter blur-xl opacity-70 animate-pulse-slow"></div>
<div class="relative bg-white bg-opacity-10 backdrop-filter backdrop-blur-lg rounded-2xl overflow-hidden border border-gray-800 shadow-xl">
<div class="p-4 bg-gray-900 bg-opacity-30 flex items-center space-x-2">
<div class="w-3 h-3 rounded-full bg-red-500"></div>
<div class="w-3 h-3 rounded-full bg-yellow-500"></div>
<div class="w-3 h-3 rounded-full bg-green-500"></div>
</div>
<div class="p-6">
<div class="text-center mb-6">
<div class="text-ray-yellow text-2xl mb-2"></div>
<h3 class="text-lg font-bold mb-2">Seu novo site está pronto!</h3>
<p class="text-ray-gray text-sm">Personalize com nosso editor intuitivo</p>
</div>
<div class="grid grid-cols-2 gap-4 mb-6">
<div class="bg-gray-800 bg-opacity-50 p-3 rounded-lg">
<div class="text-ray-yellow text-xl mb-1">🏠</div>
<p class="text-xs">Página inicial</p>
</div>
<div class="bg-gray-800 bg-opacity-50 p-3 rounded-lg">
<div class="text-ray-yellow text-xl mb-1">📞</div>
<p class="text-xs">Contato</p>
</div>
<div class="bg-gray-800 bg-opacity-50 p-3 rounded-lg">
<div class="text-ray-yellow text-xl mb-1">🛒</div>
<p class="text-xs">Loja</p>
</div>
<div class="bg-gray-800 bg-opacity-50 p-3 rounded-lg">
<div class="text-ray-yellow text-xl mb-1">📝</div>
<p class="text-xs">Blog</p>
</div>
</div>
<button class="w-full bg-ray-yellow bg-opacity-20 text-ray-yellow py-2 rounded-lg text-sm font-medium hover:bg-opacity-30 transition">
Visualizar site
</button>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- How It Works -->
<section class="py-20 px-4">
<div class="container mx-auto">
<h2 class="text-3xl md:text-4xl font-bold text-center mb-16">Como funciona</h2>
<div class="grid md:grid-cols-3 gap-8">
<div class="bg-gray-900 bg-opacity-50 rounded-xl p-8 text-center card-hover">
<div class="text-ray-yellow text-5xl mb-6">1</div>
<h3 class="text-xl font-bold mb-4">Descreva sua ideia</h3>
<p class="text-ray-gray">
Conte-nos sobre seu negócio, estilo preferido e necessidades em linguagem simples.
</p>
</div>
<div class="bg-gray-900 bg-opacity-50 rounded-xl p-8 text-center card-hover">
<div class="text-ray-yellow text-5xl mb-6">2</div>
<h3 class="text-xl font-bold mb-4">A IA monta a estrutura</h3>
<p class="text-ray-gray">
Nossa inteligência artificial cria um site completo em segundos, pronto para personalização.
</p>
</div>
<div class="bg-gray-900 bg-opacity-50 rounded-xl p-8 text-center card-hover">
<div class="text-ray-yellow text-5xl mb-6">3</div>
<h3 class="text-xl font-bold mb-4">Personalize seu site</h3>
<p class="text-ray-gray">
Ajuste cores, textos e imagens com nosso editor visual intuitivo. Sem código necessário!
</p>
</div>
</div>
</div>
</section>
<!-- Benefits -->
<section class="py-20 px-4 bg-gray-900 bg-opacity-30">
<div class="container mx-auto">
<h2 class="text-3xl md:text-4xl font-bold text-center mb-16">Por que escolher o Raypages?</h2>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-8">
<div class="bg-gray-900 bg-opacity-50 rounded-xl p-8 text-center card-hover">
<div class="feature-icon mb-4"></div>
<h3 class="text-xl font-bold mb-4">Criação super rápida</h3>
<p class="text-ray-gray">
Tenha um site profissional em minutos, não em semanas. Ideal para quem precisa de resultados rápidos.
</p>
</div>
<div class="bg-gray-900 bg-opacity-50 rounded-xl p-8 text-center card-hover">
<div class="feature-icon mb-4">🎨</div>
<h3 class="text-xl font-bold mb-4">Design profissional</h3>
<p class="text-ray-gray">
Layouts modernos criados por especialistas, com tipografia equilibrada e espaçamento perfeito.
</p>
</div>
<div class="bg-gray-900 bg-opacity-50 rounded-xl p-8 text-center card-hover">
<div class="feature-icon mb-4">🤖</div>
<h3 class="text-xl font-bold mb-4">Impulsionado por IA</h3>
<p class="text-ray-gray">
Nossa inteligência artificial aprende com suas preferências para sugerir melhorias contínuas.
</p>
</div>
<div class="bg-gray-900 bg-opacity-50 rounded-xl p-8 text-center card-hover">
<div class="feature-icon mb-4">💻</div>
<h3 class="text-xl font-bold mb-4">Controle total com HTML</h3>
<p class="text-ray-gray">
Para quem sabe programar, oferecemos acesso completo ao código fonte para personalizações avançadas.
</p>
</div>
</div>
</div>
</section>
<!-- Pricing -->
<section class="py-20 px-4">
<div class="container mx-auto">
<h2 class="text-3xl md:text-4xl font-bold text-center mb-16">Escolha o plano ideal para você</h2>
<div class="grid md:grid-cols-3 gap-8 max-w-5xl mx-auto">
<!-- Monthly Plan -->
<div class="bg-gray-900 bg-opacity-50 rounded-xl p-8 plan-card">
<h3 class="text-xl font-bold mb-2">Mensal</h3>
<p class="text-ray-gray mb-6">Ideal para testar a plataforma</p>
<div class="text-4xl font-bold mb-6">R$49,90<span class="text-sm font-normal text-ray-gray">/mês</span></div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<svg class="w-5 h-5 text-ray-yellow mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
<span>1 site</span>
</li>
<li class="flex items-center">
<svg class="w-5 h-5 text-ray-yellow mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
<span>10GB de armazenamento</span>
</li>
<li class="flex items-center">
<svg class="w-5 h-5 text-ray-yellow mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
<span>Suporte por email</span>
</li>
</ul>
<button class="w-full bg-gray-800 text-white py-3 rounded-lg font-medium hover:bg-gray-700 transition">
Assinar mensal
</button>
</div>
<!-- Quarterly Plan -->
<div class="bg-gray-900 bg-opacity-50 rounded-xl p-8 plan-card">
<h3 class="text-xl font-bold mb-2">Trimestral</h3>
<p class="text-ray-gray mb-6">Economize 10%</p>
<div class="text-4xl font-bold mb-6">R$134,70<span class="text-sm font-normal text-ray-gray">/3 meses</span></div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<svg class="w-5 h-5 text-ray-yellow mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
<span>3 sites</span>
</li>
<li class="flex items-center">
<svg class="w-5 h-5 text-ray-yellow mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
<span>30GB de armazenamento</span>
</li>
<li class="flex items-center">
<svg class="w-5 h-5 text-ray-yellow mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
<span>Suporte prioritário</span>
</li>
</ul>
<button class="w-full bg-gray-800 text-white py-3 rounded-lg font-medium hover:bg-gray-700 transition">
Assinar trimestral
</button>
</div>
<!-- Annual Plan (Featured) -->
<div class="bg-gray-900 rounded-xl p-8 plan-card relative border-2 border-ray-yellow">
<div class="absolute -top-3 left-1/2 transform -translate-x-1/2 bg-ray-yellow text-ray-dark px-4 py-1 rounded-full text-sm font-bold">
Melhor custo-benefício
</div>
<h3 class="text-xl font-bold mb-2">Anual</h3>
<p class="text-ray-gray mb-6">Economize 20%</p>
<div class="text-4xl font-bold mb-6">R$478,80<span class="text-sm font-normal text-ray-gray">/ano</span></div>
<ul class="space-y-3 mb-8">
<li class="flex items-center">
<svg class="w-5 h-5 text-ray-yellow mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
<span>Sites ilimitados</span>
</li>
<li class="flex items-center">
<svg class="w-5 h-5 text-ray-yellow mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
<span>100GB de armazenamento</span>
</li>
<li class="flex items-center">
<svg class="w-5 h-5 text-ray-yellow mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
<span>Suporte 24/7</span>
</li>
<li class="flex items-center">
<svg class="w-5 h-5 text-ray-yellow mr-2" fill="none" stroke="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M5 13l4 4L19 7"></path>
</svg>
<span>Domínio grátis</span>
</li>
</ul>
<button class="w-full bg-ray-yellow text-ray-dark py-3 rounded-lg font-bold hover:bg-opacity-90 transition">
Assinar anual
</button>
</div>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-20 px-4 bg-gray-900 bg-opacity-30">
<div class="container mx-auto">
<h2 class="text-3xl md:text-4xl font-bold text-center mb-16">Quem já usou, recomenda</h2>
<div class="grid md:grid-cols-3 gap-8 max-w-6xl mx-auto">
<div class="testimonial-card rounded-xl p-8">
<div class="flex items-center mb-6">
<img src="https://randomuser.me/api/portraits/women/43.jpg" class="w-12 h-12 rounded-full mr-4" alt="User">
<div>
<h4 class="font-bold">Ana Carolina</h4>
<p class="text-ray-gray text-sm">Designer Freelancer</p>
</div>
</div>
<p class="text-ray-gray">
"Consegui criar meu portfólio em menos de uma hora! A interface é tão intuitiva que nem precisei assistir tutoriais. Meus clientes amaram o resultado profissional."
</p>
<div class="mt-4 text-ray-yellow">★★★★★</div>
</div>
<div class="testimonial-card rounded-xl p-8">
<div class="flex items-center mb-6">
<img src="https://randomuser.me/api/portraits/men/65.jpg" class="w-12 h-12 rounded-full mr-4" alt="User">
<div>
<h4 class="font-bold">Ricardo Almeida</h4>
<p class="text-ray-gray text-sm">Dono de Restaurante</p>
</div>
</div>
<p class="text-ray-gray">
"Como dono de pequeno negócio, não tinha tempo nem dinheiro para contratar um desenvolvedor. O Raypages salvou meu negócio durante a pandemia com um site bonito e funcional."
</p>
<div class="mt-4 text-ray-yellow">★★★★☆</div>
</div>
<div class="testimonial-card rounded-xl p-8">
<div class="flex items-center mb-6">
<img src="https://randomuser.me/api/portraits/women/22.jpg" class="w-12 h-12 rounded-full mr-4" alt="User">
<div>
<h4 class="font-bold">Juliana Santos</h4>
<p class="text-ray-gray text-sm">Influencer Digital</p>
</div>
</div>
<p class="text-ray-gray">
"Adoro poder editar meu site pelo celular quando tenho uma ideia. A integração com minhas redes sociais foi super fácil e aumentou muito meu engajamento."
</p>
<div class="mt-4 text-ray-yellow">★★★★★</div>
</div>
</div>
</div>
</section>
<!-- Final CTA -->
<section class="py-20 px-4 bg-gradient-to-br from-blue-900 to-ray-dark">
<div class="container mx-auto text-center">
<h2 class="text-3xl md:text-5xl font-bold mb-8">Pronto para criar seu site na velocidade da luz?</h2>
<p class="text-xl text-ray-gray mb-10 max-w-2xl mx-auto">
Experimente gratuitamente por 7 dias. Sem compromisso, sem cartão necessário.
</p>
<button class="bg-ray-yellow text-ray-dark font-bold py-5 px-12 rounded-full text-xl glow-hover hover:bg-opacity-90 transition-all duration-300 animate-bounce">
Comece agora com Raypages
</button>
<p class="mt-6 text-sm text-ray-gray">
Cancele a qualquer momento. Suporte 24/7 incluso em todos os planos.
</p>
</div>
</section>
<!-- Footer -->
<footer class="py-12 px-4 bg-gray-900 bg-opacity-80">
<div class="container mx-auto">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-6 md:mb-0">
<h3 class="text-2xl font-bold">Raypages</h3>
<p class="text-ray-gray mt-2">Transformando ideias em realidade digital</p>
</div>
<div class="flex space-x-6">
<a href="#" class="text-ray-gray hover:text-ray-yellow transition">
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M22 12c0-5.523-4.477-10-10-10S2 6.477 2 12c0 4.991 3.657 9.128 8.438 9.878v-6.987h-2.54V12h2.54V9.797c0-2.506 1.492-3.89 3.777-3.89 1.094 0 2.238.195 2.238.195v2.46h-1.26c-1.243 0-1.63.771-1.63 1.562V12h2.773l-.443 2.89h-2.33v6.988C18.343 21.128 22 16.991 22 12z"/>
</svg>
</a>
<a href="#" class="text-ray-gray hover:text-ray-yellow transition">
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M8.29 20.251c7.547 0 11.675-6.253 11.675-11.675 0-.178 0-.355-.012-.53A8.348 8.348 0 0022 5.92a8.19 8.19 0 01-2.357.646 4.118 4.118 0 001.804-2.27 8.224 8.224 0 01-2.605.996 4.107 4.107 0 00-6.993 3.743 11.65 11.65 0 01-8.457-4.287 4.106 4.106 0 001.27 5.477A4.072 4.072 0 012.8 9.713v.052a4.105 4.105 0 003.292 4.022 4.095 4.095 0 01-1.853.07 4.108 4.108 0 003.834 2.85A8.233 8.233 0 012 18.407a11.616 11.616 0 006.29 1.84"/>
</svg>
</a>
<a href="#" class="text-ray-gray hover:text-ray-yellow transition">
<svg class="w-6 h-6" fill="currentColor" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg">
<path d="M12 2.163c3.204 0 3.584.012 4.85.07 3.252.148 4.771 1.691 4.919 4.919.058 1.265.069 1.645.069 4.849 0 3.205-.012 3.584-.069 4.849-.149 3.225-1.664 4.771-4.919 4.919-1.266.058-1.644.07-4.85.07-3.204 0-3.584-.012-4.849-.07-3.26-.149-4.771-1.699-4.919-4.92-.058-1.265-.07-1.644-.07-4.849 0-3.204.013-3.583.07-4.849.149-3.227 1.664-4.771 4.919-4.919 1.266-.057 1.645-.069 4.849-.069zM12 0C8.741 0 8.333.014 7.053.072 2.695.272.273 2.69.073 7.052.014 8.333 0 8.741 0 12c0 3.259.014 3.668.072 4.948.2 4.358 2.618 6.78 6.98 6.98C8.333 23.986 8.741 24 12 24c3.259 0 3.668-.014 4.948-.072 4.354-.2 6.782-2.618 6.979-6.98.059-1.28.073-1.689.073-4.948 0-3.259-.014-3.667-.072-4.947-.196-4.354-2.617-6.78-6.979-6.98C15.668.014 15.259 0 12 0zm0 5.838a6.162 6.162 0 100 12.324 6.162 6.162 0 000-12.324zM12 16a4 4 0 110-8 4 4 0 010 8zm6.406-11.845a1.44 1.44 0 100 2.881 1.44 1.44 0 000-2.881z"/>
</svg>
</a>
</div>
</div>
<div class="border-t border-gray-800 mt-8 pt-8 text-center text-ray-gray text-sm">
<p>© 2023 Raypages. Todos os direitos reservados.</p>
</div>
</div>
</footer>
<script>
// Smooth scroll for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// Simple animation on scroll
const observer = new IntersectionObserver((entries) => {
entries.forEach(entry => {
if (entry.isIntersecting) {
entry.target.classList.add('animate-fadeIn');
}
});
}, {threshold: 0.1});
document.querySelectorAll('.card-hover, .plan-card').forEach(card => {
observer.observe(card);
});
</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=caiosilva1221/deepsite-pages" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>