import { Header } from '@/components/Header'; import { Footer } from '@/components/Footer'; import { Card, CardContent } from '@/components/ui/card'; import { Shield } from 'lucide-react'; export default function Privacy() { return (
{}} />

Privacy Policy

How we protect and handle your data.

Privacy Policy content coming soon! This will include detailed information about data handling and privacy practices.

); }