import React from "react" import Image from "next/image" function Logo({ imageProps, ...props }) { return (
{/* Logo */} Follow us on Twitter
) } export default Logo