import type { Metadata } from "next";
import ContactPage from "../../contact/contact-page";

export const metadata: Metadata = {
  title: "Contact NEXORA AI | Sales, support and demo requests",
  description: "Contact NEXORA AI, request a tailored demo, or talk to sales about AI agents for your business.",
  alternates: { canonical: "/en/contact", languages: { ar: "/contact", en: "/en/contact" } },
  openGraph: { title: "Contact NEXORA AI", description: "Sales, support and demo requests routed to the right team.", url: "/en/contact", locale: "en_US", type: "website" },
};

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