Alterar a posição de id="conheca" para a posição de new cards section. - Follow Up Deployment
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -81,7 +81,7 @@
|
|
| 81 |
<main class="container mx-auto px-4 py-12">
|
| 82 |
<!-- Services Section -->
|
| 83 |
<div id="servicos" class="max-w-6xl mx-auto mb-16">
|
| 84 |
-
<h2
|
| 85 |
<div class="grid md:grid-cols-3 gap-8" id="servicos">
|
| 86 |
<a href="#conheca" class="bg-white rounded-lg shadow-lg p-6 text-center hover:shadow-xl transition">
|
| 87 |
<div class="text-4xl mb-4 mx-auto" style="color: #00CC88">
|
|
@@ -128,7 +128,7 @@
|
|
| 128 |
</div>
|
| 129 |
|
| 130 |
<!-- New Cards Section -->
|
| 131 |
-
<h2 class="profmarcelovicente-text text-3xl mb-8 text-center mt-16">Conheça as Modalidades de Negociação</h2>
|
| 132 |
<div class="grid md:grid-cols-2 gap-8">
|
| 133 |
<a href="https://marcelovicente.prof/negociacoes/modalidades/transacoestributarias" class="bg-gray-100 rounded-lg shadow-lg p-6 text-center hover:shadow-xl transition">
|
| 134 |
<div class="text-4xl mb-4 mx-auto" style="color: #00CC88">
|
|
|
|
| 81 |
<main class="container mx-auto px-4 py-12">
|
| 82 |
<!-- Services Section -->
|
| 83 |
<div id="servicos" class="max-w-6xl mx-auto mb-16">
|
| 84 |
+
<h2 class="profmarcelovicente-text text-3xl mb-8 text-center">O que você precisa saber?</h2>
|
| 85 |
<div class="grid md:grid-cols-3 gap-8" id="servicos">
|
| 86 |
<a href="#conheca" class="bg-white rounded-lg shadow-lg p-6 text-center hover:shadow-xl transition">
|
| 87 |
<div class="text-4xl mb-4 mx-auto" style="color: #00CC88">
|
|
|
|
| 128 |
</div>
|
| 129 |
|
| 130 |
<!-- New Cards Section -->
|
| 131 |
+
<h2 id="conheca" class="profmarcelovicente-text text-3xl mb-8 text-center mt-16">Conheça as Modalidades de Negociação</h2>
|
| 132 |
<div class="grid md:grid-cols-2 gap-8">
|
| 133 |
<a href="https://marcelovicente.prof/negociacoes/modalidades/transacoestributarias" class="bg-gray-100 rounded-lg shadow-lg p-6 text-center hover:shadow-xl transition">
|
| 134 |
<div class="text-4xl mb-4 mx-auto" style="color: #00CC88">
|