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'
|
||||
|
||||
@@ -4,3 +4,4 @@ export default function BlogListComponent(){
|
||||
<div>Blog list</div>
|
||||
)
|
||||
}
|
||||
export const dynamic = 'force-dynamic'
|
||||
|
||||
@@ -1,7 +1,5 @@
|
||||
import strapiApi from "@/api/strapi/strapi-api";
|
||||
import SubHeaderComponent from "@/components/subHeader.component";
|
||||
import FaqComponent from "@/components/faq.component";
|
||||
import BlogPostsComponent from "@/components/blog.posts.component";
|
||||
import SubscribeComponent from "@/components/subscribe.component";
|
||||
import FooterComponent from "@/components/footer.component";
|
||||
import AosComponent from "@/components/aos.component";
|
||||
@@ -34,3 +32,5 @@ export default async function ContactPage(){
|
||||
);
|
||||
|
||||
}
|
||||
|
||||
export const dynamic = 'force-dynamic'
|
||||
|
||||
@@ -1,11 +1,5 @@
|
||||
import React from "react";
|
||||
import AosComponent from "@/components/aos.component";
|
||||
import OurServicesComponent from "@/components/our.services.component";
|
||||
import AboutUsComponent from "@/components/about.us.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";
|
||||
@@ -24,7 +18,7 @@ export default async function About() {
|
||||
footer
|
||||
} = await strapiApi.getFaqPage();
|
||||
return (
|
||||
<>
|
||||
<>xxxxx
|
||||
{ <SubHeaderComponent header1={header} description={description} /> }
|
||||
{ questionsAndAnswers && <FaqComponent config={questionsAndAnswers} /> }
|
||||
{ blogs && <BlogPostsComponent config={blogs} /> }
|
||||
@@ -36,3 +30,4 @@ export default async function About() {
|
||||
|
||||
);
|
||||
}
|
||||
export const dynamic = 'force-dynamic'
|
||||
|
||||
@@ -13,3 +13,4 @@ const Login: React.FC = () => {
|
||||
|
||||
|
||||
export default Login;
|
||||
|
||||
|
||||
@@ -50,3 +50,5 @@ export default async function Home() {
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
export const dynamic = 'force-dynamic'
|
||||
|
||||
@@ -38,3 +38,5 @@ export default async function PricesPage( ) {
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
export const dynamic = 'force-dynamic'
|
||||
|
||||
@@ -1,10 +1,8 @@
|
||||
import React from "react";
|
||||
import AosComponent from "@/components/aos.component";
|
||||
import OurServicesComponent from "@/components/our.services.component";
|
||||
import AboutUsComponent from "@/components/about.us.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";
|
||||
@@ -39,3 +37,5 @@ export default async function Services() {
|
||||
|
||||
);
|
||||
}
|
||||
|
||||
export const dynamic = 'force-dynamic'
|
||||
|
||||
Reference in New Issue
Block a user