import Head from "next/head"; const Meta = ({ title }: { title: string }) => { return ( {title} - Pingvin Share ); }; export default Meta;