chore(artists/desktop): remove desktop stats block (specialties/pieces/rate) for minimalist layout
This commit is contained in:
parent
66b0d8192f
commit
5cafc8a80b
@ -490,22 +490,7 @@ export function ArtistPortfolio({ artistId }: ArtistPortfolioProps) {
|
||||
</Button>
|
||||
</div>
|
||||
|
||||
<div className="mt-16 pt-16 border-t border-white/10">
|
||||
<div className="hidden md:grid md:grid-cols-3 gap-8 text-center">
|
||||
<div>
|
||||
<div className="text-3xl font-bold mb-2">{artist.specialties.length}+</div>
|
||||
<div className="text-gray-400">Specialties</div>
|
||||
</div>
|
||||
<div>
|
||||
<div className="text-3xl font-bold mb-2">{portfolioImages.length}</div>
|
||||
<div className="text-gray-400">Portfolio Pieces</div>
|
||||
</div>
|
||||
<div>
|
||||
<div className="text-3xl font-bold mb-2">{artist.hourlyRate ? `$${artist.hourlyRate}` : "Contact"}</div>
|
||||
<div className="text-gray-400">Starting Rate</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
{/* Desktop stats removed per request */}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user