Vandevliet.AerialShots.Website/public/contact.html

43 lines
1.4 KiB
HTML
Raw Normal View History

2025-07-07 13:09:23 +02:00
<!DOCTYPE html>
<html lang="nl" data-bs-theme="dark">
<head>
<!--# include file="/includes/partials/head-content.html" -->
2025-07-07 13:09:23 +02:00
<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>
2025-12-18 12:45:11 +01:00
<body class="d-flex flex-column min-vh-100">
2025-07-07 13:09:23 +02:00
<header>
<!--# include file="/includes/components/nav.html" -->
2025-07-07 13:09:23 +02:00
</header>
2025-12-17 20:15:49 +01:00
<main>
<section class="container-xxl pb-0 text-center">
<h1 id="contact" class="text-center">Contact</h1>
2025-07-07 13:09:23 +02:00
<p class="lead">
2025-12-17 20:15:49 +01:00
Stuur mij gerust een mailtje voor een vrijblijvend gesprek! 🙂
<br>🡇
2025-07-07 13:09:23 +02:00
</p>
<section class="container-xxl">
<!--# include file="/includes/components/contact-row.html" -->
</section>
2025-07-07 13:09:23 +02:00
</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>
2025-07-07 13:09:23 +02:00
</body>
</html>