fix yoga services

This commit is contained in:
Schneider Roland
2025-03-28 22:09:28 +01:00
parent cf6201cfa9
commit 886505885b
3 changed files with 51 additions and 69 deletions

View File

@@ -34,8 +34,8 @@ export default async function Home() {
return (
<>
{ header && <MainHeaderComponent config={header}/> }
{ ourServices && <OurServicesComponent header={ourServices.header!} description={ourServices.description!} title={ourServices.title!}/> }
{ aboutUs && <AboutUsComponent data={aboutUs} /> }
{ ourServices && <OurServicesComponent config={ourServices}/> }
{ ourSpecialities && <OurSpecialitiesComponent config={ourSpecialities} /> }
{ contactUs && <ContactUsComponent contactUs={contactUs} /> }
{ prices && <PricingComponent config={prices}/> }