import Link from 'next/link' import React from 'react' export default function CustomerSupportPage() { return (
{`<-- Go Back Home`}
) }