fix yoga services

This commit is contained in:
Schneider Roland 2025-03-28 22:23:19 +01:00
parent 36a7b8a79b
commit 50030fd72f

View File

@ -25,7 +25,7 @@ export default async function Services() {
return (
<>
{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} />}
{ ourSpecialities && <OurSpecialitiesComponent config={ourSpecialities} /> }
{ feedbacks && <FeedbackComponent config={feedbacks} /> }