import type { AppProps } from "next/app"; import Head from 'next/head' import React, { Fragment } from "react"; function LucidCreationWebsite({ Component, pageProps }: AppProps): JSX.Element { return ( ) } export default LucidCreationWebsite;