Integartion Page
Integartion Page Hero
To customize the data in the Hero section, you can modify the following properties in the components\IntegrationPage\HeroIntegration.vue
file in the pages\integration.vue
and customize the following data:
<HeroIntegration
subTitle="INTEGRATION"
title="Make productivity easier with 50+ integration"
description="Until recently, the prevailing view assumed lorem ipsum was born as a nonsense text. It's not Latin, though it looks like it"
/>
Card Integration
All the data for the team members are being generated from data/IntegrationData.json
file. Go, to the file and change the value of the IntegrationData
. change image
, title
and details
to update the page
IntegrationData.json [ { id: 1, image: "/images/figma.svg", title: "Figma",
details: "The prevailing view asumed lorem ipsum was born as nonsense text.", },
];