{"version":3,"sources":["webpack:///./src/templates/index.tsx"],"names":["homePageData","hero","title","description","image","services","headline","items","link","info","backgroundImage","type","blog","testimonials","name","Index","location","pageContext","posts","data","allGhostPost","edges","isHome","to","indexQuery"],"mappings":"4FAAA,2HAsDMA,EAAe,CACnBC,KAAM,CACJC,MAAO,mCACPC,YACE,iIACFC,MAAO,yBAETC,SAAU,CACRH,MAAO,eACPI,SACE,8EACFC,MAAO,CACL,CACEL,MAAO,SACPC,YACE,iIACFC,MAAO,oBACPI,KAAM,UAER,CACEN,MAAO,cACPC,YACE,iIACFC,MAAO,yBACPI,KAAM,eAER,CACEN,MAAO,qBACPC,YACE,iIACFC,MAAO,gCACPI,KAAM,qBAER,CACEN,MAAO,WACPC,YACE,iIACFC,MAAO,sBACPI,KAAM,cAIZC,KAAM,CACJ,CACEP,MAAO,4BACPI,SAAU,mCACVF,MAAO,sBACPM,gBAAiB,0BACjBC,KAAM,QACNJ,MAAO,CACL,CACEL,MAAO,mBACPC,YACE,8EAEJ,CACED,MAAO,iBACPC,YACE,8EAEJ,CACED,MAAO,0BACPC,YACE,gFAIR,CACED,MAAO,6BACPI,SAAU,kCACVF,MAAO,sBACPM,gBAAiB,0BACjBC,KAAM,OACNJ,MAAO,CACL,CACEL,MAAO,GACPC,YACE,8EAEJ,CACED,MAAO,GACPC,YACE,8EAEJ,CACED,MAAO,GACPC,YACE,gFAIR,CACED,MAAO,mBACPI,SAAU,8BACVF,MAAO,sBACPM,gBAAiB,GACjBC,KAAM,QACNJ,MAAO,CACL,CACEL,MAAO,mBACPC,YACE,8EAEJ,CACED,MAAO,iBACPC,YACE,8EAEJ,CACED,MAAO,0BACPC,YACE,iFAKVS,KAAM,CACJV,MAAO,WACPI,SACE,8EACFI,gBAAiB,2BAEnBG,aAAc,CACZX,MAAO,eACPI,SACE,8EACFC,MAAO,CACL,CACEO,KAAM,OACNV,MAAO,mBACPD,YACE,wPAEJ,CACEW,KAAM,OACNV,MAAO,mBACPD,YACE,wPAEJ,CACEW,KAAM,OACNV,MAAO,mBACPD,YACE,wPAEJ,CACEW,KAAM,OACNV,MAAO,mBACPD,YACE,wPAEJ,CACEW,KAAM,OACNV,MAAO,mBACPD,YACE,wPAEJ,CACEW,KAAM,OACNV,MAAO,mBACPD,YACE,wPAEJ,CACEW,KAAM,OACNV,MAAO,mBACPD,YACE,wPAEJ,CACEW,KAAM,OACNV,MAAO,mBACPD,YACE,wPAEJ,CACEW,KAAM,OACNV,MAAO,mBACPD,YACE,2PAMKY,UAjND,SAAC,GAIa,IAH1BC,EAG0B,EAH1BA,SACAC,EAE0B,EAF1BA,YAGMC,EADoB,EAD1BC,KAEmBC,aAAaC,MAChC,OACE,oCACE,kBAAC,IAAD,CAAUL,SAAUA,IACpB,kBAAC,IAAD,CAAQM,OAAQL,EAAYK,QAC1B,kBAAC,IAAD,CAAaH,KAAMnB,EAAaC,MAC9B,kBAAC,IAAD,CAAQU,KAAK,SAASY,GAAG,YAAzB,eAIF,kBAAC,IAAD,CAAgBJ,KAAMnB,EAAaK,WACnC,kBAAC,IAAD,CAAac,KAAMnB,EAAaS,OAChC,kBAAC,IAAD,CAAaU,KAAMnB,EAAaY,KAAMM,MAAOA,IAC7C,kBAAC,IAAD,CAAoBC,KAAMnB,EAAaa,kBAiMxC,IAAMW,EAAa","file":"component---src-templates-index-tsx-c05ec4179b08afdc3a8c.js","sourcesContent":["import React, { ReactElement } from 'react';\nimport { graphql } from 'gatsby';\nimport { IPost } from 'src/utils/ts/blog';\nimport Layout from 'src/components/common/Layout';\nimport { MetaData } from 'src/components/common/Meta';\nimport Button from 'src/components/common/Button';\nimport {\n HeroSection,\n ServiceSection,\n InfoSection,\n BlogSection,\n TestimonialSection,\n} from 'src/components/HomeContent';\n\ninterface IIndex {\n data: {\n allGhostPost: {\n edges: {\n node: IPost;\n }[];\n };\n };\n location: {\n pathname: string;\n };\n pageContext: {\n isHome: boolean;\n };\n}\n\nconst Index = ({\n location,\n pageContext,\n data,\n}: IIndex): ReactElement => {\n const posts = data.allGhostPost.edges;\n return (\n <>\n \n \n \n \n \n \n \n \n \n \n \n );\n};\n\nconst homePageData = {\n hero: {\n title: 'The Tech experience For All User',\n description:\n 'Tools, tutorials, design and innovation experts, all inone place! The most intuitive way to imagine your next user experience.',\n image: '/images/skr-index.svg',\n },\n services: {\n title: 'Our Services',\n headline:\n 'We builds amazing software products, for various versions of your platform.',\n items: [\n {\n title: 'Design',\n description:\n 'We provide Innovative, Superior, High-Quality and Affordable Software Products that Businesses, Governments and Customers love',\n image: 'images/design.svg',\n link: 'design',\n },\n {\n title: 'Development',\n description:\n 'We provide Innovative, Superior, High-Quality and Affordable Software Products that Businesses, Governments and Customers love',\n image: 'images/development.svg',\n link: 'development',\n },\n {\n title: 'Project Management',\n description:\n 'We provide Innovative, Superior, High-Quality and Affordable Software Products that Businesses, Governments and Customers love',\n image: 'images/product_management.svg',\n link: 'project-managment',\n },\n {\n title: 'Branding',\n description:\n 'We provide Innovative, Superior, High-Quality and Affordable Software Products that Businesses, Governments and Customers love',\n image: 'images/branding.svg',\n link: 'branding',\n },\n ],\n },\n info: [\n {\n title: 'Effortless Validation for',\n headline: 'Digital And Cloud Transformation',\n image: 'images/group-30.svg',\n backgroundImage: 'images/background-1.svg',\n type: 'right',\n items: [\n {\n title: 'Accessory makers',\n description:\n 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.',\n },\n {\n title: 'Alterationists',\n description:\n 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.',\n },\n {\n title: 'Custom Design designers',\n description:\n 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.',\n },\n ],\n },\n {\n title: 'Easier decision making for',\n headline: 'Our Software Service Consulting',\n image: 'images/group-31.svg',\n backgroundImage: 'images/background-2.svg',\n type: 'left',\n items: [\n {\n title: '',\n description:\n 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.',\n },\n {\n title: '',\n description:\n 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.',\n },\n {\n title: '',\n description:\n 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.',\n },\n ],\n },\n {\n title: 'Optimisation for',\n headline: 'Training Platform Reselling',\n image: 'images/group-12.svg',\n backgroundImage: '',\n type: 'right',\n items: [\n {\n title: 'Accessory makers',\n description:\n 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.',\n },\n {\n title: 'Alterationists',\n description:\n 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.',\n },\n {\n title: 'Custom Design designers',\n description:\n 'Lorem Ipsum is simply dummy text of the printing and typesetting industry.',\n },\n ],\n },\n ],\n blog: {\n title: 'Our Blog',\n headline:\n 'We builds amazing software products, for various versions of your platform.',\n backgroundImage: 'images/background-1.svg',\n },\n testimonials: {\n title: 'Testimonials',\n headline:\n 'We builds amazing software products, for various versions of your platform.',\n items: [\n {\n name: 'test',\n image: '/images/tst1.png',\n description:\n \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book\",\n },\n {\n name: 'test',\n image: '/images/tst2.png',\n description:\n \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book\",\n },\n {\n name: 'test',\n image: '/images/tst3.png',\n description:\n \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book\",\n },\n {\n name: 'test',\n image: '/images/tst1.png',\n description:\n \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book\",\n },\n {\n name: 'test',\n image: '/images/tst2.png',\n description:\n \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book\",\n },\n {\n name: 'test',\n image: '/images/tst3.png',\n description:\n \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book\",\n },\n {\n name: 'test',\n image: '/images/tst3.png',\n description:\n \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book\",\n },\n {\n name: 'test',\n image: '/images/tst2.png',\n description:\n \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book\",\n },\n {\n name: 'test',\n image: '/images/tst1.png',\n description:\n \"Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book\",\n },\n ],\n },\n};\n\nexport default Index;\n\nexport const indexQuery = graphql`\n query GhostPostHomeQuery {\n allGhostPost(\n sort: { order: DESC, fields: [published_at] }\n limit: 9\n ) {\n edges {\n node {\n ...GhostPostFields\n }\n }\n }\n }\n`;\n"],"sourceRoot":""}