<!doctype html>
<html lang="en">
<head>
	<meta charset="utf-8">
	<meta name="viewport" content="width=device-width, initial-scale=1">
	<title>Inbox Design Website Holding Page</title>
	<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.1.3/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
</head>
<body class="bg-light">
<div class="px-4 pt-5 my-5 text-center bg-white border-bottom">

		<img src="https://inboxdesign.ibcdn.nz/logo_inboxdesign.svg" alt="Inbox Design Logo" class="mx-auto mb-5" width="200px">
	<h1 class="display-4 fw-bold my-3">New website coming soon</h1>
	<div class="col-lg-6 mx-auto py-5">
		<p class="lead mb-4">This site has been pointed to Inbox Design but the new responsive website is still in development. </p>
		<div class="d-grid gap-2 d-sm-flex justify-content-sm-center mb-5">
			<a href="https://www.inboxdesign.co.nz/" type="button" class="btn btn-primary btn-lg px-4 me-sm-3">Learn more</a>
			<a href="https://www.inboxdesign.co.nz/contact" type="button" class="btn btn-outline-secondary btn-lg px-4">Contact Us</a>
		</div>
	</div>
	<div class="overflow-hidden mt-5" style="max-height: 27vh;">
		<div class="container px-5">
			<img src="https://inboxdesign.ibcdn.nz/media/2022_02_07_inboxdesign-hero-banner.png" class="img-fluid border rounded-3 shadow-lg mb-4" alt="Inbox Design Website" width="700" height="500" loading="lazy">
		</div>
	</div>
	</div>


<footer class="footer mt-5 pt-5 text-muted text-center text-uppercase fs-6">
	<p><strong><small>&copy; <a href="https://www.inboxdesign.co.nz/" class="text-muted">Inbox Design</a> 2026 web82</small></strong></p>
</footer>
