fix yoga services
This commit is contained in:
@@ -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}/> }
|
||||
|
||||
Reference in New Issue
Block a user