import { Shield, Lock, Globe, ArrowRight } from "lucide-react"; import { Button } from "@/components/ui/button"; import { Card, CardContent } from "@/components/ui/card"; import { motion } from "framer-motion"; export default function CyberHome() { return (
{/* Header */}

CyberSecure

{/* Hero Section */}
Protecting Your Digital World

We provide top-notch cybersecurity solutions to safeguard your business against evolving digital threats.

{/* Services */}

Our Services

Threat Protection

Comprehensive defense against malware, phishing, and ransomware.

Data Security

Secure encryption and backup strategies to protect sensitive data.

Network Security

Advanced firewalls and monitoring to keep your network safe 24/7.

{/* About Section */}

About Us

At CyberSecure, we are dedicated to delivering cutting-edge cybersecurity solutions for businesses of all sizes. Our experts monitor, protect, and strengthen your digital assets against modern threats.

With years of industry expertise, we combine technology and strategy to keep you secure and compliant.

Cybersecurity team
{/* Footer */}
); }