update hero at template
This commit is contained in:
parent
b27ea08637
commit
01b2327dc0
@ -30,7 +30,7 @@ extra:
|
|||||||
|
|
||||||
<div class="mx-auto max-w-7xl px-6 lg:py-24 py-12">
|
<div class="mx-auto max-w-7xl px-6 lg:py-24 py-12">
|
||||||
|
|
||||||
##### LOREM
|
##### FEATUERS_1
|
||||||
|
|
||||||
## Lorem ipsum dolor sit.
|
## Lorem ipsum dolor sit.
|
||||||
|
|
||||||
@ -72,7 +72,7 @@ Lorem ipsum dolor sit amet consectetur adipiscing elit. Sit amet consectetur adi
|
|||||||
<!-- --------------------------------------------------- -->
|
<!-- --------------------------------------------------- -->
|
||||||
|
|
||||||
|
|
||||||
<!-- section 3 (Solutions for Diverse Needs) -->
|
<!-- section 3 (text_center_sahdow) -->
|
||||||
|
|
||||||
<div class="mx-auto max-w-7xl lg:py-4 sm:px-6 sm:py-12 lg:px-8 mb-12">
|
<div class="mx-auto max-w-7xl lg:py-4 sm:px-6 sm:py-12 lg:px-8 mb-12">
|
||||||
<div class="relative isolate overflow-hidden px-6 lg:py-12 py-8 text-center shadow-lg sm:px-8">
|
<div class="relative isolate overflow-hidden px-6 lg:py-12 py-8 text-center shadow-lg sm:px-8">
|
||||||
@ -82,15 +82,15 @@ Lorem ipsum dolor sit amet consectetur adipiscing elit. Sit amet consectetur adi
|
|||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
Explore how GeoMind can revolutionize your operations across various domains.
|
Lorem Ipsum is simply dummy text of the printing and typesetting industry.
|
||||||
|
|
||||||
Whether optimizing computational efficiency, enhancing data security, or improving network performance,
|
Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown
|
||||||
|
|
||||||
GeoMind adapts seamlessly to your specific requirements, driving innovation and efficiency in any sector.
|
printer took a galley of type and scrambled it to make a type specimen book
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
||||||
<a href="/usecases" class="rounded-xl mt-6 text-sm bg-indigo-400 px-3.5 py-2.5 font-semibold text-white shadow-sm hover:bg-indigo-600 hover:text-white focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-400">Use Cases</a>
|
<a href="/page3" class="rounded-md mt-6 text-sm bg-gray-900 px-4 py-2 font-semibold text-white shadow-sm hover:bg-gray-500 hover:text-white">Button</a>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
<h2 class="lg:text-4xl text-3xl mt-2 text-white">{{ subtitle }}</h2>
|
<h2 class="lg:text-4xl text-3xl mt-2 text-white">{{ subtitle }}</h2>
|
||||||
<p class="mt-4 leading-8 text-white">{{ description }}</p>
|
<p class="mt-4 leading-8 text-white">{{ description }}</p>
|
||||||
<div class="mt-10 flex items-center justify-center gap-x-6 text-white">
|
<div class="mt-10 flex items-center justify-center gap-x-6 text-white">
|
||||||
<a href="{{ button_link_1 }}" class="rounded-md bg-gray-900 px-3 py-2 font-semibold text-white shadow-sm hover:bg-gray-500 hover:text-white ">
|
<a href="{{ button_link_1 }}" class="rounded-md text-sm bg-gray-900 px-4 py-2 font-semibold text-white shadow-sm hover:bg-gray-500 hover:text-white">
|
||||||
{{ button_text_1 }}
|
{{ button_text_1 }}
|
||||||
</a>
|
</a>
|
||||||
<a href="{{ button_link_2 }}" class="text-sm font-semibold leading-6">
|
<a href="{{ button_link_2 }}" class="text-sm font-semibold leading-6">
|
||||||
|
Loading…
Reference in New Issue
Block a user