Explorar o código

Merge branch 'feature/IGAL-JOY-adicionar-secao-roadmap' of joycekepler/sfp_front_nuxt_iguassu_alliance into development

joycekepler hai 4 días
pai
achega
cfd78ce942
Modificáronse 3 ficheiros con 11 adicións e 0 borrados
  1. 11 0
      app/components/SectionRoadMap.vue
  2. BIN=BIN
      public/img/roadmap_bg.png
  3. BIN=BIN
      public/img/roadmap_img.png

+ 11 - 0
app/components/SectionRoadMap.vue

@@ -0,0 +1,11 @@
+<template>
+  <section class="bg-[url('/img/roadmap_bg.png')] bg-cover py-24 flex flex-col items-center gap-24">
+    <h1 class="max-w-[762px] text-[50px] uppercase font-semibold text-gradient text-center leading-tight">
+      É hora de viver os melhores anos da sua vida
+    </h1>
+
+    <div>
+      <NuxtImg src="/img/roadmap_img.png" width="950" />
+    </div>
+  </section>
+</template>

BIN=BIN
public/img/roadmap_bg.png


BIN=BIN
public/img/roadmap_img.png