import Image from "next/image"; import Link from "next/link"; interface BrandLogoProps { size?: number; textClassName?: string; } export function BrandLogo({ size = 28, textClassName }: BrandLogoProps) { return ( the{" "} Pet Loft ); }