arqlize-projetos / index.html
SteAlbuquerque's picture
undefined - Follow Up Deployment
ae98de8 verified
Raw
History Blame Contribute Delete
21.6 kB
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Arqlize Arquitetura | Projetos que Transformam Seu Espaço</title>
<script src="https://cdn.tailwindcss.com"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css">
<style>
:root {
--green-800: #1e4530;
--green-900: #123123;
--green-700: #2d6a4f;
--brown-800: #6b4f3a;
--brown-100: #f5f0eb;
--brown-200: #e0d6cc;
}
.gradient-bg {
background: linear-gradient(135deg, #f8f5f0 0%, #e8e5e0 100%);
}
.service-card:hover {
transform: translateY(-5px);
box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}
.floating-button {
animation: float 3s ease-in-out infinite;
}
@keyframes float {
0% { transform: translateY(0px); }
50% { transform: translateY(-10px); }
100% { transform: translateY(0px); }
}
</style>
</head>
<body class="font-sans antialiased text-gray-800">
<!-- Header -->
<header class="gradient-bg py-6">
<div class="container mx-auto px-4">
<div class="flex justify-between items-center">
<div>
<h1 class="text-2xl md:text-3xl font-bold text-green-900">ARQLIZE</h1>
<p class="text-sm text-brown-800">Arquitetura & Design de Interiores</p>
</div>
<div class="hidden md:flex space-x-6">
<a href="#servicos" class="hover:text-green-700 transition">Serviços</a>
<a href="#beneficios" class="hover:text-green-700 transition">Benefícios</a>
<a href="#contato" class="hover:text-green-700 transition">Contato</a>
</div>
<a href="https://wa.me/5565993076986" class="bg-green-800 hover:bg-green-700 text-white px-4 py-2 rounded-full text-sm font-medium transition shadow-md">
<i class="fab fa-whatsapp mr-2"></i> Fale Conosco
</a>
</div>
</div>
</header>
<!-- Hero Section -->
<section class="gradient-bg py-16 md:py-24">
<div class="container mx-auto px-4 flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-10 md:mb-0">
<h2 class="text-3xl md:text-5xl font-bold text-gray-800 leading-tight mb-4">
Transforme seu espaço
</h2>
<p class="text-lg text-gray-600 mb-8">
Com mais de 6 anos de experiência, criamos projetos arquitetônicos e de interiores que elevam sua qualidade de vida, com preços acessíveis e atenção aos detalhes.
</p>
<div class="flex flex-col sm:flex-row space-y-3 sm:space-y-0 sm:space-x-4">
<a href="https://wa.me/5565993076986" class="bg-green-800 hover:bg-green-700 text-white px-6 py-3 rounded-full font-medium text-center transition shadow-lg flex items-center justify-center">
<i class="fab fa-whatsapp text-xl mr-3"></i> Primeiro projeto com desconto
</a>
<a href="#servicos" class="border-2 border-brown-800 text-brown-800 hover:bg-brown-100 px-6 py-3 rounded-full font-medium text-center transition">
Orçamento sem compromisso
</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<div class="relative w-full max-w-md">
<div class="absolute -top-6 -left-6 w-32 h-32 bg-green-200 rounded-full opacity-70"></div>
<div class="absolute -bottom-6 -right-6 w-32 h-32 bg-green-100 rounded-full opacity-70"></div>
<div class="relative bg-white p-6 rounded-xl shadow-xl">
<div class="bg-gray-100 h-48 rounded-lg mb-4 overflow-hidden">
<img src="https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Projeto arquitetônico" class="w-full h-full object-cover">
</div>
<h3 class="text-xl font-bold mb-2">Primeiro projeto com desconto!</h3>
<p class="text-gray-600 mb-4">10% de desconto para seu primeiro projeto conosco.</p>
<a href="https://wa.me/5565993076986" class="text-green-800 font-medium flex items-center">
Garanta seu desconto <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="servicos" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">Nossos <span class="text-green-800">Serviços</span></h2>
<p class="text-gray-600 max-w-2xl mx-auto">Soluções completas para transformar seu espaço com qualidade e personalização</p>
</div>
<div class="grid md:grid-cols-3 gap-8">
<!-- Service 1 -->
<div class="service-card bg-white rounded-xl p-6 shadow-md transition duration-300 border border-gray-100">
<div class="w-full h-32 bg-gray-100 rounded-lg mb-4 overflow-hidden">
<img src="https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Projeto arquitetônico" class="w-full h-full object-cover">
</div>
<h3 class="text-xl font-bold mb-3">Projeto Arquitetônico</h3>
<p class="text-gray-600 mb-4">Criação de plantas e soluções inteligentes para aproveitar cada metro do seu espaço, garantindo conforto e funcionalidade.</p>
<a href="https://wa.me/5565993076986?text=Gostaria%20de%20saber%20mais%20sobre%20projeto%20arquitetônico" class="text-green-800 font-medium inline-flex items-center">
Saiba mais <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<!-- Service 2 -->
<div class="service-card bg-white rounded-xl p-6 shadow-md transition duration-300 border border-gray-100">
<div class="w-full h-32 bg-gray-100 rounded-lg mb-4 overflow-hidden">
<img src="https://images.unsplash.com/photo-1616486338812-3dadae4b4ace?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=80" alt="Design de interiores" class="w-full h-full object-cover">
</div>
<h3 class="text-xl font-bold mb-3">Design de Interiores</h3>
<p class="text-gray-600 mb-4">Ambientes harmoniosos e personalizados que refletem sua personalidade e melhoram seu dia a dia.</p>
<a href="https://wa.me/5565993076986?text=Gostaria%20de%20saber%20mais%20sobre%20design%20de%20interiores" class="text-green-800 font-medium inline-flex items-center">
Saiba mais <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
<!-- Service 3 -->
<div class="service-card bg-white rounded-xl p-6 shadow-md transition duration-300 border border-gray-100">
<div class="w-full h-32 bg-gray-100 rounded-lg mb-4 overflow-hidden">
<img src="https://images.unsplash.com/photo-1556909212-d5b604d0c90d?ixlib=rb-1.2.1&auto=format&fit=crop&w=500&q=60" alt="Móveis planejados" class="w-full h-full object-cover">
</div>
<h3 class="text-xl font-bold mb-3">Móveis Planejados</h3>
<p class="text-gray-600 mb-4">Soluções sob medida que maximizam espaço, organização e estilo, com materiais de qualidade e durabilidade.</p>
<a href="https://wa.me/5565993076986?text=Gostaria%20de%20saber%20mais%20sobre%20móveis%20planejados" class="text-green-800 font-medium inline-flex items-center">
Saiba mais <i class="fas fa-arrow-right ml-2"></i>
</a>
</div>
</div>
</div>
</section>
<!-- Benefits Section -->
<section id="beneficios" class="py-16 bg-gray-50">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">Por que escolher a <span class="text-green-800">Arqlize</span>?</h2>
<p class="text-gray-600 max-w-2xl mx-auto">Benefícios exclusivos para nossos clientes</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-4 gap-6">
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-100">
<div class="text-green-800 text-3xl mb-4">
<i class="fas fa-percentage"></i>
</div>
<h3 class="font-bold mb-2">Desconto de Boas-Vindas</h3>
<p class="text-gray-600 text-sm">10% de desconto no seu primeiro projeto conosco.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-100">
<div class="text-green-800 text-3xl mb-4">
<i class="fas fa-user-friends"></i>
</div>
<h3 class="font-bold mb-2">Indique e Ganhe</h3>
<p class="text-gray-600 text-sm">Indique um amigo e ganhe 5% de desconto no próximo projeto.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-100">
<div class="text-green-800 text-3xl mb-4">
<i class="fas fa-calendar-check"></i>
</div>
<h3 class="font-bold mb-2">Acompanhamento</h3>
<p class="text-gray-600 text-sm">Suporte durante toda a execução do projeto.</p>
</div>
<div class="bg-white p-6 rounded-xl shadow-sm border border-gray-100">
<div class="text-green-800 text-3xl mb-4">
<i class="fas fa-hand-holding-usd"></i>
</div>
<h3 class="font-bold mb-2">Preços Acessíveis</h3>
<p class="text-gray-600 text-sm">Planos flexíveis para diferentes necessidades e orçamentos.</p>
</div>
</div>
<div class="mt-12 bg-green-800 rounded-xl p-8 text-white text-center max-w-4xl mx-auto">
<h3 class="text-2xl font-bold mb-4">Pronto para transformar seu espaço?</h3>
<p class="mb-6">Entre em contato agora mesmo e agende sua consulta gratuita!</p>
<a href="https://wa.me/5565993076986" class="bg-white text-green-800 hover:bg-gray-100 px-8 py-3 rounded-full font-bold inline-block transition shadow-lg">
<i class="fab fa-whatsapp mr-2"></i> Fale com a Eliziane
</a>
</div>
</div>
</section>
<!-- Testimonials -->
<section class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">O que dizem nossos <span class="text-green-800">clientes</span></h2>
</div>
<div class="grid md:grid-cols-3 gap-8 max-w-6xl mx-auto">
<div class="bg-gray-50 p-6 rounded-xl">
<div class="flex items-center mb-4">
<div class="w-10 h-10 bg-green-100 rounded-full flex items-center justify-center mr-3">
<i class="fas fa-user text-green-800"></i>
</div>
<div>
<h4 class="font-bold">Ana Carolina</h4>
<div class="flex text-yellow-400 text-sm">
<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>
</div>
<p class="text-gray-600 italic">"A Eliziane transformou meu apartamento pequeno em um espaço funcional e lindo. Superou todas minhas expectativas!"</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl">
<div class="flex items-center mb-4">
<div class="w-10 h-10 bg-green-100 rounded-full flex items-center justify-center mr-3">
<i class="fas fa-user text-green-800"></i>
</div>
<div>
<h4 class="font-bold">Roberto Martins</h4>
<div class="flex text-yellow-400 text-sm">
<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>
</div>
<p class="text-gray-600 italic">"Os móveis planejados foram a melhor solução para meu home office. Espaço bem aproveitado e um design moderno."</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl">
<div class="flex items-center mb-4">
<div class="w-10 h-10 bg-indigo-100 rounded-full flex items-center justify-center mr-3">
<i class="fas fa-user text-green-800"></i>
</div>
<div>
<h4 class="font-bold">Fernanda Souza</h4>
<div class="flex text-yellow-400 text-sm">
<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>
<p class="text-gray-600 italic">"Profissionalismo e atenção aos detalhes. O projeto arquitetônico ficou perfeito para nossa família."</p>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-16 bg-green-900 text-white">
<div class="container mx-auto px-4 text-center">
<h2 class="text-3xl font-bold mb-4">Vamos criar algo incrível juntos?</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto">Agende uma consulta gratuita e descubra como podemos transformar seu espaço.</p>
<div class="flex flex-col sm:flex-row justify-center space-y-4 sm:space-y-0 sm:space-x-4">
<a href="https://wa.me/5565993076986" class="bg-white text-green-800 hover:bg-gray-100 px-8 py-4 rounded-full font-bold text-lg inline-block transition shadow-lg flex items-center justify-center">
<i class="fab fa-whatsapp text-2xl mr-3"></i> Chamar no WhatsApp
</a>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contato" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="max-w-4xl mx-auto">
<div class="text-center mb-12">
<h2 class="text-3xl font-bold mb-4">Entre em <span class="text-green-800">Contato</span></h2>
<p class="text-gray-600">Estamos aqui para tirar todas suas dúvidas e ajudar a realizar seu projeto dos sonhos.</p>
</div>
<div class="grid md:grid-cols-2 gap-8 text-center">
<div class="p-6 rounded-xl bg-gray-50">
<div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fas fa-phone-alt text-green-800 text-xl"></i>
</div>
<h3 class="font-bold mb-2">Telefone</h3>
<p class="text-gray-600">(65) 99307-6986</p>
<a href="tel:65993076986" class="text-green-700 text-sm font-medium mt-2 inline-block">Ligar agora</a>
</div>
<div class="p-6 rounded-xl bg-gray-50">
<div class="w-16 h-16 bg-green-100 rounded-full flex items-center justify-center mx-auto mb-4">
<i class="fab fa-instagram text-green-800 text-xl"></i>
</div>
<h3 class="font-bold mb-2">Instagram</h3>
<p class="text-gray-600">@arqlizeprojetos</p>
<a href="https://instagram.com/arqlizeprojetos" target="_blank" class="text-green-700 text-sm font-medium mt-2 inline-block">Seguir</a>
</div>
</div>
</div>
</div>
</section>
<!-- Floating WhatsApp Button -->
<a href="https://wa.me/5565993076986" class="fixed bottom-6 right-6 bg-green-800 text-white w-16 h-16 rounded-full flex items-center justify-center text-3xl shadow-xl floating-button z-50">
<i class="fab fa-whatsapp"></i>
</a>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-8">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row justify-between items-center">
<div class="mb-4 md:mb-0">
<h2 class="text-2xl font-bold text-brown-200">ARQLIZE</h2>
<p class="text-gray-400">Arquitetura & Design de Interiores</p>
</div>
<div class="flex space-x-6">
<a href="https://instagram.com/arqlizeprojetos" target="_blank" class="text-gray-400 hover:text-white text-xl">
<i class="fab fa-instagram"></i>
</a>
<a href="https://wa.me/5565993076986" class="text-gray-400 hover:text-white text-xl">
<i class="fab fa-whatsapp"></i>
</a>
</div>
</div>
<div class="border-t border-gray-800 mt-6 pt-6 text-center text-gray-400 text-sm">
<p>&copy; 2023 Arqlize Arquitetura. Todos os direitos reservados.</p>
</div>
</div>
</footer>
<script>
// Smooth scrolling for anchor links
document.querySelectorAll('a[href^="#"]').forEach(anchor => {
anchor.addEventListener('click', function (e) {
e.preventDefault();
document.querySelector(this.getAttribute('href')).scrollIntoView({
behavior: 'smooth'
});
});
});
// Animation on scroll
function animateOnScroll() {
const elements = document.querySelectorAll('.service-card, .benefit-item');
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('.service-card, .benefit-item').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=SteAlbuquerque/arqlize-projetos" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html>