import React from 'react'; import Link from 'next/link'; const Index = () => (
About Page

Hello Next.js

); export default Index;