import Script from 'next/script' import Link from 'next/link' const Page = () => { return (
index
Page1
Page5
) } export default Page