"use client"; import PrivacyPolicy from '@/components/PrivacyPolicy'; export default function Privacy() { return (
); }