Blog

What My Edinburgh Trip Reminded Me About Business (and Life!)

Last week, I decided to take a little break and head up to beautiful Edinburgh — and what a trip it was!

On the way, I stopped off in the Lake District to enjoy the peaceful scenery. The lake and surrounding nature were absolutely stunning — sometimes it’s easy to forget how good it feels to slow down and soak it all in.

The next day, I arrived in Edinburgh, and like always, the city was buzzing with tourists. But thankfully, the weather couldn’t have been better — sunshine the whole time!

I took the city bus tours (which I highly recommend if you ever visit). It was such a great way to explore and see all the sights without missing a thing. From the iconic Edinburgh Castle to the zoo and even the Royal Yacht Britannia — I managed to pack loads into the trip.

One unexpected highlight? I stumbled across JJ Abrams directing a new Star Trek movie! Such a cool surprise to see part of the production happening right there in the city.

And of course, being a bit of a Harry Potter fan, I couldn’t resist visiting some of the famous spots — wandering through the graveyard, exploring Victoria Street, popping into the popular café, and checking out the Harry Potter shop. Edinburgh really does feel like it has a little magic around every corner.

Why I’m Sharing This…

Taking a break reminded me how important it is to step back sometimes — not just from daily life, but from your business too.

Whether it’s exploring new places or building a new website, it’s all about seeing things from a fresh perspective.

Now I’m back, feeling recharged and ready to help small businesses bring their online presence to life. If your website needs a little magic (and less stress!), I’m always here to help.

Fancy a chat about getting your business online?
Just pop me a message — I’d love to help!

document.addEventListener('DOMContentLoaded', function() { const reveals = document.querySelectorAll('.reveal'); const observer = new IntersectionObserver((entries) => { entries.forEach(entry => { if (entry.isIntersecting) { entry.target.classList.add('revealed'); } }); }, { threshold: 0.1 }); reveals.forEach(el => observer.observe(el)); });