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

export const metadata: Metadata = {
  title: "About the Group",
  description:
    "Crown Rock Minerals is a mining-focused group dedicated to responsible mineral development across Africa with strategic emphasis on gold, exploration, and greenfield opportunity creation.",
};

export default function AboutPage() {
  return <AboutContent />;
}
