import Hero from "@/components/content/Hero"; import type { Metadata } from "next"; export const metadata: Metadata = { title: "About — Angel Mankel", }; export default function AboutPage() { return ( ); }