das marketing frontend wurde auf lokalisierte urls umgestellt.
This commit is contained in:
@@ -59,7 +59,7 @@ const Occasions: React.FC<OccasionsProps> = ({ type }) => {
|
||||
},
|
||||
};
|
||||
|
||||
const content = occasionsContent[type as keyof typeof occasionsContent] || occasionsContent.hochzeit;
|
||||
const content = occasionsContent[type as keyof typeof occasionsContent] || occasionsContent.hochzeit;
|
||||
|
||||
return (
|
||||
<MarketingLayout title={content.title}>
|
||||
@@ -89,4 +89,6 @@ const Occasions: React.FC<OccasionsProps> = ({ type }) => {
|
||||
);
|
||||
};
|
||||
|
||||
Occasions.layout = (page: React.ReactNode) => page;
|
||||
|
||||
export default Occasions;
|
||||
|
||||
Reference in New Issue
Block a user