Files
mb-grid-solutions.com/app/[locale]/ueber-uns/page.tsx

13 lines
340 B
TypeScript

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 <AboutContent />;
}