{/* Hero Section */}

{t('services.hero.title')}

{t('services.hero.subtitle')}

{/* Services Details */}
{services.map((service, index) => (

{service.title}

{service.description}

{t('services.contentTitle')}

    {service.features.map((feature, idx) => (
  • ))}
))}