浏览代码

✨ feat(roadmap): adicionar secao roadmap

joykepler 5 天之前
父节点
当前提交
4cf730f4c3
共有 3 个文件被更改,包括 11 次插入0 次删除
  1. 11 0
      app/components/SectionRoadMap.vue
  2. 二进制
      public/img/roadmap_bg.png
  3. 二进制
      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>

二进制
public/img/roadmap_bg.png


二进制
public/img/roadmap_img.png