[yoga-11] add common type and add logo
This commit is contained in:
@@ -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} /> }
|
||||
|
||||
Reference in New Issue
Block a user