mirror of
https://github.com/DerTyp7/apartment-altenau-nextjs.git
synced 2025-10-29 21:02:12 +01:00
f
This commit is contained in:
@@ -18,10 +18,10 @@ export async function getServerSideProps({ locale }) {
|
||||
};
|
||||
}
|
||||
|
||||
function Pricing() {
|
||||
function Pricing({ localeTexts }) {
|
||||
return (
|
||||
<div className={styles.pricing}>
|
||||
<h1 className="pageHeadline">Pricing</h1>
|
||||
<h1 className="pageHeadline">{localeTexts?.pricing?.headline}</h1>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user