login-seiten neu designt, homepage neu designt. "so funktioniert's" ergänzt und Demo-Seite hinzugefügt. Paketansicht in mobile verbessert.
This commit is contained in:
@@ -46,6 +46,17 @@ const Occasions: React.FC<OccasionsProps> = ({ type }) => {
|
||||
],
|
||||
cta: t('occasions.cta'),
|
||||
},
|
||||
konfirmation: {
|
||||
title: t('occasions.confirmation.title'),
|
||||
description: t('occasions.confirmation.description'),
|
||||
features: [
|
||||
t('occasions.confirmation.benefit1'),
|
||||
t('occasions.confirmation.benefit2'),
|
||||
t('occasions.confirmation.benefit3'),
|
||||
t('occasions.confirmation.benefit4'),
|
||||
],
|
||||
cta: t('occasions.cta'),
|
||||
},
|
||||
};
|
||||
|
||||
const content = occasionsContent[type as keyof typeof occasionsContent] || occasionsContent.hochzeit;
|
||||
@@ -78,4 +89,4 @@ const Occasions: React.FC<OccasionsProps> = ({ type }) => {
|
||||
);
|
||||
};
|
||||
|
||||
export default Occasions;
|
||||
export default Occasions;
|
||||
|
||||
Reference in New Issue
Block a user