export default function Logo() {
return <img className="w-10 h-10" src="/shellphone.webp" alt="Shellphone logo" />;
}