Some checks failed
Build & Deploy MB Grid Solutions / build-and-deploy (push) Failing after 7s
12 lines
412 B
TypeScript
12 lines
412 B
TypeScript
import { Metadata } from "next";
|
|
import HomeContent from "@/components/HomeContent";
|
|
|
|
export const metadata: Metadata = {
|
|
title: "MB Grid Solutions | Energiekabelprojekte & Technische Beratung",
|
|
description: "Ihr spezialisierter Partner für herstellerneutrale technische Beratung und Projektbegleitung bei Energiekabelprojekten bis 110 kV.",
|
|
};
|
|
|
|
export default function Page() {
|
|
return <HomeContent />;
|
|
}
|