import type { Metadata } from "next";

export const metadata: Metadata = {
  title: "Pilot Program | AGNET Global",
  description:
    "Join the AGNET district pilot — connecting Uzbekistan's smallholder farmers to formal finance through digital identity, ML credit scoring, and transparent loan routing.",
  openGraph: {
    title: "Pilot Program | AGNET Global",
    description:
      "Apply for the AGNET district pilot in Tashkent, Fergana, and Samarkand regions.",
    type: "website",
  },
};

export default function PilotLayout({
  children,
}: {
  children: React.ReactNode;
}) {
  return children;
}
