chore: heygermany customer project
Some checks failed
Main / Setup and Test (push) Has been cancelled
Main / Build Website (push) Has been cancelled

This commit is contained in:
e2e
2026-07-11 10:31:48 +02:00
commit 81ea8ef5d1
394 changed files with 38048 additions and 0 deletions

View File

@@ -0,0 +1,26 @@
# Imprint
Information according to § 5 TMG (German Telemedia Act):
HeyGermany UG (haftungsbeschränkt)
Postal Address: Am Neuen Markt 9/E-F, 14467 Potsdam
Contact:
Email: info@hey-germany.com
Represented by:
Katharina Schultz-Ebert
Responsible for content according to § 55 Abs. 2 RStV: Katharina Schultz-Ebert, Rheinstr. 9, 12159 Berlin
We are neither willing nor obliged to participate in dispute resolution proceedings before a consumer arbitration board. EU Commissions Online Dispute Resolution platform: [Click here](https://consumer-redress.ec.europa.eu/index_en)
**Liability for Contents**
As a service provider, we are responsible for our own content on these pages in accordance with § 7 para. 1 TMG (German Telemedia Act) and general laws. According to §§ 8 to 10 TMG, however, we are not obliged to monitor transmitted or stored third-party information or to investigate circumstances that indicate illegal activity. Obligations to remove or block the use of information under general laws remain unaffected. Liability in this respect is, however, only possible from the time we become aware of a specific infringement. Upon notification of such violations, we will remove the content immediately.
**Liability for Links**
Our website contains links to external websites of third parties, over whose content we have no influence. Therefore, we cannot accept any liability for these external contents. The respective provider or operator of the linked pages is always responsible for their content. The linked pages were checked for possible legal violations at the time of linking. No illegal content was identifiable at the time of linking. A permanent monitoring of the content of the linked pages is not reasonable without concrete evidence of a violation. If we become aware of any legal infringements, we will remove such links immediately.
**Copyright**
The contents and works created by the site operators on these pages are subject to German copyright law. Any duplication, processing, distribution, or commercialization of such material beyond the scope of copyright law requires the prior written consent of the respective author or creator. Downloads and copies of this site are only permitted for private, non-commercial use. Insofar as the content on this site was not created by the operator, the copyrights of third parties are respected. In particular, third-party content is identified as such. Should you nevertheless become aware of a copyright infringement, please notify us. Upon becoming aware of such violations, we will remove the content immediately.

View File

@@ -0,0 +1,11 @@
import Content from './content.mdx'
import { useMDXComponents } from '@/mdx-components'
import { Container } from '@pikku/mantine/core'
export default function ImprintPage() {
return (
<Container size="xl" mt="xl">
<Content components={useMDXComponents({})} />
</Container>
)
}