import { Metadata } from "next";
import InvestorsContent from "./InvestorsContent";

export const metadata: Metadata = {
  title: "Investors",
  description: "Investor information for Crown Rock Minerals — investment highlights, project pipeline, strategic partnerships, and governance.",
};

export default function InvestorsPage() {
  return <InvestorsContent />;
}
