Vandevliet.AerialShots.Website/public/contact.html
2025-12-18 20:00:40 +01:00

43 lines
No EOL
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="nl" data-bs-theme="dark">
<head>
<!--# include file="/includes/partials/head-content.html" -->
<title>Vandevliet Aerial Shots</title>
<meta name="description" content="FPV dronevideo's voor bedrijven, vastgoed, recreatie, sport en evenementen.">
<meta property="og:title" content="Vandevliet Aerial Shots">
<meta property="og:description" content="FPV dronevideo's voor bedrijven, vastgoed, recreatie, sport en evenementen.">
<meta property="og:type" content="website">
<meta property="og:locale" content="nl_NL">
<meta property="og:url" content="https://vandevliet-aerialshots.com">
<meta property="og:image" content="/assets/static/logo-aerialshots-v1-w.png">
</head>
<body>
<header>
<!--# include file="/includes/components/nav.html" -->
</header>
<main>
<section class="container-xxl pb-0 text-center">
<h1 id="contact" class="text-center">Contact</h1>
<p class="lead">
Stuur mij gerust een mailtje voor een vrijblijvend gesprek! 🙂
<br>🡇
</p>
<section class="container-xxl">
<!--# include file="/includes/components/contact-row.html" -->
</section>
</section>
<!-- Nothing more here yet, contact form will be added later, contact info is in the footer -->
</main>
<footer class="bg-secondary-subtle pt-3">
<!--# include file="/includes/partials/footer-bottom.html" -->
</footer>
</body>
</html>