File size: 35,454 Bytes
e5f2c32 a225512 eb5e652 a225512 e5f2c32 fa4cd3b 4f7ee82 e5f2c32 fa4cd3b e5f2c32 fa4cd3b 4f7ee82 e5f2c32 3e1deab e5f2c32 3e1deab e5f2c32 40ff0a4 e5f2c32 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 | <!DOCTYPE html>
<html lang="pt-BR">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Web Rush Delivery - Seu site profissional em até 24h</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&display=swap');
body {
font-family: 'Poppins', sans-serif;
scroll-behavior: smooth;
}
.logo-ai {
position: relative;
}
.logo-ai::after {
content: "";
position: absolute;
bottom: -5px;
left: 0;
width: 100%;
height: 3px;
background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
border-radius: 3px;
}
.gradient-text {
background: linear-gradient(90deg, #3b82f6, #8b5cf6, #ec4899);
-webkit-background-clip: text;
background-clip: text;
color: transparent;
}
.service-card:hover {
transform: translateY(-10px);
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}
.floating {
animation: floating 3s ease-in-out infinite;
}
@keyframes floating {
0% { transform: translateY(0px); }
50% { transform: translateY(-15px); }
100% { transform: translateY(0px); }
}
</style>
</head>
<body class="bg-gray-50">
<!-- Header/Navigation -->
<header class="bg-white shadow-sm sticky top-0 z-50">
<div class="container mx-auto px-4 py-4 flex justify-between items-center">
<div class="flex items-center">
<div class="text-3xl font-bold mr-2">
<span class="text-blue-600">W</span>
<span class="text-purple-600">R</span>
<span class="text-pink-500">D</span>
<span class="logo-ai"></span>
</div>
<span class="text-xl font-semibold hidden sm:block">Web Rush Delivery</span>
</div>
<nav class="hidden md:block">
<ul class="flex space-x-8">
<li><a href="#home" class="font-medium hover:text-blue-600 transition">Início</a></li>
<li><a href="#services" class="font-medium hover:text-purple-600 transition">Serviços</a></li>
<li><a href="#about" class="font-medium hover:text-pink-500 transition">Sobre Nós</a></li>
<li><a href="#contact" class="font-medium hover:text-blue-600 transition">Contato</a></li>
</ul>
</nav>
<a href="https://wa.me/5527981179945" target="_blank" class="bg-gradient-to-r from-blue-600 to-purple-600 text-white px-4 py-2 rounded-full font-medium hover:shadow-lg transition flex items-center">
<i class="fab fa-whatsapp mr-2"></i> Orçamento
</a>
<button class="md:hidden text-gray-700" id="mobile-menu-button">
<i class="fas fa-bars text-2xl"></i>
</button>
</div>
<!-- Mobile Menu -->
<div class="md:hidden hidden bg-white py-4 px-4 shadow-md" id="mobile-menu">
<ul class="space-y-4">
<li><a href="#home" class="block font-medium hover:text-blue-600 transition">Início</a></li>
<li><a href="#services" class="block font-medium hover:text-purple-600 transition">Serviços</a></li>
<li><a href="#about" class="block font-medium hover:text-pink-500 transition">Sobre Nós</a></li>
<li><a href="#contact" class="block font-medium hover:text-blue-600 transition">Contato</a></li>
</ul>
</div>
</header>
<!-- Hero Section -->
<section id="home" class="py-16 md:py-24 bg-gradient-to-br from-blue-50 to-purple-50">
<div class="container mx-auto px-4 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 mb-6">
<span class="gradient-text">Seu site profissional</span><br>
desenvolvido em até <span class="text-blue-600">24 horas</span>
</h1>
<p class="text-lg text-gray-600 mb-8">
Profissionalize seu negócio com um site moderno, rápido e acessível.
Nós cuidamos de tudo para que você possa focar no que realmente importa.
</p>
<div class="flex flex-col sm:flex-row space-y-4 sm:space-y-0 sm:space-x-4">
<a href="https://wa.me/5527981179945" target="_blank" class="bg-gradient-to-r from-blue-600 to-purple-600 text-white px-6 py-3 rounded-full font-medium hover:shadow-lg transition text-center">
Solicitar Orçamento
</a>
<a href="#services" class="border-2 border-blue-600 text-blue-600 px-6 py-3 rounded-full font-medium hover:bg-blue-50 transition text-center">
Conheça nossos serviços
</a>
</div>
</div>
<div class="md:w-1/2 flex justify-center">
<div class="relative w-full max-w-md">
<div class="floating">
<div class="grid grid-cols-2 gap-2">
<!-- Restaurant Example -->
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<img src="https://images.unsplash.com/photo-1555396273-367ea4eb4db5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&q=80"
alt="Restaurant website example"
class="w-full h-full object-cover">
<div class="absolute inset-0 bg-black bg-opacity-0 hover:bg-opacity-20 transition duration-300 flex items-center justify-center opacity-0 hover:opacity-100">
<span class="text-white font-bold text-lg">Restaurante</span>
</div>
</div>
<!-- Dental Clinic Example -->
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<img src="https://images.unsplash.com/photo-1588776814546-1ffcf47267a5?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&q=80"
alt="Dental clinic website example"
class="w-full h-full object-cover">
<div class="absolute inset-0 bg-black bg-opacity-0 hover:bg-opacity-20 transition duration-300 flex items-center justify-center opacity-0 hover:opacity-100">
<span class="text-white font-bold text-lg">Clínica Odontológica</span>
</div>
</div>
<!-- Barbershop Example -->
<div class="bg-white rounded-lg shadow-md overflow-hidden">
<img src="https://images.unsplash.com/photo-1595476108010-b4d1f102b1b1?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=600&q=80"
alt="Barbershop website example"
class="w-full h-full object-cover">
<div class="absolute inset-0 bg-black bg-opacity-0 hover:bg-opacity-20 transition duration-300 flex items-center justify-center opacity-0 hover:opacity-100">
<span class="text-white font-bold text-lg"></span>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- Services Section -->
<section id="services" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="text-center mb-16">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Soluções Personalizadas</h2>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">
Desenvolvemos sites sob medida para cada tipo de negócio, com todas as funcionalidades que você precisa.
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
<!-- Service 1 -->
<div class="bg-white rounded-xl shadow-md overflow-hidden service-card transition duration-300">
<div class="h-48 bg-gradient-to-r from-blue-100 to-purple-100 flex items-center justify-center">
<i class="fas fa-utensils text-6xl text-blue-600"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-3">Sites para Restaurantes</h3>
<p class="text-gray-600 mb-4">
Cardápio digital, reservas online, delivery integrado e muito mais para atrair mais clientes.
</p>
<ul class="space-y-2 text-sm text-gray-600">
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Integração com iFood/Rappi</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Sistema de reservas</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Galeria de fotos dos pratos</li>
</ul>
</div>
</div>
<!-- Service 2 -->
<div class="bg-white rounded-xl shadow-md overflow-hidden service-card transition duration-300">
<div class="h-48 bg-gradient-to-r from-purple-100 to-pink-100 flex items-center justify-center">
<i class="fas fa-user-md text-6xl text-purple-600"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-3">Sites para Profissionais de Saúde</h3>
<p class="text-gray-600 mb-4">
Para dentistas, médicos, nutricionistas e psicólogos. Agendamento online e área do paciente.
</p>
<ul class="space-y-2 text-sm text-gray-600">
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Agendamento inteligente</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Formulários de anamnese</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Blog com artigos especializados</li>
</ul>
</div>
</div>
<!-- Service 3 -->
<div class="bg-white rounded-xl shadow-md overflow-hidden service-card transition duration-300">
<div class="h-48 bg-gradient-to-r from-pink-100 to-blue-100 flex items-center justify-center">
<i class="fas fa-cut text-6xl text-pink-500"></i>
</div>
<div class="p-6">
<h3 class="text-xl font-bold mb-3">Sites para Barbearias</h3>
<p class="text-gray-600 mb-4">
Mostre seu trabalho, aceite agendamentos e venda produtos diretamente pelo site.
</p>
<ul class="space-y-2 text-sm text-gray-600">
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Portfólio de cortes</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Agendamento por WhatsApp</li>
<li class="flex items-center"><i class="fas fa-check-circle text-green-500 mr-2"></i> Loja virtual de produtos</li>
</ul>
</div>
</div>
</div>
<!-- Features Section -->
<div class="mt-24">
<div class="text-center mb-12">
<h2 class="text-3xl md:text-4xl font-bold mb-4">Nossas Soluções Integradas</h2>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">
Tudo que seu negócio precisa para se destacar online
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<div class="bg-gray-50 p-6 rounded-xl">
<div class="w-14 h-14 bg-blue-100 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-share-alt text-blue-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Integração com Redes Sociais</h3>
<p class="text-gray-600">
Conectamos seu site diretamente com Instagram, Facebook e TikTok para impulsionar suas vendas.
</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl">
<div class="w-14 h-14 bg-purple-100 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-calendar-check text-purple-600 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Agendamento Inteligente</h3>
<p class="text-gray-600">
Sistema de agendamento que sincroniza com sua agenda e evita conflitos de horários.
</p>
</div>
<div class="bg-gray-50 p-6 rounded-xl">
<div class="w-14 h-14 bg-pink-100 rounded-full flex items-center justify-center mb-4">
<i class="fas fa-mobile-alt text-pink-500 text-2xl"></i>
</div>
<h3 class="text-xl font-bold mb-3">Totalmente Responsivo</h3>
<p class="text-gray-600">
Seu site perfeito em qualquer dispositivo: celular, tablet ou computador.
</p>
</div>
</div>
</div>
</div>
</section>
<!-- About Section -->
<section id="about" class="py-16 bg-gradient-to-br from-purple-50 to-blue-50">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row items-center">
<div class="md:w-1/2 mb-12 md:mb-0 md:pr-12">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Nossa História</h2>
<p class="text-lg text-gray-700 mb-6">
Nascemos com o propósito de profissionalizar o seu negócio, de forma ágil e segura, promovendo o impulsionamento das suas atividades exercidas, de forma que caiba no seu bolso.
</p>
<p class="text-lg text-gray-700 mb-8">
Acreditamos que todo negócio merece ter uma presença online de qualidade, sem complicações e com resultados reais. Por isso, desenvolvemos sites rápidos, bonitos e funcionais que realmente ajudam a alavancar seus negócios.
</p>
<a href="https://wa.me/5527981179945" target="_blank" class="bg-gradient-to-r from-blue-600 to-purple-600 text-white px-6 py-3 rounded-full font-medium hover:shadow-lg transition inline-block">
Fale conosco
</a>
</div>
<div class="md:w-1/2">
<div class="bg-white p-8 rounded-xl shadow-md">
<h3 class="text-2xl font-bold mb-6 text-center">Conheça os Fundadores</h3>
<div class="flex flex-col md:flex-row space-y-8 md:space-y-0 md:space-x-8">
<!-- Founder 1 -->
<div class="flex-1 text-center">
<div class="w-32 h-32 mx-auto mb-4 rounded-full overflow-hidden">
<img src="https://i.postimg.cc/FzHpTFV4/1a1435dc-9490-4cab-8eb9-15ec44b55267.jpg" alt="Mateus Martins" class="w-full h-full object-cover">
</div>
<h4 class="text-xl font-bold">Mateus Martins</h4>
<p class="text-gray-600">Co-Fundador & Desenvolvedor</p>
<div class="flex justify-center space-x-3 mt-3">
<a href="#" class="text-blue-600 hover:text-blue-800"><i class="fab fa-linkedin"></i></a>
<a href="#" class="text-gray-600 hover:text-gray-800"><i class="fab fa-github"></i></a>
</div>
</div>
<!-- Founder 2 -->
<div class="flex-1 text-center">
<div class="w-32 h-32 mx-auto mb-4 rounded-full overflow-hidden">
<img src="https://i.postimg.cc/DwrGbk1d/4082d093-7b9f-401e-88cb-38030c8ef622.jpg" alt="Thallys Falotico" class="w-full h-full object-cover">
</div>
<h4 class="text-xl font-bold">Thallys Falotico</h4>
<p class="text-gray-600">Co-Fundador & Designer</p>
<div class="flex justify-center space-x-3 mt-3">
<a href="#" class="text-blue-600 hover:text-blue-800"><i class="fab fa-linkedin"></i></a>
<a href="#" class="text-gray-600 hover:text-gray-800"><i class="fab fa-github"></i></a>
</div>
</div>
</div>
</div>
</div>
</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 md:text-4xl font-bold mb-4">O que nossos clientes dizem</h2>
<p class="text-lg text-gray-600 max-w-2xl mx-auto">
Veja a opinião de quem já contratou nossos serviços
</p>
</div>
<div class="grid grid-cols-1 md:grid-cols-3 gap-8">
<!-- Testimonial 1 -->
<div class="bg-gray-50 p-6 rounded-xl">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-blue-100 flex items-center justify-center mr-4">
<i class="fas fa-user text-blue-600"></i>
</div>
<div>
<h4 class="font-bold">Dr. Carlos Silva</h4>
<p class="text-sm text-gray-500">Dentista</p>
</div>
</div>
<p class="text-gray-700">
"O site que a WRD criou para minha clínica odontológica superou todas as expectativas. O sistema de agendamento online reduziu em 30% as faltas dos meus pacientes."
</p>
<div class="flex mt-3">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
<!-- Testimonial 2 -->
<div class="bg-gray-50 p-6 rounded-xl">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-purple-100 flex items-center justify-center mr-4">
<i class="fas fa-user text-purple-600"></i>
</div>
<div>
<h4 class="font-bold">Ana Beatriz</h4>
<p class="text-sm text-gray-500">Nutricionista</p>
</div>
</div>
<p class="text-gray-700">
"Fiquei impressionada com a velocidade que criaram meu site. Em menos de 24h já estava online e lindo! Agora meus pacientes podem agendar consultas e baixar materiais."
</p>
<div class="flex mt-3">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
</div>
</div>
<!-- Testimonial 3 -->
<div class="bg-gray-50 p-6 rounded-xl">
<div class="flex items-center mb-4">
<div class="w-12 h-12 rounded-full bg-pink-100 flex items-center justify-center mr-4">
<i class="fas fa-user text-pink-500"></i>
</div>
<div>
<h4 class="font-bold">Marcos Barbosa</h4>
<p class="text-sm text-gray-500">Barbearia</p>
</div>
</div>
<p class="text-gray-700">
"Minha barbearia teve um aumento de 40% nos agendamentos depois que o site ficou pronto. A integração com Instagram é sensacional, facilita muito para meus clientes."
</p>
<div class="flex mt-3">
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star text-yellow-400"></i>
<i class="fas fa-star-half-alt text-yellow-400"></i>
</div>
</div>
</div>
</div>
</section>
<!-- CTA Section -->
<section class="py-16 bg-gradient-to-r from-blue-600 to-purple-600 text-white">
<div class="container mx-auto px-4 text-center">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Pronto para transformar seu negócio?</h2>
<p class="text-xl mb-8 max-w-2xl mx-auto">
Seu site profissional em até 24 horas, com todas as funcionalidades que você precisa.
</p>
<a href="https://wa.me/5527981179945" target="_blank" class="bg-white text-blue-600 px-8 py-4 rounded-full font-bold hover:bg-gray-100 hover:shadow-xl transition inline-block">
<i class="fab fa-whatsapp mr-2"></i> Fale conosco agora
</a>
</div>
</section>
<!-- Contact Section -->
<section id="contact" class="py-16 bg-white">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row">
<div class="md:w-1/2 mb-12 md:mb-0 md:pr-12">
<h2 class="text-3xl md:text-4xl font-bold mb-6">Entre em Contato</h2>
<p class="text-lg text-gray-600 mb-8">
Tem alguma dúvida ou quer saber mais sobre nossos serviços? Entre em contato conosco por qualquer um dos canais abaixo.
</p>
<div class="space-y-6">
<div class="flex items-start">
<div class="w-10 h-10 bg-blue-100 rounded-full flex items-center justify-center mr-4 mt-1">
<i class="fas fa-phone-alt text-blue-600"></i>
</div>
<div>
<h4 class="font-bold text-lg">Telefone/WhatsApp</h4>
<a href="https://wa.me/5527981179945" target="_blank" class="text-gray-600 hover:text-blue-600">+55 27 98117-9945</a>
</div>
</div>
<div class="flex items-start">
<div class="w-10 h-10 bg-purple-100 rounded-full flex items-center justify-center mr-4 mt-1">
<i class="fas fa-envelope text-purple-600"></i>
</div>
<div>
<h4 class="font-bold text-lg">Email</h4>
<a href="mailto:contato@webrushdelivery.com" class="text-gray-600 hover:text-purple-600">webrushdelivery@gmail.com</a>
</div>
</div>
<div class="flex items-start">
<div class="w-10 h-10 bg-pink-100 rounded-full flex items-center justify-center mr-4 mt-1">
<i class="fas fa-map-marker-alt text-pink-500"></i>
</div>
<div>
<h4 class="font-bold text-lg">Endereço</h4>
<p class="text-gray-600">São Paulo, SP</p>
</div>
</div>
</div>
<div class="mt-8">
<h4 class="font-bold text-lg mb-4">Siga-nos nas redes sociais</h4>
<div class="flex space-x-4">
<a href="https://www.instagram.com/webrushdelivery/" target="_blank" class="w-10 h-10 bg-gradient-to-r from-pink-500 to-purple-600 rounded-full flex items-center justify-center text-white hover:shadow-lg">
<i class="fab fa-instagram"></i>
</a>
<a href="https://www.tiktok.com/@webrushdelivery?_t=ZM-8yJKkWsLGMv&_r=1" target="_blank" class="w-10 h-10 bg-black rounded-full flex items-center justify-center text-white hover:shadow-lg">
<i class="fab fa-tiktok"></i>
</a>
<a href="#" class="w-10 h-10 bg-blue-600 rounded-full flex items-center justify-center text-white hover:shadow-lg">
<i class="fab fa-facebook-f"></i>
</a>
</div>
</div>
</div>
<div class="md:w-1/2">
<div class="bg-gray-50 p-8 rounded-xl shadow-md">
<h3 class="text-2xl font-bold mb-6">Envie uma mensagem</h3>
<form id="contact-form">
<div class="mb-4">
<label for="name" class="block text-gray-700 font-medium mb-2">Nome</label>
<input type="text" id="name" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div class="mb-4">
<label for="email" class="block text-gray-700 font-medium mb-2">Email</label>
<input type="email" id="email" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div class="mb-4">
<label for="phone" class="block text-gray-700 font-medium mb-2">Telefone</label>
<input type="tel" id="phone" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
</div>
<div class="mb-4">
<label for="service" class="block text-gray-700 font-medium mb-2">Serviço de interesse</label>
<select id="service" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500">
<option value="">Selecione...</option>
<option value="restaurante">Site para Restaurante</option>
<option value="saude">Site para Profissional de Saúde</option>
<option value="barbearia">Site para Barbearia</option>
<option value="outro">Outro</option>
</select>
</div>
<div class="mb-4">
<label for="message" class="block text-gray-700 font-medium mb-2">Mensagem</label>
<textarea id="message" rows="4" class="w-full px-4 py-2 border border-gray-300 rounded-lg focus:outline-none focus:ring-2 focus:ring-blue-500"></textarea>
</div>
<button type="submit" class="bg-gradient-to-r from-blue-600 to-purple-600 text-white px-6 py-3 rounded-full font-medium hover:shadow-lg transition w-full">
Enviar Mensagem
</button>
</form>
</div>
</div>
</div>
</div>
</section>
<!-- Footer -->
<footer class="bg-gray-900 text-white py-12">
<div class="container mx-auto px-4">
<div class="flex flex-col md:flex-row justify-between">
<div class="mb-8 md:mb-0">
<div class="flex items-center mb-4">
<div class="text-3xl font-bold mr-2">
<span class="text-blue-400">W</span>
<span class="text-purple-400">R</span>
<span class="text-pink-400">D</span>
</div>
<span class="text-xl font-semibold">Web Rush Delivery</span>
</div>
<p class="text-gray-400 max-w-xs">
Seu site profissional desenvolvido em até 24 horas.
</p>
</div>
<div class="grid grid-cols-2 md:grid-cols-3 gap-8">
<div>
<h4 class="font-bold text-lg mb-4">Links Rápidos</h4>
<ul class="space-y-2">
<li><a href="#home" class="text-gray-400 hover:text-white transition">Início</a></li>
<li><a href="#services" class="text-gray-400 hover:text-white transition">Serviços</a></li>
<li><a href="#about" class="text-gray-400 hover:text-white transition">Sobre Nós</a></li>
<li><a href="#contact" class="text-gray-400 hover:text-white transition">Contato</a></li>
</ul>
</div>
<div>
<h4 class="font-bold text-lg mb-4">Serviços</h4>
<ul class="space-y-2">
<li><a href="#" class="text-gray-400 hover:text-white transition">Sites para Restaurantes</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Sites para Profissionais de Saúde</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Sites para Barbearias</a></li>
<li><a href="#" class="text-gray-400 hover:text-white transition">Outros Segmentos</a></li>
</ul>
</div>
<div>
<h4 class="font-bold text-lg mb-4">Contato</h4>
<ul class="space-y-2">
<li class="flex items-center"><i class="fas fa-phone-alt mr-2 text-gray-400"></i> <a href="https://wa.me/5527981179945" target="_blank" class="text-gray-400 hover:text-white transition">+55 27 98117-9945</a></li>
<li class="flex items-center"><i class="fas fa-envelope mr-2 text-gray-400"></i> <a href="mailto:contato@webrushdelivery.com" class="text-gray-400 hover:text-white transition">webrushdelivery@gmail.com</a></li>
<li class="flex items-center"><i class="fas fa-map-marker-alt mr-2 text-gray-400"></i> <span class="text-gray-400">São Paulo, SP</span></li>
</ul>
</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 mb-4 md:mb-0">
© 2023 Web Rush Delivery. Todos os direitos reservados.
</p
<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=mateusbmo/wrd" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
</html> |