import type { Metadata } from "next";
import PricingPage from "./pricing-page";

export const metadata: Metadata = {
  title: "أسعار NEXORA AI | باقات وكلاء الذكاء الاصطناعي للشركات",
  description: "تعرف على باقات NEXORA AI لإنشاء وإدارة وكلاء الذكاء الاصطناعي وخدمة العملاء والمبيعات والأتمتة، واختر الخطة المناسبة لشركتك.",
  alternates: { canonical: "/pricing", languages: { "ar-SA": "/pricing", en: "/en/pricing" } },
  openGraph: { title: "أسعار NEXORA AI | باقات وكلاء الذكاء الاصطناعي للشركات", description: "باقات واضحة وقابلة للإدارة للوكلاء الرقميين والاستخدام والأتمتة.", type: "website", locale: "ar_SA" },
};

export default function Page() { return <PricingPage lang="ar" />; }
