/opt/canhelp/apps/web/src/components
Edit: /opt/canhelp/apps/web/src/components/HomeSectionArt.tsx (5912B)
const P = '#6366f1'
const A = '#f59e0b'
const B = '#f1f5f9'
export function HeroArt({ className = '' }: { className?: string }) {
return (
)
}
export function SpecialistArt({ className = '' }: { className?: string }) {
return (
)
}
export function CommunityArt({ className = '' }: { className?: string }) {
return (
)
}