import { Card, CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { motion } from "framer-motion"; export default function Component() { return (
{/* Hero Section */}

Hosting engineered for performance.

From WordPress to custom SaaS platforms — we build and host the infrastructure behind businesses that can’t afford downtime. Vancouver-based. Expert-managed. Lightning-fast.

{/* Why Highbury Hill */}
{[ { icon: "📍", title: "Local & Reliable", desc: "Canadian-based servers and support you can actually reach." }, { icon: "⚡", title: "Enterprise-Grade Performance", desc: "Built on DigitalOcean NVMe architecture with Cloudflare CDN." }, { icon: "🧰", title: "Fully Managed or Self-Service", desc: "Choose hands-off simplicity or complete root control." } ].map((item, i) => (
{item.icon}

{item.title}

{item.desc}

))}
{/* Hosting Plans */}

WordPress Hosting Plans

{[ { name: "Basic", price: "C$18.99 / mo", features: ["1 website", "10 GB NVMe storage", "Free SSL + weekly backups", "Web Application Firewall", "Daily malware scans"], tag: "Best for small businesses and blogs" }, { name: "Professional", price: "C$23.99 / mo", features: ["1 website", "20 GB NVMe storage", "Daily backups", "Cloudflare CDN", "Staging environment"], tag: "Best for growing companies and e-commerce" }, { name: "Ultimate", price: "C$32.99 / mo", features: ["1 website", "30 GB NVMe storage", "On-demand backups", "WooCommerce ready", "Smart plugin manager"], tag: "Best for businesses that never want to think about hosting again" } ].map((plan, i) => (

{plan.name}

{plan.price}

    {plan.features.map((f, j) =>
  • • {f}
  • )}

{plan.tag}

))}
{/* Managed Hosting Difference */}

We oversee your site so you can focus on your business.

Automatic updates, regression testing, daily backups, and proactive malware removal — all powered by our Smart Update Manager and monitored 24/7.

{/* Easy Migration */}

Easy Migration

Move your site to Highbury Hill in minutes — or let us do it for you. Our migration wizard makes transferring WordPress painless. We handle SSL, DNS, and staging at no extra cost with annual plans.

{/* Advanced Tools */}

Advanced Tools for Developers

Full cPanel access, PHP version management, MySQL databases, cron jobs, and Git deployment. Ideal for agencies, developers, and power users.

{/* CTA */}

Ready to get started?

We’ll handle migration, setup, and security — you focus on what you do best.

{/* Footer */}
© 2025 Highbury Hill Hosting · Vancouver BC
Proudly powered by GoDaddy & DigitalOcean · Managed by Three Trees Technical
); }