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

export const metadata: Metadata = {
  title: "NEXORA AI Pricing | AI Agent Plans for Businesses",
  description: "Explore NEXORA AI plans for building and managing AI agents, customer service, sales, and automation, and choose the right plan for your business.",
  alternates: { canonical: "/en/pricing", languages: { "ar-SA": "/pricing", en: "/en/pricing" } },
  openGraph: { title: "NEXORA AI Pricing | AI Agent Plans", description: "Clear, configurable plans for digital agents, usage, and automation.", type: "website", locale: "en_US" },
};

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