update logo rank2

This commit is contained in:
2021-10-04 14:02:57 +02:00
parent 5266eb182a
commit 1c8a8045f7
3 changed files with 13 additions and 3 deletions

View File

@@ -1,6 +1,9 @@
--- ---
id: partnersMain id: partnersMain
title: Our Partners title: Our Greatest strength
title2: comes from our partners
subtitle: We are truly proud to be trusted by some of the biggest names in the industry.
button: Check All Partners button: Check All Partners
link : /partners link : /partners
image: ./ourpartners.png image: ./ourpartners.png

View File

@@ -2,11 +2,16 @@
<section class="py-10 pb-8 px-4 text-center"> <section class="py-10 pb-8 px-4 text-center">
<div class="mx-auto mb-4" v-if="main"> <div class="mx-auto mb-4" v-if="main">
<h2 <h2
class="lg:text-6xl uppercase leading-tight mb-6 font-bold font-heading" class="lg:text-6xl uppercase leading-tight mb-0 font-light"
> >
{{ main.title }} {{ main.title }}
</h2> </h2>
<p class="text-gray-400 leading-relaxed"></p> <h2
class="lg:text-6xl uppercase leading-tight mt-0 mb-4 font-bold"
>
{{ main.title2 }}
</h2>
<p class="text-xl leading-tight tracking-wide mb-10">{{ main.subtitle }}</p>
<g-image :src="img(main.image)" class="lg:w-2/3 mx-auto" /> <g-image :src="img(main.image)" class="lg:w-2/3 mx-auto" />
</div> </div>

View File

@@ -277,6 +277,8 @@
logosMain { logosMain {
id id
title title
title2
subtitle
image image
button button
link link