jestra03 / JeepNe

https://jeepne.vercel.app
0 stars 0 forks source link

About Us Component (About Us Page) #14

Open jestra03 opened 1 month ago

jestra03 commented 1 month ago

Use an array and map the data using JSON in the AboutUs Page

Example: team = [ {name: "Joshua", role: "Full Stack Developer", desc: "skibbidi", linkedin: "mylink.com"}, {name: "Karan", role: "Full Stack Developer", desc: "hennessey", linkedin: "yeya"} ];

Followed by a mapping function/loop which uses < IndividualInfo team={team[teamate]}/ >

About Us Components: