import Image from 'next/image' import clsx from 'clsx' interface SearchbarProps { className?: string } export const Searchbar = ({ className }: SearchbarProps) => (