import Head from 'next/head' import React from 'react' type SEOProps = any export const SEO = ({ iconUrl, thumbnailUrl, title, description, url, chatbotName, }: SEOProps) => (