From 2413c629c2c6b607f4ec7210e3aca3eb09c3d7b2 Mon Sep 17 00:00:00 2001 From: Ashish Date: Fri, 10 Nov 2023 10:35:40 +0530 Subject: [PATCH] create-success-story --- .../images/flutter-app-development/quote.webp | Bin 0 -> 644 bytes .../SuccessStorySection.vue | 117 ++++++++++++++++++ .../pages/flutter-app-development.vue | 5 + 3 files changed, 122 insertions(+) create mode 100644 nuxt-frontend/assets/images/flutter-app-development/quote.webp create mode 100644 nuxt-frontend/components/flutter-app-development/SuccessStorySection.vue diff --git a/nuxt-frontend/assets/images/flutter-app-development/quote.webp b/nuxt-frontend/assets/images/flutter-app-development/quote.webp new file mode 100644 index 0000000000000000000000000000000000000000..05a26090682a7ef9a853dfb5f08bc4aa4521d872 GIT binary patch literal 644 zcmV-~0(<>ZNk&F|0ssJ4MM6+kP&il$0000G0000d001Wd06|PpNNE8800EE{ZF}5S zKLG(S4%27>n1BfgKmx!7Lcjo203z_sbYFa>_U!xOvwFre-$nHQmVzK6CO|f}-4G%W z$Dwbfyz3*(Vc(Q-9tHPJfi9wGINRh=+}qp%6-Q?oQT1T(sO*(G9!(_qCEZ#sqL!F{3t&DXmj^?HJ}Z2MORDRG zW~IJfP8w%JRBjARuME6YVo)Z_+qaenWgL_n%d2F$RfbN%YPh*EEKvJad!>B=zH3Qq zB`SEA`+Eso{>ixXxJe>x_W1l_qDv} zhdQGe-B{z`EF!*~m#ycaOzdQPvn%196m53F7JDb<+kO}$5W~>5vJn7QP&gp$0001R z1^}G_DkuOb06vjIol2#nqM@UU0I(7XX#f+zJ=9~WzY!)~T#k0Xe7v^tKWCGwuNv=q zIOR{#)rSB8{{8n7mESh@KA3gx2pO#0$L!ydlYr6B=`UXnM>T_s-#TSQhW~a#%nSx) z{vxKa5wM-iem~Vx5NAs7BmpOxYWuk3vr3Dfe>#myy_Vk{t~~v+zKpibpXUQwD-T${ za>J*;Yf}PZ;;zon6_+L*XduvecO@OHu}ptgaaVI6I+TOER>Fu-eJP%^c$EE$s9#(O eCONTV!tgta-+BXpSs% +
+
+
Our Success Stories
+
+ quote-image +
+ + +
+
"{{ client.review }}"
+
+ {{ + client.name + }} + {{ + client.designation + }} +
+
+
+
+
+
+
+
+
+ + + diff --git a/nuxt-frontend/pages/flutter-app-development.vue b/nuxt-frontend/pages/flutter-app-development.vue index 42d078b54..bfa104f16 100644 --- a/nuxt-frontend/pages/flutter-app-development.vue +++ b/nuxt-frontend/pages/flutter-app-development.vue @@ -3,6 +3,7 @@
+ @@ -16,6 +17,9 @@ import LandingSection from "@/components/flutter-app-development/LandingSection. const CtaSection = defineAsyncComponent(() => import("@/components/flutter-app-development/CtaSection.vue"), ); +const SuccessStory = defineAsyncComponent(() => + import("@/components/flutter-app-development/SuccessStorySection.vue"), +); const NewFooter = defineAsyncComponent(() => import("@/components/partials/NewFooter.vue"), ); @@ -44,6 +48,7 @@ export default { Header, LandingSection, CtaSection, + SuccessStory, NewFooter, }, methods: {