Aplio
NextJs
Integration

Integartion Page

Integartion Page Hero

To customize the data in the Hero section, you can modify the following properties in the components/shared/PageHero.jsx file in the app/integration/page.jsx and customize the following data:

<PageHero
  subtitle="INTEGRATION"
  title="Make productivity easier <br/>with 50+ integration"
  paragraph="Until recently, the prevailing view assumed lorem ipsum was born as a nonsense text. It's not Latin, though it looks like it"
/>

Integration data

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": [
    {
      "id": 1,
      "image": "/images/figma.svg",
      "title": "Figma",
      "details": "The prevailing view asumed lorem ipsum was born as nonsense text."
    },
  ]
}