[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

@@ -15,11 +15,12 @@ export default async function About() {
questionsAndAnswers,
blogs,
subscribe,
footer
footer,
common
} = await strapiApi.getFaqPage();
return (
<>xxxxx
{ <SubHeaderComponent header1={header} description={description} /> }
<>
{ <SubHeaderComponent header={{header1:header,description}} common={common}/> }
{ questionsAndAnswers && <FaqComponent config={questionsAndAnswers} /> }
{ blogs && <BlogPostsComponent config={blogs} /> }
{ subscribe && <SubscribeComponent config={subscribe} /> }