import React from 'react'; import '../scss/components/ServicesCard.scss'; function ServiceCard({ icon, title, desc, cta }) { return (
{desc}