import React from 'react' import Link from 'next/link' import RedLayout from '../layouts/RedLayout' const RedPage = () => { return (
This is the Red page, it's
borders are red
Go back to the{' '}
Blue Page