feat(landing): adiciona aba de importação na seção de telas

Inclui aba "Importação" após "Pré-lançamentos" no carrossel de
screenshots, com assets WebP (light/dark) e ícone RiFileDownloadLine.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Felipe Coutinho
2026-03-21 15:14:56 +00:00
parent dd8fd61c32
commit 3d850be60f
4 changed files with 11 additions and 0 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 134 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 132 KiB

View File

@@ -6,6 +6,7 @@ import {
RiBankCard2Line,
RiBarChart2Line,
RiCalendarEventLine,
RiFileDownloadLine,
RiSecurePaymentLine,
} from "@remixicon/react";
import Image from "next/image";
@@ -32,6 +33,12 @@ const sections = [
icon: RiAtLine,
...screenshots.preLancamentos,
},
{
value: "importacao",
label: "Importação",
icon: RiFileDownloadLine,
...screenshots.importacao,
},
{
value: "orcamentos",
label: "Orçamentos",

View File

@@ -37,6 +37,10 @@ export const landingImages = {
light: "/images/preview-pre-lancamentos-light.webp",
dark: "/images/preview-pre-lancamentos-dark.webp",
},
importacao: {
light: "/images/preview-importacao-light.webp",
dark: "/images/preview-importacao-dark.webp",
},
/** Ainda sem print próprio — usando lançamentos como placeholder */
orcamentos: {
light: "/images/preview-orcamentos-light.webp",