Refactor website to use shadcn components

This commit is contained in:
2025-06-28 12:01:43 +00:00
parent 1648e376bf
commit 8c05ad29cb
78 changed files with 3858 additions and 2722 deletions

View File

@@ -1,5 +1,12 @@
import React from 'react';
import TermsOfUseComp from "@/components/Legal/TermsOfUseComp";
import TermsOfUseComp from "@/app/legal/terms-of-use/TermsOfUseComp";
import type {Metadata} from "next";
export async function generateMetadata(): Promise<Metadata> {
return {
title: "Nutzungsbedingungen | Rhein Software",
};
}
const TermsOfUsePage = () => {
return (