import { Button } from '@/components/ui/button' import { ArrowRight, Play, Shield, Zap, Globe } from 'lucide-react' const Hero = () => { return (
{/* Background */}
{/* Content */}
{/* Trust Badges */}
99.9% Uptime
SSD Storage
Global CDN
{/* Main Heading */}

Professional Hosting Solutions

{/* Subtitle */}

VPS, Kubernetes, Developer Services, and Web Tools. Everything you need to build, deploy, and scale your applications with confidence.

{/* CTAs */}
{/* Stats */}
50k+
Active Users
99.9%
Uptime SLA
24/7
Support
5+ Years
Experience
{/* Scroll Indicator */}
) } export default Hero