import Navbar from "@/app/components/Navbar"; import { Pacifico } from "next/font/google"; import Link from "next/link"; const pacifico = Pacifico({ subsets: ['latin'], weight: "400" }) export default function Home() { return (

Welcome to MinePot!

Where hunger meets adventure.

Who are we?

We are a restaurant chain that serves great and the best quality food in Minecraft!

Want to eat?

Head to this page for the menu
) }