Skip to content

Commit

Permalink
Faq section
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-priyanka-g committed Sep 11, 2023
1 parent 93897c5 commit 7ee1625
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
Empty file.
5 changes: 5 additions & 0 deletions vue-frontend/src/pages/ios-app-development.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
<Header />
<LandingSection ref="landing" />
<DevelopmentSection ref="development" />
<FaqSection ref="faq" />
<CtaSection ref="cta1" />
<CtaSection2 ref="cta2" />
<NewFooter ref="footer" />
Expand All @@ -22,6 +23,9 @@ import { defineAsyncComponent } from "vue";
import { elementInViewPort } from "@/utils.js";
import LandingSection from "@/components/ios-app-development/LandingSection.vue";
import DevelopmentSection from "@/components/ios-app-development/DevelopmentSection.vue";
const FaqSection = defineAsyncComponent(() =>
import("@/components/ios-app-development/FaqSection.vue"),
);
const CtaSection = defineAsyncComponent(() =>
import("@/components/ios-app-development/CtaSection.vue"),
);
Expand All @@ -39,6 +43,7 @@ export default {
events: {
landing: "view_ios_development_landing_section",
development: "view_ios_app_development_section",
faq: "view_ios_development_Faq_section",
cta1: "view_cta_1_ios_app_development_section",
cta2: "view_cta_2_ios_app_development_section",
},
Expand Down

0 comments on commit 7ee1625

Please sign in to comment.