- {status === 'sent' ? (
-
-
{t('contactPage.sentTitle')}
-
{t('contactPage.sentText')}
-
- ) : (
- <>
- {hasContext && (
-
-
{t('contactPage.contextIntro')}
-
- {context.brand && - {t('contactPage.contextBrand')}: {context.brand}
}
- {context.model && - {t('contactPage.contextModel')}: {context.model}
}
- {context.package && - {t('contactPage.contextPackage')}: {context.package}
}
- {context.product && - {t('contactPage.contextProduct')}: {context.product}
}
-
- {packageTotal != null && (
-
- {t('contactPage.packagePrice')}: {formatPrice(packageTotal)}
- {upgradesTotal > 0 && <> + {formatPrice(upgradesTotal)} {t('contactPage.upgrades')} = {formatPrice(packageTotal + upgradesTotal)}>}
-
- )}
-
- )}
+ {/* Light Mode: Auto-Foto links + gruener Lichtstreifen rechts (ab 981px, s. README) */}
+
+
- {upgrades.length > 0 && (
-
-
{t('contactPage.optionalUpgrades')}
-
- {upgrades.map((u) => (
-
- ))}
+
+ {/* Hero */}
+
+ {t('contactPage.heroEyebrow')}
+
+
+ {t('contactPage.heroTitlePre')} {t('contactPage.heroTitleAccent')} {t('contactPage.heroTitlePost')}
+
+
+ {t('contactPage.heroSubtitle')}
+
+
+ {/* Hauptraster */}
+
+ {/* Formular-Karte */}
+
+
+ {hasPackage && (
+
+
+
+ {t('contactPage.packageBoxTitle')}
+
+
+ {t('contactPage.contextBrand')}
+ {context.brand}
+ {t('contactPage.contextModel')}
+ {context.model}
+ {t('contactPage.contextPackage')}
+ {context.package}
+
+
+
+ {t('contactPage.packagePrice')}
+
+
+ {packageTotal != null ? : '—'}
+
)}
-