[yoga-26] remove feedback widget from home page
This commit is contained in:
parent
a9ca4b3482
commit
2c74b1a2fd
@ -38,7 +38,7 @@ export default async function Home() {
|
|||||||
{ ourSpecialities && <OurSpecialitiesComponent config={ourSpecialities} /> }
|
{ ourSpecialities && <OurSpecialitiesComponent config={ourSpecialities} /> }
|
||||||
{ contactUs && <ContactUsComponent contactUs={contactUs} /> }
|
{ contactUs && <ContactUsComponent contactUs={contactUs} /> }
|
||||||
{ prices && <PricingComponent config={prices}/> }
|
{ prices && <PricingComponent config={prices}/> }
|
||||||
{ feedbacks && <FeedbackComponent config={feedbacks} /> }
|
{/*{ feedbacks && <FeedbackComponent config={feedbacks} /> }*/}
|
||||||
{ blogs && blogs.posts?.length && <BlogPostsComponent config={blogs} /> }
|
{ blogs && blogs.posts?.length && <BlogPostsComponent config={blogs} /> }
|
||||||
{ subscribeNow && <SubscribeComponent config={subscribeNow} /> }
|
{ subscribeNow && <SubscribeComponent config={subscribeNow} /> }
|
||||||
{ footer && <FooterComponent config={footer} /> }
|
{ footer && <FooterComponent config={footer} /> }
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user