import type { Metadata } from "next";

export const metadata: Metadata = {
  title: "Partner with AGNET | AGNET Global",
  description:
    "Banks, MFIs, cooperatives, and buyers — partner with AGNET to access verified farmer pipelines, ML-scored applications, and SLA-monitored lending infrastructure.",
  openGraph: {
    title: "Partner with AGNET | AGNET Global",
    description:
      "Connect to Uzbekistan's agricultural economy through AGNET's institutional partnership program.",
    type: "website",
  },
};

export default function PartnerLayout({
  children,
}: {
  children: React.ReactNode;
}) {
  return children;
}
