setAlbumArtist(e.target.value)} placeholder="The Beatles..." className="w-full px-6 py-4 bg-white/10 border border-white/20 rounded-xl text-white text-lg placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-white/50" />
setAlbumYear(e.target.value)} placeholder="1969..." className="w-full px-6 py-4 bg-white/10 border border-white/20 rounded-xl text-white text-lg placeholder-gray-400 focus:outline-none focus:ring-2 focus:ring-white/50" />
)} {error && (

{error}

)} {suggestions.length > 0 && (

Select {mode === 'artist' ? 'an artist' : 'an album'}:

{paginatedSuggestions.map((item) => ( ))}