update content

This commit is contained in:
2021-05-23 17:51:59 +02:00
parent 2aec1b89bf
commit 2824e8403e
3 changed files with 10 additions and 10 deletions

View File

@@ -1,5 +1,5 @@
<template> <template>
<div class="video_bg lg:py-12 lg:flex lg:justify-center flex flex-col"> <div class="video_bg lg:py-20 lg:flex lg:justify-center flex flex-col">
<div class="lg:flex lg:rounded-lg lg:px-40"> <div class="lg:flex lg:rounded-lg lg:px-40">
<div class="lg:w-1/2"> <div class="lg:w-1/2">
<div class="aspect-w-16 aspect-h-9"> <div class="aspect-w-16 aspect-h-9">

View File

@@ -1,9 +1,9 @@
<template> <template>
<section class="py-12 px-4 text-center" v-if="id == 'home'"> <section class="py-12 px-4 text-center" v-if="id == 'home'">
<h2 class="text-4xl font-normal leading-tight font-heading"> <h2 class="text-4xl leading-tight mb-6 font-bold font-heading uppercase">
{{ main.title }} {{ main.title }}
</h2> </h2>
<p v-if="main.subtitle" class="mb-6 text-2xl text-gray-800"> <p v-if="main.subtitle" class="mb-6 text-gray-700">
{{ main.subtitle }} {{ main.subtitle }}
</p> </p>
<div class="flex flex-wrap items-center -mx-4 mb-6"> <div class="flex flex-wrap items-center -mx-4 mb-6">
@@ -20,12 +20,12 @@
<div v-else> <div v-else>
<span v-if="index !== 4" class="img-border"></span> <span v-if="index !== 4" class="img-border"></span>
<h2 class="text-x2 mt-5 mb-3 font-normal font-heading leading-9"> <h5>
{{ feature.title }} {{ feature.title }}
</h2> </h5>
<div <div
v-html="feature.content" v-html="feature.content"
class="text-lg text-gray-700 leading-relaxed" class="text-gray-700"
></div> ></div>
</div> </div>
</div> </div>

View File

@@ -4,11 +4,11 @@
> >
<div class="space-y-12"> <div class="space-y-12">
<div class="space-y-5 sm:mx-auto sm:max-w-xl sm:space-y-4 lg:max-w-5xl"> <div class="space-y-5 sm:mx-auto sm:max-w-xl sm:space-y-4 lg:max-w-5xl">
<h1 class="text-4xl mb-2 leading-tight font-semibold font-heading"> <h2 class="text-4xl leading-tight mb-6 font-bold font-heading uppercase">
{{ main.title }} <span class="font-extrabold">{{ main.slogan }}</span> {{ main.title }} <span class="font-extrabold">{{ main.slogan }}</span>
</h1> </h2>
<div <div
class="mt-3 max-w-2xl mx-auto text-gray-600 sm:mt-4" class="mt-3 text-gray-700 sm:mt-4"
v-html="main.content" v-html="main.content"
></div> ></div>
</div> </div>
@@ -28,7 +28,7 @@
/> />
<div class="space-y-2"> <div class="space-y-2">
<div class="text-lg leading-6 font-medium space-y-1"> <div class="text-lg leading-6 font-medium space-y-1">
<h4>{{ partnership.title }}</h4> <h5>{{ partnership.title }}</h5>
<div <div
class="text-base text-gray-600" class="text-base text-gray-600"
v-html="partnership.content" v-html="partnership.content"