\n \n );\n};\n","import React from \"react\";\n\nexport default ({ data }) => {\n // data.content should be filled in, others require null check. If validation is wrong return null (if data is empty)\n if (!data.content.general) {\n return null;\n }\n\n const blockdata = data.content.general;\n\n return (\n \n
\n \n
\n
\n \n
\n
\n ~\n \n
\n
\n \n
\n \n );\n};\n","import React from \"react\";\nimport BrochureForm from \"../contact/brochureForm\";\n\nexport default ({ data, privacy }) => {\n return ;\n};\n","import React from \"react\";\nimport { Link } from \"gatsby\";\n\nexport default ({ theme, data }) => {\n // Fast escape\n if (\n !data ||\n !data.content ||\n !data.content.general ||\n !data.content.advantages ||\n !data.content.advantages.advantage1 ||\n !data.content.advantages.advantage2 ||\n !data.content.advantages.advantage3 ||\n !data.content.advantages.advantage4 ||\n !data.content.advantages.advantage5\n ) {\n return <>>;\n }\n\n const advantages = [\n data.content.advantages.advantage1,\n data.content.advantages.advantage2,\n data.content.advantages.advantage3,\n data.content.advantages.advantage4,\n data.content.advantages.advantage5,\n ];\n\n return (\n \n
\n
{data.content.general.title}
\n
\n
\n {advantages.map((advantage, index) => (\n
\n {/* For now we have decided (with Thalassa) to always show the cruise icon. Reason: the text can be changed in the CMS but this won't always match the icon anymore */}\n \n
{advantage}
\n
\n ))}\n
\n
\n Ontdek alle voordelen\n
\n \n );\n};\n","import React from \"react\";\n\nexport default ({ data }) => {\n // data.content should be filled in, others require null check. If validation is wrong return null (if data is empty)\n if (!(data.content.general && data.content.layout)) {\n return null;\n }\n const blockdata = data.content.general;\n const layout = data.content.layout;\n\n let className = \"page-block-2columntextwithsidetitle\";\n\n if (layout.textPositionRight) {\n className += \" page-block-2columntextwithsidetitle--right\";\n }\n\n return (\n \n
\n
\n
\n
{blockdata.title}
\n
\n
\n \n \n
\n
\n
\n \n );\n};\n","import React from \"react\";\n\nexport default ({ data }) => {\n // data.content should be filled in, others require null check. If validation is wrong return null (if data is empty)\n const blockdata = data.content.general;\n const gallery = data.content.gallery;\n\n if (!(blockdata && gallery)) {\n return null;\n }\n return (\n \n
\n
\n
{blockdata.title}
\n
\n
\n
\n \n \n \n
{blockdata.caption1}
\n \n \n \n \n \n
{blockdata.caption2}
\n \n \n \n \n \n
{blockdata.caption3}
\n \n \n
\n
\n
\n \n );\n};\n","import React from \"react\";\n\nexport default ({ data }) => {\n if (!data.content.general) {\n return null;\n }\n\n // data.content should be filled in, others require null check. If validation is wrong return null (if data is empty)\n const blockdata = data.content.general; // data.content.informatie && data.content.informatie.vertrekdata;\n\n return (\n Boolean(blockdata) && (\n \n
\n
\n
{blockdata.title}
\n
\n
\n \n \n
\n
\n \n )\n );\n};\n","import React from \"react\";\nimport { addWidthParameter } from \"../../utils/addWidthParameter\";\n\nexport default ({ data }) => {\n // data.content should be filled in, others require null check. If validation is wrong return null (if data is empty)\n const blockdata = data.content.general;\n const layout = data.content.layout;\n\n let className = \"page-block-largeimagesidetext\";\n\n if (!(blockdata && layout)) {\n return null;\n }\n\n if (Boolean(layout.textPositionLeft)) {\n className += \" page-block-largeimagesidetext--left\";\n }\n\n return (\n \n
\n
\n \n
\n
\n
\n
\n
{blockdata.title}
\n
\n \n
\n
\n
\n \n );\n};\n","import React from \"react\";\nimport { addWidthParameter } from \"../../utils/addWidthParameter\";\n\nexport default ({ data }) => {\n if (!data.content.general) {\n return null;\n }\n\n // data.content should be filled in, others require null check. If validation is wrong return null (if data is empty)\n const blockdata = data.content.general; // data.content.informatie && data.content.informatie.vertrekdata;\n\n return (\n Boolean(blockdata) && (\n \n