{"version":3,"sources":["webpack:///./src/pages/which-wing.tsx"],"names":["data","header","name","content","slant","height","fluid","wing","childImageSharp","size","style","paddingTop","to","inverted","image","paragliding","title","text","buttons","hanggliding","microlighting","powered","bgImage","blurredHero","color","small","outline"],"mappings":"4FAAA,wJA4Be,0BAAGA,EAAI,EAAJA,KAAI,OACpB,gBAAC,IAAM,CAACC,OAAO,SACb,gBAAC,SAAM,KACL,wEACA,wBACEC,KAAK,cACLC,QAAQ,+HAKZ,gBAAC,aAAU,CAACC,OAAO,EAAOC,OAAO,QAC/B,8BACE,gBAAC,IAAG,CAACC,MAAON,EAAKO,KAAKC,gBAAgBF,SAExC,2BACE,yCACA,gBAAC,IAAI,CAACG,KAAK,SAAO,kFAOtB,gBAAC,IAAO,CAACC,MAAO,CAAEC,WAAY,IAC5B,8DACA,qGAIA,oRAMA,kMAMA,gBAAC,IAAI,CAACC,GAAG,gBACP,gBAAC,IAAM,CAACC,UAAU,GAAK,uBAI3B,gBAAC,qBAAkB,KACjB,iCACM,qCAAe,gBAErB,gBAAC,IAAW,CACVC,MAAOd,EAAKe,YAAYP,gBACxBQ,MAAM,cACNC,KAAK,4VACLC,QAAS,CACP,CAAED,KAAM,qBAAsBL,GAAI,kCAGtC,gBAAC,IAAW,CACVE,MAAOd,EAAKmB,YAAYX,gBACxBQ,MAAM,eACNC,KAAK,8QACLC,QAAS,CACP,CAAED,KAAM,qBAAsBL,GAAI,kCAGtC,gBAAC,IAAW,CACVE,MAAOd,EAAKoB,cAAcZ,gBAC1BQ,MAAM,gBACNC,KAAK,oZACLC,QAAS,CACP,CAAED,KAAM,qBAAsBL,GAAI,kCAGtC,gBAAC,IAAW,CACVE,MAAOd,EAAKqB,QAAQb,gBACpBQ,MAAM,sBACNC,KAAK,0bACLC,QAAS,CACP,CAAED,KAAM,qBAAsBL,GAAI,mCAKxC,gBAAC,IAAI,CAACU,QAAStB,EAAKuB,YAAYf,gBAAiBH,OAAO,SACtD,oDACA,wGAIA,gBAAC,OAAI,KACH,gBAAC,IAAM,CAACmB,MAAO,OAAQC,OAAO,EAAMC,SAAS,GAAK","file":"component---src-pages-which-wing-tsx-5573eb38d5bebffaa457.js","sourcesContent":["import { Helmet } from 'react-helmet'\n\nimport * as React from 'react'\nimport Layout from '../components/Layout'\n\nimport { Link, graphql } from 'gatsby'\nimport Img from 'gatsby-image'\nimport FAQs from '../components/FAQs'\n\nimport { Box, Flex } from 'grid-styled'\nimport CTA from '../components/CTA'\nimport GalleryContainer from '../components/GalleryContainer'\nimport GalleryImage from '../components/GalleryImage'\nimport {\n HomeHeader,\n FormContainer,\n AlternatingContent,\n AboutContact,\n VideoContainer,\n info,\n} from '.'\nimport Form from '../components/Form'\nimport { Text, GallerySection, Content } from '../components/styles'\nimport Button from '../components/Button'\nimport ContentCard from '../components/ContentCard'\nimport Hero from '../components/Hero'\nimport { Video } from '../components/procedures'\n\nexport default ({ data }) => (\n \n \n Which Wing - Queensland Sports Aviators\n \n \n\n \n
\n \n
\n
\n

Which wing?

\n \n Want to learn to fly, start by exploring our different aviation\n experiences.\n \n
\n
\n\n \n

Explore our Aviation Experiences

\n

\n We're often asked which wing should I learn to fly or have a tandem on?\n

\n\n

\n If you have an urge to fly but are unsure of where to begin, take a look\n at some of our aviation options below. Each experience brings with it a\n unique sense of freedom and adrenaline, explore the options and start\n with the wing that calls to you.\n

\n

\n Ask us today about one of our local flight experiences. Join a local\n club, book your first tandem adventure or make the commitment and learn\n to fly on your own wing.\n

\n\n \n \n \n
\n\n \n

\n Our Aviation Experiences\n

\n \n \n \n \n
\n\n \n

Want to find our more?

\n

\n Complete the enquiry form to contact us today and find out how we can\n help.\n

\n \n \n \n
\n
\n)\n\nexport const query = graphql`\n query CarportsQuery {\n paragliding: file(relativePath: { eq: \"paragliding.jpg\" }) {\n childImageSharp {\n fluid {\n ...GatsbyImageSharpFluid\n }\n }\n }\n hanggliding: file(relativePath: { eq: \"hang-gliding.jpg\" }) {\n childImageSharp {\n fluid {\n ...GatsbyImageSharpFluid\n }\n }\n }\n microlighting: file(relativePath: { eq: \"microlighting.jpg\" }) {\n childImageSharp {\n fluid {\n ...GatsbyImageSharpFluid\n }\n }\n }\n powered: file(relativePath: { eq: \"powered.jpg\" }) {\n childImageSharp {\n fluid {\n ...GatsbyImageSharpFluid\n }\n }\n }\n wing: file(relativePath: { eq: \"which-wing.jpg\" }) {\n childImageSharp {\n fluid(maxWidth: 3000, quality: 95) {\n ...GatsbyImageSharpFluid\n }\n }\n }\n offField: file(relativePath: { eq: \"gallery/carports/gable/cover.jpg\" }) {\n childImageSharp {\n fluid {\n ...GatsbyImageSharpFluid\n }\n }\n }\n whyUs: file(relativePath: { eq: \"why-us-jp.jpg\" }) {\n childImageSharp {\n fluid(maxWidth: 3000, quality: 95) {\n ...GatsbyImageSharpFluid\n }\n }\n }\n patiosBrisbane: file(\n relativePath: { eq: \"gallery/carports/skillion/cover.jpg\" }\n ) {\n childImageSharp {\n fluid {\n ...GatsbyImageSharpFluid\n }\n }\n }\n training: file(relativePath: { eq: \"gallery/carports/flyover/cover.jpg\" }) {\n childImageSharp {\n fluid {\n ...GatsbyImageSharpFluid\n }\n }\n }\n\n accessories: file(relativePath: { eq: \"roofing-brisbane.jpg\" }) {\n childImageSharp {\n fluid(maxWidth: 2000, quality: 90) {\n ...GatsbyImageSharpFluid\n }\n }\n }\n blurredHero: file(relativePath: { eq: \"bg-contact.jpg\" }) {\n childImageSharp {\n fluid {\n ...GatsbyImageSharpFluid\n }\n }\n }\n }\n`\n"],"sourceRoot":""}