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,
|
RiBankCard2Line,
|
||||||
RiBarChart2Line,
|
RiBarChart2Line,
|
||||||
RiCalendarEventLine,
|
RiCalendarEventLine,
|
||||||
|
RiFileDownloadLine,
|
||||||
RiSecurePaymentLine,
|
RiSecurePaymentLine,
|
||||||
} from "@remixicon/react";
|
} from "@remixicon/react";
|
||||||
import Image from "next/image";
|
import Image from "next/image";
|
||||||
@@ -32,6 +33,12 @@ const sections = [
|
|||||||
icon: RiAtLine,
|
icon: RiAtLine,
|
||||||
...screenshots.preLancamentos,
|
...screenshots.preLancamentos,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
value: "importacao",
|
||||||
|
label: "Importação",
|
||||||
|
icon: RiFileDownloadLine,
|
||||||
|
...screenshots.importacao,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
value: "orcamentos",
|
value: "orcamentos",
|
||||||
label: "Orçamentos",
|
label: "Orçamentos",
|
||||||
|
|||||||
@@ -37,6 +37,10 @@ export const landingImages = {
|
|||||||
light: "/images/preview-pre-lancamentos-light.webp",
|
light: "/images/preview-pre-lancamentos-light.webp",
|
||||||
dark: "/images/preview-pre-lancamentos-dark.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 */
|
/** Ainda sem print próprio — usando lançamentos como placeholder */
|
||||||
orcamentos: {
|
orcamentos: {
|
||||||
light: "/images/preview-orcamentos-light.webp",
|
light: "/images/preview-orcamentos-light.webp",
|
||||||
|
|||||||
Reference in New Issue
Block a user