blog component
This commit is contained in:
@@ -23,7 +23,8 @@ export default async function About() {
|
||||
aboutUs,
|
||||
contactUs,
|
||||
ourSpecialities,
|
||||
prices
|
||||
prices,
|
||||
blogs
|
||||
} = pageData;
|
||||
|
||||
|
||||
@@ -36,7 +37,7 @@ export default async function About() {
|
||||
{ contactUs && <ContactUsComponent contactUs={contactUs}/>}
|
||||
{ prices && <PricingComponent config={prices} /> }
|
||||
<QuotesComponent />
|
||||
<BlogPostsComponent />
|
||||
{ blogs && <BlogPostsComponent config={blogs} />}
|
||||
<SubscribeComponent />
|
||||
<FooterComponent />
|
||||
<AosComponent />
|
||||
|
||||
Reference in New Issue
Block a user