diff --git a/.github/workflows/deploy-frontend-dev.yml b/.github/workflows/deploy-frontend-dev.yml index ea851975a..5f079dcfe 100644 --- a/.github/workflows/deploy-frontend-dev.yml +++ b/.github/workflows/deploy-frontend-dev.yml @@ -4,7 +4,7 @@ on: push: branches: - "master" - + jobs: deploy-frontend-dev: runs-on: ubuntu-latest diff --git a/nuxt-frontend/assets/images/backend-development/quote-left.webp b/nuxt-frontend/assets/images/backend-development/quote-left.webp new file mode 100644 index 000000000..41b5e87d1 Binary files /dev/null and b/nuxt-frontend/assets/images/backend-development/quote-left.webp differ diff --git a/nuxt-frontend/components/backend-development/CaseStudySection.vue b/nuxt-frontend/components/backend-development/CaseStudySection.vue index 5f76ec210..0975edcc9 100644 --- a/nuxt-frontend/components/backend-development/CaseStudySection.vue +++ b/nuxt-frontend/components/backend-development/CaseStudySection.vue @@ -102,7 +102,7 @@ :src="item.images[2]" :srcset="`${item.images[2]} 400w,${item.images[3]} 800w`" class="w-[29.79663rem] h-[28.95819rem] object-contain" - :alt="item.title" + alt="casestudy-image" loading="lazy" /> diff --git a/nuxt-frontend/components/backend-development/SuccessStorySection.vue b/nuxt-frontend/components/backend-development/SuccessStorySection.vue new file mode 100644 index 000000000..4263956c8 --- /dev/null +++ b/nuxt-frontend/components/backend-development/SuccessStorySection.vue @@ -0,0 +1,137 @@ + + + + + + Our success stories + + + + + + + + + + {{ client.name }} + + {{ client.designation }} + + + + + + + + + + + + + Success Stories + + + + + + {{ client.review }} + + {{ client.name }} + + {{ client.designation }} + + + + + + + + + + + diff --git a/nuxt-frontend/pages/backend-development.vue b/nuxt-frontend/pages/backend-development.vue index c554c8c1c..f8b710682 100644 --- a/nuxt-frontend/pages/backend-development.vue +++ b/nuxt-frontend/pages/backend-development.vue @@ -3,6 +3,7 @@ + @@ -15,6 +16,9 @@ import LandingSection from "@/components/backend-development/LandingSection.vue" const CaseStudySection = defineAsyncComponent( () => import("@/components/backend-development/CaseStudySection.vue"), ); +const SuccessStorySection = defineAsyncComponent( + () => import("@/components/backend-development/SuccessStorySection.vue"), +); const NewFooter = defineAsyncComponent( () => import("@/components/partials/NewFooter.vue"), ); @@ -34,6 +38,7 @@ export default { Header, LandingSection, CaseStudySection, + SuccessStorySection, NewFooter, }, setup() {
{{ client.name }}
+ {{ client.designation }} +