Skip to content

Commit

Permalink
Enhance : UNification in home page
Browse files Browse the repository at this point in the history
  • Loading branch information
cp-jagruti-a committed Dec 15, 2023
1 parent 12dc555 commit 3713947
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nuxt-frontend/components/home-new/ClientReviewSection.vue
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
</div>
</a>
<div
class=" sub-h1-semibold lg:desk-header-3 text-black-core/[0.87] transition-all ease duration-500"
class="mt-8 md:mt-0 sub-h1-semibold lg:desk-header-3 text-black-core/[0.87] transition-all ease duration-500"
:class="reading ? 'scale-[0.98]' : ''"
v-html="client.review"
></div>
Expand Down
6 changes: 6 additions & 0 deletions nuxt-frontend/components/home-new/ServiceSectionMobile.vue
Original file line number Diff line number Diff line change
Expand Up @@ -83,16 +83,22 @@ export default {
title: "Custom Software Development",
content:
"Unlock your business growth with tailored solutions for unique business needs, enabling scalability, seamless integration, competitive edge, long-term cost efficiency, and enhanced security.",
image: circle3,
bullet: bullet3,
},
{
title: "UI/UX Design",
content:
"We design user-centered UI/UX followed by user testing. We make design decisions based on only one thing: Data. Because it ensures our clients get value from our work.",
image: circle4,
bullet: bullet1,
},
{
title: "DevOps and Maintenance",
content:
"Our team values prevention over cure, writes unit tests from an early stage of the project for future maintainability, extendibility, and quick development, and uses auto-deployment to save time.",
image: circle5,
bullet: bullet1,
},
],
};
Expand Down

0 comments on commit 3713947

Please sign in to comment.