SectionRoadMap.vue 384 B

1234567891011
  1. <template>
  2. <section class="bg-[url('/img/roadmap_bg.png')] bg-cover py-24 flex flex-col items-center gap-24">
  3. <h1 class="max-w-[762px] text-[50px] uppercase font-semibold text-gradient text-center leading-tight">
  4. É hora de viver os melhores anos da sua vida
  5. </h1>
  6. <div>
  7. <NuxtImg src="/img/roadmap_img.png" width="950" />
  8. </div>
  9. </section>
  10. </template>