import React from 'react'; import type { NextPage } from 'next'; import TitleCard from '../components/TitleCard'; const Index: NextPage = () => { return ( <> ); }; export default Index;