fix yoga services
This commit is contained in:
parent
36a7b8a79b
commit
50030fd72f
@ -25,7 +25,7 @@ export default async function Services() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
{header && description && <SubHeaderComponent header1={header} description={description} />}
|
{header && description && <SubHeaderComponent header1={header} description={description} />}
|
||||||
{ ourServices && <OurServicesComponent header={ourServices.header!} title={ourServices.title!} description={ourServices.description!} /> }
|
{ ourServices && <OurServicesComponent config={ourServices} /> }
|
||||||
{ contactUs && <ContactUsComponent contactUs={contactUs} />}
|
{ contactUs && <ContactUsComponent contactUs={contactUs} />}
|
||||||
{ ourSpecialities && <OurSpecialitiesComponent config={ourSpecialities} /> }
|
{ ourSpecialities && <OurSpecialitiesComponent config={ourSpecialities} /> }
|
||||||
{ feedbacks && <FeedbackComponent config={feedbacks} /> }
|
{ feedbacks && <FeedbackComponent config={feedbacks} /> }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user