import Image from 'next/image' import React from 'react' const Page = () => { return (

Hello World

This is the hidden parent page

) } export default Page