updatenewsletter

This commit is contained in:
2021-09-21 13:19:48 +02:00
parent 6d26e0e05e
commit 639154603b
3 changed files with 13 additions and 17 deletions

View File

@@ -16,6 +16,12 @@ navLinks:
external: false external: false
expandable: false expandable: false
- name: How It Works
link: /how-it-works
external : false
expandble : false
- name: Community - name: Community
link: "" # /dropdown link: "" # /dropdown
external: false external: false

View File

@@ -1,37 +1,29 @@
<template> <template>
<section class="text-gray-600 body-font"> <section class="body-font">
<div class="mx-auto flex py-24 md:flex-row flex-col items-center"> <div class="mx-auto flex py-24 md:flex-row flex-col items-center">
<div <div
class=" class="
lg:pl-24 lg:pl-24
md:w-1/2 lg:w-1/2
lg:pr-24
md:pr-16
flex flex-col flex flex-col
md:items-start md:items-start
md:text-left md:text-left
mb-16 mb-16
md:mb-0 md:mb-0
mx-4
items-center items-center
text-center text-center
" "
> >
<h1 <h1
class=" class="
max-w-xs text-5xl uppercase mb-0 leading-tight font-semibold font-heading
title-font
sm:text-4xl
text-3xl
mb-4
font-bold
uppercase
text-gray-900
" "
> >
{{ subscribe.title }} {{ subscribe.title }}
</h1> </h1>
<div <div
class="max-w-md mb-8 leading-relaxed" class="my-8 lg:text-xl"
v-html="subscribe.content" v-html="subscribe.content"
></div> ></div>
<div class="flex w-full md:justify-start justify-center items-end"> <div class="flex w-full md:justify-start justify-center items-end">

View File

@@ -108,15 +108,13 @@
v-if="$page.markdownPage.solution_image" v-if="$page.markdownPage.solution_image"
:src="$page.markdownPage.solution_image.src" :src="$page.markdownPage.solution_image.src"
/> --> /> -->
</div>
<div class="container-fluid sm:pxi-0 mx-auto overflow-x-hidden">
<SplitWithForm <SplitWithForm
v-if="$page.markdownPage.subscribe" v-if="$page.markdownPage.subscribe"
:id="$page.markdownPage.id" :id="$page.markdownPage.id"
:subscribe="$page.markdownPage.subscribe" :subscribe="$page.markdownPage.subscribe"
/> />
</div>
<div class="container mx-auto sm:pxi-0 overflow-x-hidden">
<CallToAction <CallToAction
v-if="$page.markdownPage.cta2" v-if="$page.markdownPage.cta2"
:id="$page.markdownPage.id" :id="$page.markdownPage.id"