import React from "react"; import NextHead from "next/head"; export default function Head() { return (
Awesome Course
); }