import type { Metadata } from "next";
import ContentPage from "@/components/shared/ContentPage";

export const metadata: Metadata = {
  title: "Software Development Services",
};

export default function ServicesPage() {
  return (
    <ContentPage
      eyebrow="OUR SERVICES"
      title="End-to-end software and digital development services."
      description="From the first requirement to production deployment and ongoing support, we provide technology services across the complete software lifecycle."
      items={[
        "Website & Web Application Development",
        "Android & iOS Applications",
        "Flutter Application Development",
        "Custom Business Software",
        "ERP & Billing Systems",
        "CRM & Lead Management",
        "API & Backend Development",
        "Payment Gateway Integration",
        "FinTech API Integration",
        "E-Commerce Development",
        "LMS & Education Platforms",
        "Maintenance & AMC",
      ]}
    />
  );
}
