#24 ✨ feat: alterações pedidas dia 30/04

Fusionado
joycekepler fusionados 4 commits de joycekepler/feature/IGAL-JOY-alteracoes-pedidas-30-04 en joycekepler/development hace 1 día

+ 3 - 15
app/components/FormSection.vue

@@ -47,21 +47,9 @@
                     <div class="w-[120px] md:w-[180px] lg:w-[198px] h-[3px] bg-[#E3FA6D] mt-4"></div>
 
                     <p class="font-semibold text-[18px] md:text-[20px] lg:text-[24px] mt-4">Em Parceria com:</p>
-
-                    <div class="flex flex-col items-center lg:items-start gap-4 mt-2 w-full">
-                        <NuxtImg src="/img/logo-expansao-sem-fronteiras1.png"
-                            class="w-[260px] md:w-[320px] lg:w-[397px]"
-                        />
-
-                        <div class="flex flex-col sm:flex-row items-center gap-4">
-                            <NuxtImg src="/img/logo-expansao-sem-fronteiras2.png"
-                            class="w-[180px] md:w-[220px] lg:w-[254px]"
-                            />
-                            <NuxtImg src="/img/logo-expansao-sem-fronteiras3.png"
-                                class="w-[220px] md:w-[300px] lg:w-[397px]"
-                            />
-                        </div>
-                    </div>
+                    <NuxtImg src="/img/logo-expansao-sem-fronteiras1.png"
+                        class="w-[260px] md:w-[320px] lg:w-[397px]"
+                    />
                 </div>            
                 <div class="w-full flex justify-center lg:justify-end">
                     <form class="w-full max-w-[520px] flex flex-col gap-4">

+ 1 - 1
app/components/SectionDestinations.vue

@@ -13,7 +13,7 @@
         <div class="md:col-span-2 lg:contents">
           <DestinationCard
             image="/img/paraguay.png"
-            name="Em breve Paraguay"
+            name="3ª edição"
             date="18/19 de Maio"
             class="h-[260px] sm:h-[300px] lg:h-[390px] lg:w-[630px] bg-position-[center_15%]! md:bg-position-[center_20%] lg:bg-position-[center_40%]"
           />

+ 17 - 11
app/components/SectionGallery.vue

@@ -45,19 +45,25 @@ import { ref } from 'vue'
 const current = ref(0)
 
 const images: { src: string | null }[] = [
-  { src: '/img/group.png' },
-  { src: '/img/group.png' },
-  { src: '/img/group.png' },
-  { src: '/img/group.png' },
-  { src: '/img/group.png' },
-  { src: '/img/group.png' },
-  { src: '/img/group.png' },
-  { src: '/img/group.png' },
+  { src: '/img/DSC09420.jpg' },
+  { src: '/img/DSC09531.JPG' },
+  { src: '/img/DSC09537.jpg' },
+  { src: '/img/IMG_0725.jpg' },
+  { src: '/img/IMG_0960.jpg' },
+  { src: '/img/IMG_0982.jpg' },
+  { src: '/img/IMG_1058.JPG' },
+  { src: '/img/IMG_1878.jpg' },
+  { src: '/img/imersao_1.jpg' },
+  { src: '/img/imersao_3.jpeg' },
+  { src: '/img/imersao_5.jpeg' },
+  { src: '/img/imersao_6.jpeg' },
+  { src: '/img/img2.jpeg' },
+  { src: '/img/img3.jpeg' },
 ]
 
-const xMap = [0, 320, 570]
-const wMap = [350, 270, 210]
-const hMap = [280, 240, 210]
+const xMap = [0, 340, 640]
+const wMap = [350, 270, 270]
+const hMap = [280, 240, 240]
 const opMap = [1, 0.8, 0.5]
 const zMap = [10, 5, 1]
 

+ 1 - 1
app/pages/index.vue

@@ -8,7 +8,7 @@
   <SectionGallery />
   <SectionDestinations id="destinos" />
   <FormSection id="contato" />
-  <FaqSection />
+  <!-- <FaqSection /> -->
 </template>
 
 <script setup lang="ts">

BIN
public/img/DSC09420.jpg


BIN
public/img/DSC09531.JPG


BIN
public/img/DSC09537.jpg


BIN
public/img/IMG_0725.jpg


BIN
public/img/IMG_0960.jpg


BIN
public/img/IMG_0982.jpg


BIN
public/img/IMG_1058.JPG


BIN
public/img/IMG_1878.jpg


BIN
public/img/imersao_1.jpg


BIN
public/img/imersao_3.jpeg


BIN
public/img/imersao_5.jpeg


BIN
public/img/imersao_6.jpeg


BIN
public/img/img2.jpeg


BIN
public/img/img3.jpeg


BIN
public/img/logo-expansao-sem-fronteiras2.png


BIN
public/img/logo-expansao-sem-fronteiras3.png