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

Hello, world!

About us
) export default Index