Update home page
This commit is contained in:
@@ -43,10 +43,7 @@
|
||||
</div>
|
||||
|
||||
<!-- home -->
|
||||
<div
|
||||
class="w-full max-w-7xl mx-auto mt-10 p-16"
|
||||
v-else-if="id == 'home'"
|
||||
>
|
||||
<div class="w-full max-w-7xl mx-auto mt-10 p-16" v-else-if="id == 'home'">
|
||||
<h2
|
||||
v-if="cta.title"
|
||||
class="text-3xl mb-2 uppercase leading-tight font-semibold font-heading"
|
||||
@@ -80,6 +77,13 @@
|
||||
:to="cta.link3"
|
||||
>{{ cta.button3 }}</g-link
|
||||
>
|
||||
|
||||
<g-link
|
||||
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"
|
||||
v-if="cta.button4"
|
||||
:to="cta.link4"
|
||||
>{{ cta.button4 }}</g-link
|
||||
>
|
||||
</div>
|
||||
|
||||
<div class="w-full max-w-7xl mx-auto" v-else>
|
||||
|
||||
Reference in New Issue
Block a user