<section id=“contact“ class=“contact-section“>
<div class=“container“>
<h2>Kontaktujte nás</h2>
<p>Máte zájem o naše služby? Neváhejte nás kontaktovat!</p>
<div class=“contact-details“>
<p><strong>LE-MARK – Úklidová firma</strong></p>
<p>Telefon: <a href=“tel:+420777123456″>+420 777 123 456</a></p>
<p>E-mail: <a href=“mailto:info@le-mark.cz“>info@le-mark.cz</a></p>
<p>Adresa: Uklidová 12, 100 00 Praha</p>
</div>
<div class=“contact-form“>
<form action=“#“ method=“post“>
<label for=“name“>Jméno a příjmení:</label>
<input type=“text“ id=“name“ name=“name“ required>
<label for=“email“>E-mail:</label>
<input type=“email“ id=“email“ name=“email“ required>
<label for=“message“>Zpráva:</label>
<textarea id=“message“ name=“message“ rows=“5″ required></textarea>
<button type=“submit“>Odeslat</button>
</form>
</div>
</div>
</section>