updated cta, values and header

This commit is contained in:
Vilnite
2021-03-25 15:32:18 +03:00
parent 7644d286f2
commit 0a5fa6c86a
13 changed files with 17 additions and 13 deletions

View File

@@ -1,7 +1,7 @@
<template>
<section class="pb-20 px-4 bg-cover text-center bg-hero">
<br>
<section class="pb-20 px-4 bg-cover text-center">
<br>
<br
<br>
<div class="w-full max-w-7xl mx-auto">
<h2 class="text-4xl leading-tight font-semibold font-heading">

View File

@@ -2,7 +2,7 @@
<section class="py-12 px-4">
<div class="flex flex-wrap items-center text-center lg:text-left -mx-2">
<div class="lg:w-1/2 px-2 lg:pr-10 mt-10 lg:mt-0 order-1 lg:order-none">
<h2 class="text-8xl mb-6 leading-tight font-semibold font-heading">
<h2 class="text-6xl mb-6 leading-tight font-bold font-heading">
{{ title }}
</h2>
<div class="mb-8 text-gray-700 leading-relaxed" v-html="excerpt"></div>
@@ -17,7 +17,7 @@
<a
v-else
class="inline-block py-4 px-8 mr-6 leading-none text-white bg-gray-900 hover:bg-gray-700 font-semibold rounded shadow"
class="inline-block bg-blue-900 text-sm learn-button hover:bg-blue-800 text-gray-100 px-12 py-2 mr-5 mb-4 rounded shadow rounded-full"
:href="link"
>{{ button }}</a
>