import Head from "next/head"; import type { AppProps } from "next/app"; export default function DTIApp({ Component, pageProps }: AppProps) { return ( <> Dress to Impress ); }