import Link from 'next/link' import Image from 'next/image' export const BrandLogo: React.FC = () => { return ( <> Divlo's Logo ) }