[yoga-26] remove feedback widget from home page

This commit is contained in:
Roland Schneider 2025-08-27 15:36:56 +02:00
parent a9ca4b3482
commit 2c74b1a2fd

View File

@ -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} /> }