add concatct page
This commit is contained in:
@@ -12,6 +12,7 @@ import SubscribeComponent from "@/components/subscribe.component";
|
||||
import strapiApi from "@/api/strapi/strapi-api";
|
||||
import SubHeaderComponent from "@/components/subHeader.component";
|
||||
import FaqComponent from "@/components/faq.component";
|
||||
import BootstrapComponent from "@/components/bootstrap.component";
|
||||
|
||||
export default async function About() {
|
||||
const {
|
||||
@@ -30,6 +31,7 @@ export default async function About() {
|
||||
{ subscribe && <SubscribeComponent config={subscribe} /> }
|
||||
{ footer && <FooterComponent config={footer} /> }
|
||||
<AosComponent />
|
||||
<BootstrapComponent />
|
||||
</>
|
||||
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user