Creative Marketing
<!DOCTYPE html>
<html lang=”en”>
<head>
<meta charset=”UTF-8″ />
<meta name=”viewport” content=”width=device-width, initial-scale=1.0″/>
<meta name=”description” content=”Styling Touch offers expert home staging, rental furnishing, and short let styling services across Manchester, Liverpool, Lancashire, Cheshire & beyond.”>
<title>Styling Touch – Home Staging & Furnishing</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: #f9f9f9;
color: #333;
text-align: center;
}
header {
padding: 60px 20px 20px;
background: #ffffff;
}
h1 {
font-size: 2.5em;
color: #111;
}
p {
font-size: 1.1em;
max-width: 600px;
margin: 10px auto;
line-height: 1.6;
}
.services {
background: #fff;
padding: 40px 20px;
}
.services h2 {
font-size: 1.8em;
margin-bottom: 20px;
}
ul {
list-style: none;
padding: 0;
}
ul li {
margin-bottom: 10px;
font-size: 1em;
}
.contact {
background: #eee;
padding: 30px 20px;
}
a {
color: #0066cc;
text-decoration: none;
}
footer {
font-size: 0.9em;
padding: 20px;
color: #777;
}
</style>
</head>
<body>
<header>
<h1>Styling Touch</h1>
<p>We’re currently updating our website to serve you even better. In the meantime, here’s a quick look at what we do!</p>
</header>
<section class=”services”>
<h2>Our Services</h2>
<ul>
<li><strong>Home Staging</strong> – to sell your home faster and for more</li>
<li><strong>Rental Furnishing</strong> – full design & furniture packs for HMOs and buy-to-lets</li>
<li><strong>Showhomes</strong> – design & staging for developers and new builds</li>
<li><strong>Flip Staging</strong> – help investors sell renovated homes quickly</li>
<li><strong>Airbnb Styling</strong> – stylish design & furnishing for short lets and serviced accommodation</li>
</ul>
<p>Serving: Manchester, Greater Manchester, Liverpool, Lancashire, Cheshire, Wrexham, Preston, Morecambe & beyond.</p>
</section>
<section class=”contact”>
<h2>📞 Get in Touch</h2>
<p>Email us at <a href=”mailto:hello@stylingtouch.co.uk”>hello@stylingtouch.co.uk</a></p>
<p>Follow us on <a href=”https://www.instagram.com/stylingtouchuk” target=”_blank”>Instagram</a></p>
</section>
<footer>
© 2025 Styling Touch · Home Staging & Interior Furnishing in the North West UK
</footer>
</body>
</html>