Files
mb-grid-solutions.com/app/ueber-uns/page.tsx
Marc Mintel 0e0f25e476
Some checks failed
Build & Deploy MB Grid Solutions / build-and-deploy (push) Failing after 7s
seo
2026-01-29 01:08:32 +01:00

12 lines
336 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 />;
}