Parcourir la source

✨ feat(roadmap): adicionar secao roadmap

joykepler il y a 3 jours
Parent
commit
4cf730f4c3
3 fichiers modifiés avec 11 ajouts et 0 suppressions
  1. 11 0
      app/components/SectionRoadMap.vue
  2. BIN
      public/img/roadmap_bg.png
  3. 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
public/img/roadmap_bg.png


BIN
public/img/roadmap_img.png