404

<section class="hero hero--content-light" data-gradient-color="blue">
	    <div class="hero-content">
	        <div class="card" aria-labelledby="card-heading">
	            <div class="card-inner">

	                <div class="card-content">
	                    <div class="card-content-inner">
	                        <header class="card-header">
	                            <h3 id="card-sub-heading" class="heading heading--category card-subheading">404</h3>
	                            <h2 id="card-heading" class="heading heading--secondary card-heading">Page not found</h2>
	                        </header>

	                        <div class="card-body">
	                            <p>We are sorry, it seems like we can't find the page you are looking for.</p>
	                        </div>

	                        <div class="child-components">

	                            <a href="#" class="cta">
	                                <span class="text">Go to frontpage</span>
	                                <span class="icon icon-cta-arrow-right">
	                                    <span class="svg-container"><svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 56.5 15.1">
	                                            <path d="M49 0l-1.5 1.4 5.2 5.2H0v2h52.7l-5.2 5.1 1.5 1.4 7.5-7.5z" />
	                                        </svg></span>
	                                </span>
	                            </a>
	                        </div>
	                    </div>
	                </div>

	            </div>
	        </div>
	    </div>
	    <div class="hero-media" data-media-type="image">

	        <div class="image">
	            <div class="image-inner">
	                <span style="padding-bottom: 55.55555555555556%;" class="image-placeholder"></span>
	                <img src="/temp/hero-example.jpg" alt="" srcset="/temp/hero-example.jpg 1x,/temp/hero-example@2x.jpg 2x" data-object-fit="cover" data-object-position="center center">
	            </div>
	        </div>
	    </div>
	</section>
{% for module in pageModules %}
	{% include '@' ~ module.type with module.content|merge({ tagName: 'section' }) only %}
{% endfor %}
{
  "title": "Clever",
  "siteHeader": {
    "siteUrl": "../../components/preview/home.html",
    "primaryNavigation": {
      "primaryNavigationItems": [
        {
          "title": "Products",
          "url": "../../components/preview/products.html"
        },
        {
          "title": "How It Works",
          "url": "#",
          "selected": true
        },
        {
          "title": "Car Guide",
          "url": "../../components/preview/car-guide.html"
        },
        {
          "title": "Customer Service",
          "url": "#"
        },
        {
          "title": "Webshop",
          "url": "#"
        }
      ],
      "primaryNavigationModifiers": [
        "selected"
      ]
    }
  },
  "siteFooter": {
    "newsletterSignup": {
      "newsletterSignupSubheading": "Join the movement",
      "newsletterSignupHeading": "EV's are here to stay",
      "newsletterSignupAcceptPolicyText": "Accept af persondatapolitik ifm. nyhedsbreve. <a href=\"#\">Læs mere her</a>",
      "newsletterSignupEndpoint": "https://clever-components.fallwinter.dk/.netlify/functions/server/mailchimp"
    },
    "siteDirectories": [
      {
        "title": "About Clever",
        "url": null,
        "children": [
          {
            "title": "Owners",
            "url": "#"
          },
          {
            "title": "Jobs",
            "url": "#"
          },
          {
            "title": "Partnerships",
            "url": "#"
          },
          {
            "title": "Press",
            "url": "#"
          },
          {
            "title": "Persondatapolitik",
            "url": "#"
          }
        ]
      },
      {
        "title": "Erhverv",
        "url": null,
        "children": [
          {
            "title": "Mindre virksomhed",
            "url": "#"
          },
          {
            "title": "Større virksomhed",
            "url": "#"
          },
          {
            "title": "Kommune",
            "url": "#"
          },
          {
            "title": "Boligforening",
            "url": "#"
          },
          {
            "title": "Flådeadministratorer",
            "url": "#"
          }
        ]
      },
      {
        "title": "Customer service",
        "url": null,
        "children": [
          {
            "title": "Go ladestil",
            "url": "#"
          },
          {
            "title": "Lost your card?",
            "url": "#"
          },
          {
            "title": "Driftstatus",
            "url": "#"
          },
          {
            "title": "Tilmeld betalingsservice",
            "url": "#"
          },
          {
            "title": "Local parkingrules",
            "url": "#"
          }
        ]
      }
    ],
    "socialLinks": [
      {
        "url": "#",
        "icon": "icon-instagram.svg",
        "text": "Instagram"
      },
      {
        "url": "#",
        "icon": "icon-facebook.svg",
        "text": "Facebook"
      },
      {
        "url": "#",
        "icon": "icon-linkedin.svg",
        "text": "LinkedIn"
      }
    ],
    "siteLocales": [
      {
        "url": "#",
        "text": "Swe"
      },
      {
        "url": "#",
        "text": "No"
      },
      {
        "url": "#",
        "text": "Eng"
      },
      {
        "url": "#",
        "text": "Dk",
        "active": true
      }
    ]
  },
  "pageModules": [
    {
      "type": "hero",
      "content": {
        "heroGradientColor": "blue",
        "heroModifiers": [
          "content-light"
        ],
        "heroMedia": {
          "url": "/temp/hero-example.jpg",
          "width": 1440,
          "height": 800,
          "alt": "",
          "contain": false,
          "transparent": false,
          "retina": true,
          "sizes": [
            {
              "url": "/temp/hero-example.jpg"
            },
            {
              "url": "/temp/hero-example@2x.jpg"
            }
          ]
        },
        "heroSubheading": "404",
        "heroHeading": "Page not found",
        "heroBody": "<p>We are sorry, it seems like we can't find the page you are looking for.</p>",
        "heroComponents": [
          {
            "type": "call-to-action",
            "content": {
              "url": "#",
              "text": "Go to frontpage"
            }
          }
        ]
      }
    }
  ],
  "pageModifiers": []
}

No notes defined.