[yoga-11] add common type and add logo

This commit is contained in:
Roland Schneider
2025-06-08 20:51:52 +02:00
parent 90a7dbf827
commit ca60a9a2f4
44 changed files with 390 additions and 24 deletions

View File

@@ -21,11 +21,12 @@ export default async function PricesPage( ) {
discount,
blogs,
subscribe,
footer
footer,
common
} = await strapiApi.getPricesPage();
return (
<>
<SubHeaderComponent header1={header} description={description}/>
<SubHeaderComponent header={{header1:header,description}} common={common}/>
{ price && <PricingComponent config={price}/> }
{ discount && <YogaDiscountComponent config={discount} /> }
{ blogs && <BlogPostsComponent config={blogs} /> }