buildcraft-masters / index.html
igorChagas's picture
Me gere um site para construção civil
55bd3a6 verified
<!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BuildCraft Masters - Construção Civil de Excelência</title>
<link rel="icon" type="image/x-icon" href="/static/favicon.ico">
<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.waves.min.js"></script>
<style>
.hero-gradient {
background: linear-gradient(135deg, #1e3a8a 0%, #1e40af 50%, #1d4ed8 100%);
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.animate-float {
animation: float 6s ease-in-out infinite;
}
@keyframes float {
0%, 100% { transform: translateY(0); }
50% { transform: translateY(-20px); }
}
</style>
</head>
<body class="font-sans antialiased">
<!-- Navbar -->
<nav class="bg-white shadow-lg fixed w-full z-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="flex justify-between h-20 items-center">
<div class="flex items-center">
<div class="flex-shrink-0 flex items-center">
<i data-feather="home" class="text-blue-600 h-8 w-8"></i>
<span class="ml-2 text-xl font-bold text-gray-900">BuildCraft Masters</span>
</div>
</div>
<div class="hidden md:block">
<div class="ml-10 flex items-baseline space-x-4">
<a href="#home" class="px-3 py-2 rounded-md text-sm font-medium text-blue-600 bg-blue-50">Início</a>
<a href="#services" class="px-3 py-2 rounded-md text-sm font-medium text-gray-700 hover:text-blue-600">Serviços</a>
<a href="#projects" class="px-3 py-2 rounded-md text-sm font-medium text-gray-700 hover:text-blue-600">Projetos</a>
<a href="#about" class="px-3 py-2 rounded-md text-sm font-medium text-gray-700 hover:text-blue-600">Sobre Nós</a>
<a href="#contact" class="px-3 py-2 rounded-md text-sm font-medium text-gray-700 hover:text-blue-600">Contato</a>
</div>
</div>
<div class="md:hidden">
<button type="button" class="inline-flex items-center justify-center p-2 rounded-md text-gray-700" aria-controls="mobile-menu" aria-expanded="false">
<i data-feather="menu"></i>
</button>
</div>
</div>
</div>
</nav>
<!-- Hero Section -->
<section id="home" class="hero-gradient text-white pt-32 pb-20" style="height: 100vh;">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-8 items-center">
<div>
<h1 class="text-4xl md:text-6xl font-bold mb-6">Construindo <span class="text-yellow-300">Futuros</span></h1>
<p class="text-xl md:text-2xl mb-8 leading-relaxed">Soluções inovadoras em construção civil com qualidade excepcional e compromisso com prazos.</p>
<div class="flex space-x-4">
<a href="#contact" class="bg-yellow-400 hover:bg-yellow-500 text-blue-900 font-bold py-3 px-8 rounded-lg transition duration-300">Orçamento</a>
<a href="#projects" class="border-2 border-white hover:bg-white hover:text-blue-900 font-bold py-3 px-8 rounded-lg transition duration-300">Nossos Projetos</a>
</div>
</div>
<div class="hidden lg:block animate-float">
<img src="http://static.photos/construction/1200x630/5" alt="Construção civil" class="rounded-xl shadow-2xl">
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-20 bg-gray-50">
<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">Nossos Serviços</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Oferecemos uma gama completa de serviços para atender todas as suas necessidades de construção</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Service 1 -->
<div class="service-card bg-white p-8 rounded-xl shadow-lg transition duration-500">
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="layers" class="text-blue-600 w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Construção Residencial</h3>
<p class="text-gray-600">Projetamos e construímos residências personalizadas com os mais altos padrões de qualidade.</p>
</div>
<!-- Service 2 -->
<div class="service-card bg-white p-8 rounded-xl shadow-lg transition duration-500">
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="briefcase" class="text-blue-600 w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Construção Comercial</h3>
<p class="text-gray-600">Edifícios comerciais que combinam funcionalidade, estética e eficiência energética.</p>
</div>
<!-- Service 3 -->
<div class="service-card bg-white p-8 rounded-xl shadow-lg transition duration-500">
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="tool" class="text-blue-600 w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Reformas e Renovações</h3>
<p class="text-gray-600">Transformamos espaços existentes em ambientes modernos e funcionais.</p>
</div>
<!-- Service 4 -->
<div class="service-card bg-white p-8 rounded-xl shadow-lg transition duration-500">
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="compass" class="text-blue-600 w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Projeto Arquitetônico</h3>
<p class="text-gray-600">Criamos projetos arquitetônicos personalizados que refletem sua visão e necessidades.</p>
</div>
<!-- Service 5 -->
<div class="service-card bg-white p-8 rounded-xl shadow-lg transition duration-500">
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="shield" class="text-blue-600 w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Gerenciamento de Obras</h3>
<p class="text-gray-600">Gestão profissional que garante qualidade, prazo e orçamento controlados.</p>
</div>
<!-- Service 6 -->
<div class="service-card bg-white p-8 rounded-xl shadow-lg transition duration-500">
<div class="w-16 h-16 bg-blue-100 rounded-full flex items-center justify-center mb-6">
<i data-feather="award" class="text-blue-600 w-8 h-8"></i>
</div>
<h3 class="text-xl font-bold text-gray-900 mb-3">Consultoria Especializada</h3>
<p class="text-gray-600">Soluções técnicas e consultoria para projetos complexos de construção.</p>
</div>
</div>
</div>
</section>
<!-- Projects Section -->
<section id="projects" 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">Nossos Projetos</h2>
<p class="text-xl text-gray-600 max-w-3xl mx-auto">Alguns dos nossos trabalhos mais recentes que nos enchem de orgulho</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Project 1 -->
<div class="relative group overflow-hidden rounded-xl shadow-lg">
<img src="http://static.photos/construction/640x360/1" alt="Projeto Residencial" class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-500">
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 group-hover:opacity-100 transition duration-300 flex items-end p-6">
<div>
<h3 class="text-white text-xl font-bold">Residência Alto Padrão</h3>
<p class="text-gray-300">São Paulo - 2023</p>
</div>
</div>
</div>
<!-- Project 2 -->
<div class="relative group overflow-hidden rounded-xl shadow-lg">
<img src="http://static.photos/construction/640x360/2" alt="Projeto Comercial" class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-500">
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 group-hover:opacity-100 transition duration-300 flex items-end p-6">
<div>
<h3 class="text-white text-xl font-bold">Edifício Corporativo</h3>
<p class="text-gray-300">Rio de Janeiro - 2022</p>
</div>
</div>
</div>
<!-- Project 3 -->
<div class="relative group overflow-hidden rounded-xl shadow-lg">
<img src="http://static.photos/construction/640x360/3" alt="Reforma Completa" class="w-full h-64 object-cover transform group-hover:scale-110 transition duration-500">
<div class="absolute inset-0 bg-gradient-to-t from-black to-transparent opacity-0 group-hover:opacity-100 transition duration-300 flex items-end p-6">
<div>
<h3 class="text-white text-xl font-bold">Reforma de Loja Comercial</h3>
<p class="text-gray-300">Belo Horizonte - 2023</p>
</div>
</div>
</div>
</div>
<div class="text-center mt-12">
<a href="#" class="inline-flex items-center text-blue-600 font-bold hover:text-blue-800">
Ver todos os projetos
<i data-feather="arrow-right" class="ml-2 w-5 h-5"></i>
</a>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-20 bg-blue-50">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-12 items-center">
<div class="mb-12 lg:mb-0">
<img src="http://static.photos/construction/640x360/7" alt="Equipe de construção" class="rounded-xl shadow-xl">
</div>
<div>
<h2 class="text-3xl font-bold text-gray-900 mb-6">Quem Somos</h2>
<p class="text-lg text-gray-700 mb-6">A BuildCraft Masters é uma empresa líder no setor de construção civil, com mais de 15 anos de experiência entregando projetos de excelência.</p>
<p class="text-lg text-gray-700 mb-6">Nossa equipe é composta por profissionais altamente qualificados, desde engenheiros civis até mestres de obras, todos comprometidos com a qualidade e satisfação do cliente.</p>
<div class="space-y-4">
<div class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check-circle" class="text-green-500 w-6 h-6"></i>
</div>
<p class="ml-3 text-gray-700">Mais de 200 projetos concluídos com sucesso</p>
</div>
<div class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check-circle" class="text-green-500 w-6 h-6"></i>
</div>
<p class="ml-3 text-gray-700">Materiais de primeira qualidade e mão de obra especializada</p>
</div>
<div class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="check-circle" class="text-green-500 w-6 h-6"></i>
</div>
<p class="ml-3 text-gray-700">Compromisso com prazos e orçamentos acordados</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Testimonials Section -->
<section class="py-20 bg-blue-600 text-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 mb-4">O Que Nossos Clientes Dizem</h2>
<p class="text-xl max-w-3xl mx-auto">Depoimentos de quem já trabalhou conosco</p>
</div>
<div class="grid md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="bg-blue-700 p-8 rounded-xl">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-blue-800 flex items-center justify-center">
<i data-feather="user" class="w-6 h-6"></i>
</div>
<div class="ml-4">
<h4 class="font-bold">Carlos Silva</h4>
<p class="text-blue-200">Proprietário Residencial</p>
</div>
</div>
<p class="text-blue-100">"A BuildCraft transformou nossa casa além das expectativas. Profissionais competentes e atenciosos em todos os detalhes."</p>
</div>
<!-- Testimonial 2 -->
<div class="bg-blue-700 p-8 rounded-xl">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-blue-800 flex items-center justify-center">
<i data-feather="user" class="w-6 h-6"></i>
</div>
<div class="ml-4">
<h4 class="font-bold">Ana Paula Rocha</h4>
<p class="text-blue-200">CEO - Empresa Comercial</p>
</div>
</div>
<p class="text-blue-100">"Recomendo a BuildCraft pela qualidade do trabalho e profissionalismo. Nosso escritório ficou exatamente como planejado."</p>
</div>
<!-- Testimonial 3 -->
<div class="bg-blue-700 p-8 rounded-xl">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-blue-800 flex items-center justify-center">
<i data-feather="user" class="w-6 h-6"></i>
</div>
<div class="ml-4">
<h4 class="font-bold">Roberto Mendes</h4>
<p class="text-blue-200">Diretor de Operações</p>
</div>
</div>
<p class="text-blue-100">"Excelente gerenciamento de obra. Cumpriram todos os prazos e orçamento mesmo em um projeto complexo."</p>
</div>
</div>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-20 bg-white">
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8">
<div class="lg:grid lg:grid-cols-2 lg:gap-12">
<div class="mb-12 lg:mb-0">
<h2 class="text-3xl font-bold text-gray-900 mb-6">Entre em Contato</h2>
<p class="text-lg text-gray-700 mb-8">Estamos prontos para transformar seu projeto em realidade. Preencha o formulário ou use nossos canais diretos.</p>
<div class="space-y-4">
<div class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="mail" class="text-blue-600 w-6 h-6"></i>
</div>
<p class="ml-3 text-gray-700">contato@buildcraftmasters.com.br</p>
</div>
<div class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="phone" class="text-blue-600 w-6 h-6"></i>
</div>
<p class="ml-3 text-gray-700">(11) 98765-4321</p>
</div>
<div class="flex items-start">
<div class="flex-shrink-0">
<i data-feather="map-pin" class="text-blue-600 w-6 h-6"></i>
</div>
<p class="ml-3 text-gray-700">Av. Paulista, 1000 - São Paulo/SP</p>
</div>
</div>
<div class="mt-8">
<h3 class="text-xl font-bold text-gray-900 mb-4">Nos siga nas redes sociais</h3>
<div class="flex space-x-4">
<a href="#" class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center hover:bg-blue-200 transition">
<i data-feather="facebook" class="text-blue-600 w-5 h-5"></i>
</a>
<a href="#" class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center hover:bg-blue-200 transition">
<i data-feather="instagram" class="text-blue-600 w-5 h-5"></i>
</a>
<a href="#" class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center hover:bg-blue-200 transition">
<i data-feather="linkedin" class="text-blue-600 w-5 h-5"></i>
</a>
<a href="#" class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center hover:bg-blue-200 transition">
<i data-feather="youtube" class="text-blue-600 w-5 h-5"></i>
</a>
</div>
</div>
</div>
<div>
<form class="space-y-6">
<div>
<label for="name" class="block text-sm font-medium text-gray-700">Nome Completo</label>
<input type="text" id="name" name="name" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-3 px-4 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="email" class="block text-sm font-medium text-gray-700">E-mail</label>
<input type="email" id="email" name="email" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-3 px-4 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="phone" class="block text-sm font-medium text-gray-700">Telefone</label>
<input type="tel" id="phone" name="phone" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-3 px-4 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
</div>
<div>
<label for="service" class="block text-sm font-medium text-gray-700">Serviço de Interesse</label>
<select id="service" name="service" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-3 px-4 focus:outline-none focus:ring-blue-500 focus:border-blue-500">
<option>Selecione um serviço</option>
<option>Construção Residencial</option>
<option>Construção Comercial</option>
<option>Reformas e Renovações</option>
<option>Projeto Arquitetônico</option>
<option>Gerenciamento de Obras</option>
<option>Consultoria Especializada</option>
</select>
</div>
<div>
<label for="message" class="block text-sm font-medium text-gray-700">Mensagem</label>
<textarea id="message" name="message" rows="4" class="mt-1 block w-full border border-gray-300 rounded-md shadow-sm py-3 px-4 focus:outline-none focus:ring-blue-500 focus:border-blue-500"></textarea>
</div>
<div>
<button type="submit" class="w-full bg-blue-600 hover:bg-blue-700 text-white font-bold py-3 px-6 rounded-md transition duration-300">Enviar Mensagem</button>
</div>
</form>
</div>
</div>
</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>
<h3 class="text-lg font-bold mb-4">BuildCraft Masters</h3>
<p class="text-gray-400">Construindo sonhos e transformando espaços com excelência e inovação desde 2008.</p>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Serviços</h3>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Construção Residencial</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Construção Comercial</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Reformas e Renovações</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Projeto Arquitetônico</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Links Úteis</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">FAQ</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Política de Privacidade</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Termos de Serviço</a></li>
</ul>
</div>
<div>
<h3 class="text-lg font-bold mb-4">Newsletter</h3>
<p class="text-gray-400 mb-4">Assine para receber nossas novidades e promoções.</p>
<form class="flex">
<input type="email" placeholder="Seu e-mail" class="bg-gray-800 text-white py-2 px-4 rounded-l focus:outline-none focus:ring-1 focus:ring-blue-500 w-full">
<button type="submit" class="bg-blue-600 hover:bg-blue-700 py-2 px-4 rounded-r transition">
<i data-feather="send" class="w-5 h-5"></i>
</button>
</form>
</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">&copy; 2023 BuildCraft Masters. Todos os direitos reservados.</p>
<div class="flex space-x-6 mt-4 md:mt-0">
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="facebook" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="instagram" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="linkedin" class="w-5 h-5"></i>
</a>
<a href="#" class="text-gray-400 hover:text-white transition">
<i data-feather="youtube" class="w-5 h-5"></i>
</a>
</div>
</div>
</div>
</footer>
<script>
// Initialize feather icons
feather.replace();
// Mobile menu toggle functionality
document.addEventListener('DOMContentLoaded', function() {
const mobileMenuButton = document.querySelector('[aria-controls="mobile-menu"]');
mobileMenuButton.addEventListener('click', function() {
const expanded = this.getAttribute('aria-expanded') === 'true';
this.setAttribute('aria-expanded', !expanded);
// Here you would toggle your mobile menu visibility
});
// 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'
});
});
});
});
// Initialize Vanta.js effect
VANTA.WAVES({
el: "#home",
mouseControls: true,
touchControls: true,
gyroControls: false,
minHeight: 200.00,
minWidth: 200.00,
scale: 1.00,
scaleMobile: 1.00,
color: 0x1e40af,
shininess: 35.00,
waveHeight: 15.00,
waveSpeed: 0.50,
zoom: 0.8
});
</script>
</body>
</html>