update content
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
<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:w-1/2">
|
||||
<div class="aspect-w-16 aspect-h-9">
|
||||
|
||||
@@ -1,9 +1,9 @@
|
||||
<template>
|
||||
<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 }}
|
||||
</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 }}
|
||||
</p>
|
||||
<div class="flex flex-wrap items-center -mx-4 mb-6">
|
||||
@@ -20,12 +20,12 @@
|
||||
|
||||
<div v-else>
|
||||
<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 }}
|
||||
</h2>
|
||||
</h5>
|
||||
<div
|
||||
v-html="feature.content"
|
||||
class="text-lg text-gray-700 leading-relaxed"
|
||||
class="text-gray-700"
|
||||
></div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -4,11 +4,11 @@
|
||||
>
|
||||
<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">
|
||||
<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>
|
||||
</h1>
|
||||
</h2>
|
||||
<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"
|
||||
></div>
|
||||
</div>
|
||||
@@ -28,7 +28,7 @@
|
||||
/>
|
||||
<div class="space-y-2">
|
||||
<div class="text-lg leading-6 font-medium space-y-1">
|
||||
<h4>{{ partnership.title }}</h4>
|
||||
<h5>{{ partnership.title }}</h5>
|
||||
<div
|
||||
class="text-base text-gray-600"
|
||||
v-html="partnership.content"
|
||||
|
||||
Reference in New Issue
Block a user