From ecef42837bbf206a2a6481a73ae42dd68d0d87cd Mon Sep 17 00:00:00 2001 From: Thatsaphorn Atchariyaphap Date: Sun, 20 Apr 2025 23:04:33 +0000 Subject: [PATCH] Merge branch 'legal-sites' into 'dev' Legal sites See merge request rheinsw/website!32 --- app/legal/imprint/page.tsx | 2 +- app/legal/privacy/page.tsx | 2 +- components/Footer/Footer.tsx | 42 +++---- components/Legal/Imprint/ImprintComp.tsx | 131 ++++++++++++++++++++ components/Legal/ImprintComp.tsx | 99 ---------------- components/Legal/Privacy/PrivacyComp.tsx | 145 +++++++++++++++++++++++ components/Legal/PrivacyComp.tsx | 99 ---------------- 7 files changed, 299 insertions(+), 221 deletions(-) create mode 100644 components/Legal/Imprint/ImprintComp.tsx delete mode 100644 components/Legal/ImprintComp.tsx create mode 100644 components/Legal/Privacy/PrivacyComp.tsx delete mode 100644 components/Legal/PrivacyComp.tsx diff --git a/app/legal/imprint/page.tsx b/app/legal/imprint/page.tsx index 792e437..47a23f8 100644 --- a/app/legal/imprint/page.tsx +++ b/app/legal/imprint/page.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import ImprintComp from "@/components/Legal/ImprintComp"; +import ImprintComp from "@/components/Legal/Imprint/ImprintComp"; const ImprintPage = () => { return ( diff --git a/app/legal/privacy/page.tsx b/app/legal/privacy/page.tsx index 79a30b3..28d36a7 100644 --- a/app/legal/privacy/page.tsx +++ b/app/legal/privacy/page.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import PrivacyComp from "@/components/Legal/PrivacyComp"; +import PrivacyComp from "@/components/Legal/Privacy/PrivacyComp"; const PrivacyPage = () => { return ( diff --git a/components/Footer/Footer.tsx b/components/Footer/Footer.tsx index 3bcb1df..dc83040 100644 --- a/components/Footer/Footer.tsx +++ b/components/Footer/Footer.tsx @@ -36,13 +36,13 @@ const Footer = () => {

-
  • - -

    - Zahlung und Versand -

    - -
  • + {/*
  • */} + {/* */} + {/*

    */} + {/* Zahlung und Versand*/} + {/*

    */} + {/* */} + {/*
  • */} @@ -50,20 +50,20 @@ const Footer = () => {

    Rechtliches