import React from 'react'; import AuthenticationCardLogo from '@/Components/AuthenticationCardLogo'; import { Head } from '@inertiajs/react'; interface Props { policy: string; } export default function PrivacyPolicy({ policy }: Props) { return (