import { Metadata } from "next"; import AboutContent from "@/components/AboutContent"; export const metadata: Metadata = { title: "Über uns", description: "Erfahren Sie mehr über MB Grid Solutions, unsere Expertise und unser Manifest für technische Exzellenz.", }; export default function Page() { return ; }