import Head from 'next/head' interface SEOProps { title: string description: string } export default function SEO({ title, description }: SEOProps) { return (