{"ast":null,"code":"var _jsxFileName = \"C:\\\\Users\\\\user\\\\Desktop\\\\000newport\\\\src\\\\components\\\\pages\\\\home\\\\components\\\\04portefolio\\\\presentation\\\\present.js\";\nimport React from \"react\";\nimport Realisation from \"./realisation\";\nimport { NavLink } from \"react-router-dom\";\nimport { faArrowRight } from \"@fortawesome/free-solid-svg-icons\";\nimport CustomBoutonn from \"../../../../../common/button\";\nimport { Tab, Tabs } from \"./tabs\";\nimport { jsxDEV as _jsxDEV } from \"react/jsx-dev-runtime\";\nconst Present = () => {\n  return /*#__PURE__*/_jsxDEV(\"div\", {\n    className: \"w-full  flex flex-col total-1 pb-5 \",\n    children: /*#__PURE__*/_jsxDEV(\"div\", {\n      className: \"divRealisation w-full \",\n      children: [/*#__PURE__*/_jsxDEV(\"div\", {\n        className: \"w-full border-b mb-8 flex items-end\",\n        children: /*#__PURE__*/_jsxDEV(\"h3\", {\n          children: \"Quelques r\\xE9alisations\"\n        }, void 0, false, {\n          fileName: _jsxFileName,\n          lineNumber: 51,\n          columnNumber: 11\n        }, this)\n      }, void 0, false, {\n        fileName: _jsxFileName,\n        lineNumber: 50,\n        columnNumber: 9\n      }, this), /*#__PURE__*/_jsxDEV(NavLink, {\n        to: \"/portfolio\",\n        children: /*#__PURE__*/_jsxDEV(\"button\", {\n          className: \" text-center xl:mb-5 \",\n          children: /*#__PURE__*/_jsxDEV(CustomBoutonn, {\n            text: \"voir le portfolio\",\n            icon: faArrowRight,\n            alt: \"icon button\"\n          }, void 0, false, {\n            fileName: _jsxFileName,\n            lineNumber: 55,\n            columnNumber: 13\n          }, this)\n        }, void 0, false, {\n          fileName: _jsxFileName,\n          lineNumber: 54,\n          columnNumber: 11\n        }, this)\n      }, void 0, false, {\n        fileName: _jsxFileName,\n        lineNumber: 53,\n        columnNumber: 9\n      }, this), /*#__PURE__*/_jsxDEV(\"div\", {\n        className: \"w-full space-y-3 flex flex-col total-carousel\",\n        children: /*#__PURE__*/_jsxDEV(Realisation, {}, void 0, false, {\n          fileName: _jsxFileName,\n          lineNumber: 59,\n          columnNumber: 11\n        }, this)\n      }, void 0, false, {\n        fileName: _jsxFileName,\n        lineNumber: 58,\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: 9,\n    columnNumber: 5\n  }, this);\n};\n_c = Present;\nexport default Present;\nvar _c;\n$RefreshReg$(_c, \"Present\");","map":{"version":3,"names":["React","Realisation","NavLink","faArrowRight","CustomBoutonn","Tab","Tabs","jsxDEV","_jsxDEV","Present","className","children","fileName","_jsxFileName","lineNumber","columnNumber","to","text","icon","alt","_c","$RefreshReg$"],"sources":["C:/Users/user/Desktop/000newport/src/components/pages/home/components/04portefolio/presentation/present.js"],"sourcesContent":["import React from \"react\";\r\nimport Realisation from \"./realisation\";\r\nimport { NavLink } from \"react-router-dom\";\r\nimport { faArrowRight } from \"@fortawesome/free-solid-svg-icons\";\r\nimport CustomBoutonn from \"../../../../../common/button\";\r\nimport { Tab, Tabs } from \"./tabs\";\r\nconst Present = () => {\r\n  return (\r\n    <div className=\"w-full  flex flex-col total-1 pb-5 \">\r\n      {/* <div className=\" responsiService \">\r\n        <nav className=\"w-full border-b mb-8 \">\r\n          <h3>Service et prestation</h3>\r\n        </nav>\r\n\r\n        <main className=\"2xl:w-5/6 lg:w-full space-x-6 responsi3boutons  flex max-lg:flex-col max-lg:ml-10 max-md:ml-0\">\r\n          <Tabs>\r\n            <Tab title=\"1\" key={1} selected>\r\n              <div\r\n                className=\"flex max-lg:flex-col lg:flex-row  lg:space-x-10\">\r\n                <div className=\"flex justify-center items-center\">\r\n                  <div className=\"w-2/3 max-lg:w-full  responsiText-service text-justify space-y-3\">\r\n                    <p className=\"text-justify\">\r\n                      Les gabarits livrés sont conformes aux normes W3C.\r\n                    </p>\r\n                    <p className=\"text-justify\">\r\n                      Les pages intégrées sont responsives. Leur compatibilité\r\n                      avec les navigateurs et les résolutions courantes est\r\n                      rigoureusement contrôlée sur les différents supports\r\n                      (mobile, tablette, desktop).\r\n                    </p>\r\n                  </div>\r\n                </div>\r\n              </div>\r\n            </Tab>\r\n            <Tab title=\"2\">\r\n              <div className=\"flex items-center justify-center w-full\">\r\n                <div className=\"w-2/3 max-lg:w-full  space-y-1 light-text p-3 bg-neutral-300 \">\r\n                  <p>-Technologies : HTML5, CSS3</p>\r\n                  <p>-Approche modulaire, travail en composants CSS </p>\r\n                  <p>- Pre-Processors : SASS</p>\r\n                  <p>- Pre-Processors : taiwlind</p>\r\n                  <p></p>\r\n                </div>\r\n              </div>\r\n            </Tab>\r\n          </Tabs>\r\n        </main>\r\n      </div> */}\r\n      <div className=\"divRealisation w-full \">\r\n        <div className=\"w-full border-b mb-8 flex items-end\">\r\n          <h3>Quelques réalisations</h3>\r\n        </div>\r\n        <NavLink to=\"/portfolio\">\r\n          <button className=\" text-center xl:mb-5 \">\r\n            <CustomBoutonn text=\"voir le portfolio\" icon={faArrowRight} alt=\"icon button\"/>\r\n          </button>\r\n        </NavLink>\r\n        <div className=\"w-full space-y-3 flex flex-col total-carousel\">\r\n          <Realisation />\r\n        </div>\r\n\r\n      </div>\r\n    </div>\r\n  );\r\n};\r\n\r\nexport default Present;\r\n"],"mappings":";AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,OAAOC,WAAW,MAAM,eAAe;AACvC,SAASC,OAAO,QAAQ,kBAAkB;AAC1C,SAASC,YAAY,QAAQ,mCAAmC;AAChE,OAAOC,aAAa,MAAM,8BAA8B;AACxD,SAASC,GAAG,EAAEC,IAAI,QAAQ,QAAQ;AAAC,SAAAC,MAAA,IAAAC,OAAA;AACnC,MAAMC,OAAO,GAAGA,CAAA,KAAM;EACpB,oBACED,OAAA;IAAKE,SAAS,EAAC,qCAAqC;IAAAC,QAAA,eAwClDH,OAAA;MAAKE,SAAS,EAAC,wBAAwB;MAAAC,QAAA,gBACrCH,OAAA;QAAKE,SAAS,EAAC,qCAAqC;QAAAC,QAAA,eAClDH,OAAA;UAAAG,QAAA,EAAI;QAAqB;UAAAC,QAAA,EAAAC,YAAA;UAAAC,UAAA;UAAAC,YAAA;QAAA,OAAI;MAAC;QAAAH,QAAA,EAAAC,YAAA;QAAAC,UAAA;QAAAC,YAAA;MAAA,OAC3B,CAAC,eACNP,OAAA,CAACN,OAAO;QAACc,EAAE,EAAC,YAAY;QAAAL,QAAA,eACtBH,OAAA;UAAQE,SAAS,EAAC,uBAAuB;UAAAC,QAAA,eACvCH,OAAA,CAACJ,aAAa;YAACa,IAAI,EAAC,mBAAmB;YAACC,IAAI,EAAEf,YAAa;YAACgB,GAAG,EAAC;UAAa;YAAAP,QAAA,EAAAC,YAAA;YAAAC,UAAA;YAAAC,YAAA;UAAA,OAAC;QAAC;UAAAH,QAAA,EAAAC,YAAA;UAAAC,UAAA;UAAAC,YAAA;QAAA,OACzE;MAAC;QAAAH,QAAA,EAAAC,YAAA;QAAAC,UAAA;QAAAC,YAAA;MAAA,OACF,CAAC,eACVP,OAAA;QAAKE,SAAS,EAAC,+CAA+C;QAAAC,QAAA,eAC5DH,OAAA,CAACP,WAAW;UAAAW,QAAA,EAAAC,YAAA;UAAAC,UAAA;UAAAC,YAAA;QAAA,OAAE;MAAC;QAAAH,QAAA,EAAAC,YAAA;QAAAC,UAAA;QAAAC,YAAA;MAAA,OACZ,CAAC;IAAA;MAAAH,QAAA,EAAAC,YAAA;MAAAC,UAAA;MAAAC,YAAA;IAAA,OAEH;EAAC;IAAAH,QAAA,EAAAC,YAAA;IAAAC,UAAA;IAAAC,YAAA;EAAA,OACH,CAAC;AAEV,CAAC;AAACK,EAAA,GA1DIX,OAAO;AA4Db,eAAeA,OAAO;AAAC,IAAAW,EAAA;AAAAC,YAAA,CAAAD,EAAA"},"metadata":{},"sourceType":"module","externalDependencies":[]}