diff --git a/components/artist-portfolio.tsx b/components/artist-portfolio.tsx index f7fbb989a..f2f8e8f56 100644 --- a/components/artist-portfolio.tsx +++ b/components/artist-portfolio.tsx @@ -3,13 +3,12 @@ import { useState, useEffect, useRef, useCallback } from "react" import Image from "next/image" import { Button } from "@/components/ui/button" -import { Badge } from "@/components/ui/badge" import Link from "next/link" import { Instagram, ExternalLink, Loader2 } from "lucide-react" import { useArtist } from "@/hooks/use-artist-data" import { useIsMobile } from "@/hooks/use-mobile" import { type CarouselApi, Carousel, CarouselContent, CarouselItem } from "@/components/ui/carousel" -import { ScrollArea, ScrollBar } from "@/components/ui/scroll-area" +// Removed mobile filter scroll area interface ArtistPortfolioProps { artistId: string @@ -202,14 +201,7 @@ export function ArtistPortfolio({ artistId }: ArtistPortfolioProps) { className="object-cover" />
-{artist.specialties.join(", ")}