import { useState } from "react"; import { Card, CardContent } from "@/components/ui/card"; import { Button } from "@/components/ui/button"; import { Mail, ShieldCheck, Code } from "lucide-react";export default function CyberSecurityPortfolio() { return (
{/* Hero Section */}

Cyber Security Specialist

Protecting Your Digital Assets with Expertise

{/* Services Section */}

Penetration Testing

Identify vulnerabilities in your system__ before hackers do.

Secure Coding

Develop software with security in mind to prevent cyber threats.

Phishing Protection

Ensure your employees and system__s are safe from phishing attacks.

{/* Contact Section */}
); }