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

export const metadata: Metadata = {
  title: "Business Software Solutions",
};

export default function SolutionsPage() {
  return (
    <ContentPage
      eyebrow="BUSINESS SOLUTIONS"
      title="Digital systems that connect your entire operation."
      description="Our solutions are designed to bring customers, staff, workflows, transactions, reporting and business operations into connected digital platforms."
      items={[
        "ERP Solutions",
        "CRM Platforms",
        "Billing & Accounting Workflows",
        "Customer Management Systems",
        "Project Management Platforms",
        "Employee & Staff Systems",
        "E-Commerce Platforms",
        "FinTech Platforms",
        "Recharge & Utility Systems",
        "Education & LMS Solutions",
        "Booking & Marketplace Platforms",
        "Workflow Automation",
      ]}
    />
  );
}
