[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} /> }
|
||||
{ contactUs && <ContactUsComponent contactUs={contactUs} /> }
|
||||
{ prices && <PricingComponent config={prices}/> }
|
||||
{ feedbacks && <FeedbackComponent config={feedbacks} /> }
|
||||
{/*{ feedbacks && <FeedbackComponent config={feedbacks} /> }*/}
|
||||
{ blogs && blogs.posts?.length && <BlogPostsComponent config={blogs} /> }
|
||||
{ subscribeNow && <SubscribeComponent config={subscribeNow} /> }
|
||||
{ footer && <FooterComponent config={footer} /> }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user