import Head from "next/head"; import Navbar from "../components/Navbar"; import Footer from "../components/Footer"; import {motion} from "framer-motion"; export default function Contact() { return (
Robert S. - Contact me
) }