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

37 lines
No EOL
1.3 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 class="d-flex flex-column min-vh-100">
<header>
<!--# include file="/includes/components/nav.html" -->
</header>
<main>
<section class="container-xxl pb-0">
<h1 id="contact" class="text-center">Contact</h1>
<!--# include file="/includes/components/contact-row.html" -->
</section>
<!-- Nothing more here yet, contact form will be added later, contact info is in the footer -->
</main>
<footer class="bg-secondary-subtle">
<!--# include file="/includes/partials/footer-bottom.html" -->
</footer>
</body>
</html>