import { CardHeading, IconButton } from "@/components/shared/CardShared"; import { Counter } from "@/components/shared/Counter"; export function FeaturesSection() { return (
{/* Top text and separator */}

Engineered for outcomes, built for scale

{/* Feature Cards Grid */}
{/* Card 1 - Left */}
  • Advanced analytics processing
  • Real-time data synchronization
  • Secure API endpoints
{/* Card 2 - Right */}

Enterprise-grade security and governance built into every engagement — from secure architecture and access controls to compliance-ready data handling.

{/* Card 3 - Bottom Full Width */}
); }