build improvements
This commit is contained in:
@@ -1,10 +1,5 @@
|
||||
import React from "react";
|
||||
import AosComponent from "@/components/aos.component";
|
||||
import OurServicesComponent from "@/components/our.services.component";
|
||||
import OurSpecialitiesComponent from "@/components/our.specialities.component";
|
||||
import ContactUsComponent from "@/components/contact.us.component";
|
||||
import PricingComponent from "@/components/pricing.component";
|
||||
import FeedbackComponent from "@/components/feedbackComponent";
|
||||
import BlogPostsComponent from "@/components/blog.posts.component";
|
||||
import FooterComponent from "@/components/footer.component";
|
||||
import SubscribeComponent from "@/components/subscribe.component";
|
||||
@@ -43,11 +38,6 @@ export default async function About() {
|
||||
{ ourVision && <TextWithImageComponent config={ourVision} />}
|
||||
{ achievements && <AchievementsComponent config={achievements}/>}
|
||||
|
||||
{/*{ ourServices && <OurServicesComponent title={ourServices?.title!} header={ourServices?.header!} description={ourServices?.description!} /> }*/}
|
||||
{/*{ ourSpecialities && <OurSpecialitiesComponent config={ourSpecialities} /> }*/}
|
||||
{/*{ contactUs && <ContactUsComponent contactUs={contactUs}/>}*/}
|
||||
{/*{ prices && <PricingComponent config={prices} /> }*/}
|
||||
{/*{ feedbacks && <FeedbackComponent config={feedbacks} /> }*/}
|
||||
{ blogs && <BlogPostsComponent config={blogs} />}
|
||||
{ subscribeNow && <SubscribeComponent config={subscribeNow} /> }
|
||||
{ footer && <FooterComponent config={footer} />}
|
||||
@@ -59,6 +49,5 @@ export default async function About() {
|
||||
);
|
||||
}
|
||||
|
||||
export const getBreadCrumbName = () => {
|
||||
return "Rólunk;"
|
||||
}
|
||||
|
||||
export const dynamic = 'force-dynamic'
|
||||
|
||||
Reference in New Issue
Block a user