mirror of
https://github.com/felipegcoutinho/openmonetis.git
synced 2026-05-09 11:01:45 +00:00
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:
BIN
public/images/preview-importacao-dark.webp
Normal file
BIN
public/images/preview-importacao-dark.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 134 KiB |
BIN
public/images/preview-importacao-light.webp
Normal file
BIN
public/images/preview-importacao-light.webp
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 132 KiB |
@@ -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",
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user