<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>glucasodonto</title>
<link href="vendor/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
<!-- Style CSS -->
<link href="css/style.css" rel="stylesheet">
</head>
<body id="links">
<div class="col-md-12 container text-center justify-content-center mt-3">
<h2><i class="fas fa-tooth text-light pt-3"></i><br></h2>
<h1> Gleydson Lucas <br> Odontologia Especializada </h1>
<hr>
<div class="row justify-content-center">
<div class="col-md-6 botao">
<a href="https://wa.me/5585996635911" target="_blank" class="btn btn-primary btn">
<i class="fab fa-whatsapp pr-2"></i> <span class="texto"> Agende pelo WhatsApp 01</span>
</a>
</div>
<div class="col-md-6 botao">
<a href="https://wa.me/5585987656487" target="_blank" class="btn btn-primary btn">
<i class="fab fa-whatsapp pr-2"></i> <span class="texto">Agende pelo WhatsApp 02</span>
</a>
</div>
<div class="col-md-6 botao">
<a href="tel:5585996635911" target="_blank" class="btn btn-primary btn">
<i class="fas fa-phone pr-2"></i> <span class="texto"> Fale com a gente pelo telefone</span>
</a>
</div>
<div class="col-md-6 botao">
<a href="https://facebook.com/glucasodonto" target="_blank" class="btn btn-primary btn">
<i class="fab fa-facebook pr-2"></i> <span class="texto">Curta nossa página no Facebook</span>
</a>
</div>
<div class="col-md-6 botao">
<a href="https://g.page/glucasodonto?share" target="_blank" class="btn btn-primary btn">
<i class="fas fa-map pr-2"></i> <span class="texto">Encontre-nos</span>
</a>
</div>
</div>
</div>
</body>
</html>