|
|
|
@@ -7,15 +7,15 @@ import SiteFooter from '../components/SiteFooter.astro';
|
|
|
|
// Values prefixed "<TBD:" MUST be replaced with real operator data before go-live.
|
|
|
|
// Values prefixed "<TBD:" MUST be replaced with real operator data before go-live.
|
|
|
|
// See docs/superpowers/specs/2026-04-24-cameleer-website-design.md §6.4.
|
|
|
|
// See docs/superpowers/specs/2026-04-24-cameleer-website-design.md §6.4.
|
|
|
|
const operator = {
|
|
|
|
const operator = {
|
|
|
|
legalName: '<TBD: legal name of operating entity>',
|
|
|
|
legalName: '<TODO:legal name of operating entity>',
|
|
|
|
streetAddress: '<TBD: street and number>',
|
|
|
|
streetAddress: '<TODO:street and number>',
|
|
|
|
postalCity: '<TBD: postal code and city>',
|
|
|
|
postalCity: '<TODO:postal code and city>',
|
|
|
|
country: 'Germany',
|
|
|
|
country: 'Germany',
|
|
|
|
email: '<TBD: contact email>',
|
|
|
|
email: '<TODO:contact email>',
|
|
|
|
phone: '<TBD: phone (optional but recommended)>',
|
|
|
|
phone: '<TODO:phone (optional but recommended)>',
|
|
|
|
vatId: '<TBD: VAT ID per §27a UStG, or "not applicable">',
|
|
|
|
vatId: '<TODO:VAT ID per §27a UStG, or "not applicable">',
|
|
|
|
registerEntry: '<TBD: commercial register + court, or "not applicable">',
|
|
|
|
registerEntry: '<TODO:commercial register + court, or "not applicable">',
|
|
|
|
responsibleForContent: '<TBD: responsible party per §18 Abs. 2 MStV>',
|
|
|
|
responsibleForContent: '<TODO:responsible party per §18 Abs. 2 MStV>',
|
|
|
|
};
|
|
|
|
};
|
|
|
|
---
|
|
|
|
---
|
|
|
|
<BaseLayout
|
|
|
|
<BaseLayout
|
|
|
|
|