Teams Page
Team Page Hero
To customize the data in the Hero section, you can modify the following properties in the components\Shared\PageHero.vue
file in the pages\team\index.vue
and customize the following data:
<PageHero
sub-title="OUR TEAM"
title="Our leading, strong and creative team"
description="Until recently, the prevailing view assumed lorem ipsum was born as a nonsense text. It's not Latin, though it looks like it"
/>
Our Team
All the data for the team members are being generated from data/teamData.json
file. Go, to the file and change the value of the teamData.json
. You must give a id, as this will linked to the our team details page. Click on the team member name to view the team single page.
teamData.json = [ { id: 1, name: "Cody Fisher", designation: "Lead Designer",
fbLink: "#", dribbleInLink: "#", gitHubLink: "#", linkedInLink: "#", image:
"/images/team/team1.png", details: "Lorem ipsum dolor sit amet consectetur.
Nullam blandit dui gravida aliquam enim eu. Adipiscing viverra vulputate
curabitur est.
<br />
<br />
Morbi lorem proin morbi tempor risus. Nisl lobortis diam id faucibus pretium
vitae suspendisse sed accumsan. Sodales morbi tristique elit cursus gravida.
Ullamcorper commodo eget pulvinar pretium. Condimentum rhoncus commodo amet nec
auctor nibh vel mi blandit.
<br />
<br />
Neque ultrices nunc condimentum morbi risus tincidunt. Vel arcu lacus non
ornare. Porttitor in rhoncus magna augue adipiscing.", email: "team@gmail.com",
phone: "+3 230 705 5448", }, ];