import { CardHeading, IconButton } from "@/components/shared/CardShared"; 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 */}

Engineering ownership

The team that designs a system builds and supports it.

Support beyond go-live

Monitoring, optimization, and managed support after launch.

); }