{"ast":null,"code":"var _jsxFileName = \"/var/www/yuvaride/yuvaride-static/yuva-ride/src/components/Team.js\";\nimport React from 'react';\nimport { FaLinkedin, FaTwitter, FaInstagram } from 'react-icons/fa';\nimport './Team.css';\nimport SundarImg from '../assets/sundar.webp';\nimport ElonImg from '../assets/elon.webp';\nimport BillgatesImg from '../assets/billgates.webp';\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nconst Team = () => {\n  const teamMembers = [{\n    name: 'Kiran',\n    role: 'CEO & Founder',\n    image: ElonImg,\n    bio: 'Visionary leader with 10+ years in transportation tech',\n    social: {\n      linkedin: '#',\n      twitter: '#',\n      instagram: '#'\n    }\n  }, {\n    name: 'Kiran Kumar',\n    role: 'CTO',\n    image: SundarImg,\n    bio: 'Tech innovator specializing in mobility solutions',\n    social: {\n      linkedin: '#',\n      twitter: '#',\n      instagram: '#'\n    }\n  }, {\n    name: 'Kiran Kumar Reddy',\n    role: 'Head of Operations',\n    image: BillgatesImg,\n    bio: 'Operations expert ensuring seamless user experience',\n    social: {\n      linkedin: '#',\n      twitter: '#',\n      instagram: '#'\n    }\n  }];\n  return /*#__PURE__*/_jsxDEV(\"section\", {\n    id: \"team\",\n    className: \"section team\",\n    children: /*#__PURE__*/_jsxDEV(\"div\", {\n      className: \"container\",\n      children: [/*#__PURE__*/_jsxDEV(\"div\", {\n        className: \"section-title\",\n        children: [/*#__PURE__*/_jsxDEV(\"h2\", {\n          id: \"ourteam\",\n          children: \"Our Team\"\n        }, void 0, false, {\n          fileName: _jsxFileName,\n          lineNumber: 51,\n          columnNumber: 11\n        }, this), /*#__PURE__*/_jsxDEV(\"p\", {\n          id: \"kiran\",\n          children: \"Meet the passionate people behind Yuva\"\n        }, void 0, false, {\n          fileName: _jsxFileName,\n          lineNumber: 52,\n          columnNumber: 11\n        }, this)]\n      }, void 0, true, {\n        fileName: _jsxFileName,\n        lineNumber: 50,\n        columnNumber: 9\n      }, this), /*#__PURE__*/_jsxDEV(\"div\", {\n        className: \"team-grid\",\n        children: teamMembers.map((member, index) => /*#__PURE__*/_jsxDEV(\"div\", {\n          className: \"team-card\",\n          children: [/*#__PURE__*/_jsxDEV(\"div\", {\n            className: \"member-image\",\n            children: [/*#__PURE__*/_jsxDEV(\"img\", {\n              src: member.image,\n              alt: member.name\n            }, void 0, false, {\n              fileName: _jsxFileName,\n              lineNumber: 58,\n              columnNumber: 17\n            }, this), /*#__PURE__*/_jsxDEV(\"div\", {\n              className: \"social-links\",\n              children: [/*#__PURE__*/_jsxDEV(\"a\", {\n                href: member.social.linkedin,\n                children: /*#__PURE__*/_jsxDEV(FaLinkedin, {}, void 0, false, {\n                  fileName: _jsxFileName,\n                  lineNumber: 60,\n                  columnNumber: 52\n                }, this)\n              }, void 0, false, {\n                fileName: _jsxFileName,\n                lineNumber: 60,\n                columnNumber: 19\n              }, this), /*#__PURE__*/_jsxDEV(\"a\", {\n                href: member.social.twitter,\n                children: /*#__PURE__*/_jsxDEV(FaTwitter, {}, void 0, false, {\n                  fileName: _jsxFileName,\n                  lineNumber: 61,\n                  columnNumber: 51\n                }, this)\n              }, void 0, false, {\n                fileName: _jsxFileName,\n                lineNumber: 61,\n                columnNumber: 19\n              }, this), /*#__PURE__*/_jsxDEV(\"a\", {\n                href: member.social.instagram,\n                children: /*#__PURE__*/_jsxDEV(FaInstagram, {}, void 0, false, {\n                  fileName: _jsxFileName,\n                  lineNumber: 62,\n                  columnNumber: 53\n                }, this)\n              }, void 0, false, {\n                fileName: _jsxFileName,\n                lineNumber: 62,\n                columnNumber: 19\n              }, this)]\n            }, void 0, true, {\n              fileName: _jsxFileName,\n              lineNumber: 59,\n              columnNumber: 17\n            }, this)]\n          }, void 0, true, {\n            fileName: _jsxFileName,\n            lineNumber: 57,\n            columnNumber: 15\n          }, this), /*#__PURE__*/_jsxDEV(\"div\", {\n            className: \"member-info\",\n            children: [/*#__PURE__*/_jsxDEV(\"h3\", {\n              children: member.name\n            }, void 0, false, {\n              fileName: _jsxFileName,\n              lineNumber: 66,\n              columnNumber: 17\n            }, this), /*#__PURE__*/_jsxDEV(\"p\", {\n              className: \"role\",\n              children: member.role\n            }, void 0, false, {\n              fileName: _jsxFileName,\n              lineNumber: 67,\n              columnNumber: 17\n            }, this), /*#__PURE__*/_jsxDEV(\"p\", {\n              className: \"bio\",\n              children: member.bio\n            }, void 0, false, {\n              fileName: _jsxFileName,\n              lineNumber: 68,\n              columnNumber: 17\n            }, this)]\n          }, void 0, true, {\n            fileName: _jsxFileName,\n            lineNumber: 65,\n            columnNumber: 15\n          }, this)]\n        }, index, true, {\n          fileName: _jsxFileName,\n          lineNumber: 56,\n          columnNumber: 13\n        }, this))\n      }, void 0, false, {\n        fileName: _jsxFileName,\n        lineNumber: 54,\n        columnNumber: 9\n      }, this)]\n    }, void 0, true, {\n      fileName: _jsxFileName,\n      lineNumber: 49,\n      columnNumber: 7\n    }, this)\n  }, void 0, false, {\n    fileName: _jsxFileName,\n    lineNumber: 48,\n    columnNumber: 5\n  }, this);\n};\n_c = Team;\nexport default Team;\nvar _c;\n$RefreshReg$(_c, \"Team\");","map":{"version":3,"names":["React","FaLinkedin","FaTwitter","FaInstagram","SundarImg","ElonImg","BillgatesImg","jsxDEV","_jsxDEV","Team","teamMembers","name","role","image","bio","social","linkedin","twitter","instagram","id","className","children","fileName","_jsxFileName","lineNumber","columnNumber","map","member","index","src","alt","href","_c","$RefreshReg$"],"sources":["/var/www/yuvaride/yuvaride-static/yuva-ride/src/components/Team.js"],"sourcesContent":["import React from 'react';\nimport { FaLinkedin, FaTwitter, FaInstagram } from 'react-icons/fa';\nimport './Team.css';\nimport SundarImg from '../assets/sundar.webp';\nimport  ElonImg from '../assets/elon.webp';\nimport BillgatesImg from '../assets/billgates.webp';\n\n\nconst Team = () => {\n  const teamMembers = [\n    {\n      name: 'Kiran',\n      role: 'CEO & Founder',\n        image: ElonImg,\n      bio: 'Visionary leader with 10+ years in transportation tech',\n      social: {\n        linkedin: '#',\n        twitter: '#',\n        instagram: '#'\n      }\n    },\n    {\n      name: 'Kiran Kumar',\n      role: 'CTO',\n       image: SundarImg,\n      bio: 'Tech innovator specializing in mobility solutions',\n      social: {\n        linkedin: '#',\n        twitter: '#',\n        instagram: '#'\n      }\n    },\n    {\n      name: 'Kiran Kumar Reddy',\n      role: 'Head of Operations',\n      image: BillgatesImg,\n      bio: 'Operations expert ensuring seamless user experience',\n      social: {\n        linkedin: '#',\n        twitter: '#',\n        instagram: '#'\n      }\n    },\n   \n  ];\n\n  return (\n    <section id=\"team\" className=\"section team\">\n      <div className=\"container\">\n        <div className=\"section-title\">\n          <h2 id=\"ourteam\">Our Team</h2>\n          <p id=\"kiran\">Meet the passionate people behind Yuva</p>\n        </div>\n        <div className=\"team-grid\">\n          {teamMembers.map((member, index) => (\n            <div key={index} className=\"team-card\">\n              <div className=\"member-image\">\n                <img src={member.image} alt={member.name} />\n                <div className=\"social-links\">\n                  <a href={member.social.linkedin}><FaLinkedin /></a>\n                  <a href={member.social.twitter}><FaTwitter /></a>\n                  <a href={member.social.instagram}><FaInstagram /></a>\n                </div>\n              </div>\n              <div className=\"member-info\">\n                <h3>{member.name}</h3>\n                <p className=\"role\">{member.role}</p>\n                <p className=\"bio\">{member.bio}</p>\n              </div>\n            </div>\n          ))}\n        </div>\n      </div>\n    </section>\n  );\n};\n\nexport default Team;"],"mappings":"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","ignoreList":[]},"metadata":{},"sourceType":"module","externalDependencies":[]}