Contact Me

Choose your preferred service, fill out the relevant form and I'll be in touch.

Smart Site

Ideal for start-ups, solopreneurs or businesses looking to start up online.

enquire

Custom Site

For established businesses looking to grow or needing a custom touch.

ENQUIRE

Prefer to reach out directly?

Just drop me a message at hello@mjblount.com

What I need from you

Once we've confirmed your booking, I'll send over your content planning guide to help you prepare the content for your website, and I also need the following from you.
  • Your custom domain name.

    If you don't already have a custom domain name for your business, you'll need to purchase one. You'll need to pay an annual fee but they're fairly inexpensive. I recommend BlueHost or GoogleDomain.
  • Any requirements for your website (do you need a blog or a testimonial page?
  • Mobile optimisation
  • 5 pages (Homepage, About, Services, Portfolio, Pricing)
  • Content planner
  • Mobile optimisation

Book with me and let's build your new business website

Fill out this form to make a provisional booking and I'll get back to confirm that dates your website will be built and a link to pay the deposit to secure your booking.

Unsure whether this is the right website option for you?

Fill out this form to make a provisional booking and I'll get back to confirm that dates your website will be build and a link to pay the deposit to secure your booking.
document.addEventListener("DOMContentLoaded", function () { // Get buttons and forms const btnBrochure = document.getElementById("btnBrochure"); const btnCustom = document.getElementById("btnCustom"); const btnNotSure = document.getElementById("btnNotSure"); const formBrochure = document.getElementById("formBrochure"); const formCustom = document.getElementById("formCustom"); const formNotSure = document.getElementById("formNotSure"); // Hide all forms initially function hideAllForms() { formBrochure.style.display = "none"; formCustom.style.display = "none"; formNotSure.style.display = "none"; } hideAllForms(); // Ensure all forms are hidden at the start // Show the relevant form when a button is clicked btnBrochure.addEventListener("click", function () { hideAllForms(); formBrochure.style.display = "block"; }); btnCustom.addEventListener("click", function () { hideAllForms(); formCustom.style.display = "block"; }); btnNotSure.addEventListener("click", function () { hideAllForms(); formNotSure.style.display = "block"; }); });