Ver código fonte

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

joycekepler 4 dias atrás
pai
commit
cfd78ce942

+ 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
public/img/roadmap_bg.png


BIN
public/img/roadmap_img.png