import type { HeroContent, LegalSection, PageSeo } from '@/types/site'; export const legalSeo: PageSeo = { title: 'TenantAtlas | Legal', description: 'The TenantAtlas legal baseline keeps privacy, terms, imprint, and trust routing accessible without promoting the legal hub into the primary navigation.', path: '/legal', }; export const legalHero: HeroContent = { eyebrow: 'Retained legal surface', title: 'Legal access should stay one click away from the trust and contact path.', description: 'The legal hub keeps privacy, website terms, imprint details, and trust routing discoverable from the footer and the conversion flow so visitors do not have to guess where those basics live.', primaryCta: { href: '/imprint', label: 'Imprint', }, secondaryCta: { href: '/trust', label: 'Trust', variant: 'secondary', }, highlights: [ 'Public legal basics stay reachable before a visitor shares evaluation context.', 'The site separates website disclosures from future product-commercial paperwork.', 'Imprint remains the canonical notice surface while this hub stays a secondary index.', ], }; export const legalNoticeSections: LegalSection[] = [ { title: 'Why this route still exists', body: [ 'This retained legal hub exists so visitors can still find the legal baseline quickly while the canonical notice itself lives on Imprint and the core trust story lives on Trust.', 'During controlled evaluation, legal and privacy inquiries can be routed through the public contact path while launch-ready publisher details continue to tighten.', ], bullets: [ 'Trust stays top-level visible in the header, not buried inside legal pages.', 'Privacy, Terms, and Imprint remain directly reachable from the footer.', 'The legal hub stays published without becoming part of the initial core navigation.', ], }, ];