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