// pages-misc.jsx — About, Blog, Contact
function AboutPage({ onContactClick }) {
useSEO('About Us', 'A small, senior team that takes IT seriously so you don\u2019t have to. Twelve years serving Gibraltar businesses.');
const values = [
{ title: 'Plain English', body: 'No jargon, no smoke. We explain the trade-offs and let you decide.' },
{ title: 'Long-term thinking', body: 'We optimise for the next five years, not the next invoice.' },
{ title: 'Quietly excellent', body: 'Boring software, well-run, beats exciting software, badly run. Every time.' },
{ title: 'Local roots', body: 'Born in Gibraltar, built for Gibraltar businesses \u2014 with global standards.' },
];
const ref = useReveal();
return (
Home / About
A small team that takes IT seriously, so you don't have to.
CloudWise was founded to be the partner we wished existed when we ran our own IT in-house — calm, accountable, and obsessed with the unglamorous fundamentals.
Our story
Built on twelve years of getting it right.
We started CloudWise after one too many conversations that began with “the IT company isn't returning my calls”. Across more than a decade in IT — at law firms, fintechs, gaming operators — we kept seeing the same gap: businesses wanted a partner, not a vendor.
So we built one. Today, our small senior team supports more than sixty Gibraltar-based businesses across cloud migrations, cybersecurity programmes, networks and day-to-day support. We grow slowly and deliberately — because trust is built, not advertised.
);
}
function BlogIndexPage({ onContactClick }) {
useSEO('Blog', 'Plain-English thinking on cloud, security, and the practicalities of running IT for a real business.');
const { posts } = useCms();
const [feat, ...rest] = posts;
const ref = useReveal();
return (
Home / Blog
Notes from the helpdesk.
Plain-English thinking on cloud, security, and the practicalities of running IT for a real business.