Prime Design orange logo

Prime Design
Solutions

Our website will be live soon...

If you would like to get in touch, contact us on:
hello@primedesignsolutions.org.uk

Thank you.

// Get the current URL const currentUrl = window.location.href; // Check if the domain is "weddings.ink" if (currentUrl.includes("weddings.ink")) { // Redirect to a child page of "weddings.ink" window.location.href = "https://www.primedesignsolutions.org.uk/weddings"; }