Merge version_1 into main #2

Merged
bender merged 4 commits from version_1 into main 2026-06-11 18:23:05 +00:00
4 changed files with 145 additions and 468 deletions

View File

@@ -26,30 +26,18 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Inicio",
id: "/",
},
name: "Inicio", id: "/"},
{
name: "Características",
id: "/caracteristicas",
},
name: "Características", id: "/caracteristicas"},
{
name: "Precios",
id: "/precios",
},
name: "Precios", id: "/precios"},
{
name: "FAQ",
id: "/#faq",
},
name: "FAQ", id: "/#faq"},
]}
button={{
text: "Iniciar Sesión",
href: "/auth/login",
}}
text: "Iniciar Sesión", href: "/auth/login"}}
topBarButton={{
text: "Registrarse",
href: "/auth/register",
}}
text: "Registrarse", href: "/auth/register"}}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6h5de9"
logoAlt="[NOMBRE DE TU MARCA] Logo"
brandName="[NOMBRE DE TU MARCA]"
@@ -63,37 +51,17 @@ export default function LandingPage() {
useInvertedBackground={true}
groups={[
{
id: "user-data",
groupTitle: "Datos del Usuario",
members: [
id: "user-data", groupTitle: "Datos del Usuario", members: [
{
id: "user-cuit",
title: "CUIT",
subtitle: "20-12345678-9",
detail: "Condición: Responsable Inscripto",
imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-with-tablet_1098-281.jpg",
imageAlt: "User CUIT icon",
},
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6h5de9&_wi=3",
imageAlt: "senior accountant headshot smiling",
id: "user-cuit", title: "CUIT", subtitle: "20-12345678-9", detail: "Condición: Responsable Inscripto", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-working-with-tablet_1098-281.jpg", imageAlt: "User CUIT icon"},
]
},
{
id: "studio-data",
groupTitle: "Datos del Estudio",
members: [
id: "studio-data", groupTitle: "Datos del Estudio", members: [
{
id: "studio-name",
title: "Nombre del Estudio",
subtitle: "Estudio Contable G&A",
detail: "CUIT: 30-98765432-1",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg",
imageAlt: "Studio Name icon",
},
],
imageSrc: "http://img.b2bpic.net/free-photo/person-looking-finance-graphs_52683-116604.jpg?_wi=2",
imageAlt: "senior accountant headshot smiling",
},
id: "studio-name", title: "Nombre del Estudio", subtitle: "Estudio Contable G&A", detail: "CUIT: 30-98765432-1", imageSrc: "http://img.b2bpic.net/free-photo/smiling-mature-businessman-using-digital-tablet-caf_23-2147955292.jpg", imageAlt: "Studio Name icon"},
]
}
]}
title="Configuración de tu Cuenta y Estudio."
description="Actualiza tus datos personales, fiscales o los de tu estudio contable."
@@ -106,20 +74,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "change-password",
title: "¿Cómo cambio mi contraseña?",
content: "Puedes cambiar tu contraseña desde la sección 'Seguridad' en tu perfil de usuario.",
},
id: "change-password", title: "¿Cómo cambio mi contraseña?", content: "Puedes cambiar tu contraseña desde la sección 'Seguridad' en tu perfil de usuario."},
{
id: "data-privacy",
title: "¿Mis datos están seguros?",
content: "Sí, implementamos estrictas políticas de privacidad y seguridad para proteger tu información.",
},
id: "data-privacy", title: "¿Mis datos están seguros?", content: "Sí, implementamos estrictas políticas de privacidad y seguridad para proteger tu información."},
{
id: "contact-support",
title: "¿Cómo contacto al soporte técnico?",
content: "Puedes contactar a nuestro equipo de soporte a través del chat en la aplicación o por email.",
},
id: "contact-support", title: "¿Cómo contacto al soporte técnico?", content: "Puedes contactar a nuestro equipo de soporte a través del chat en la aplicación o por email."},
]}
title="Seguridad y Soporte."
description="Gestiona tu contraseña y encuentra respuestas a preguntas comunes de configuración."
@@ -129,74 +88,48 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-306797.jpg?_wi=11"
imageSrc="http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-306797.jpg"
imageAlt="Abstract tech background"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6h5de9"
logoAlt="[NOMBRE DE TU MARCA] Logo"
logoText="[NOMBRE DE TU MARCA]"
columns={[
{
title: "Empresa",
items: [
title: "Empresa", items: [
{
label: "Sobre Nosotros",
href: "#",
},
label: "Sobre Nosotros", href: "#"},
{
label: "Contacto",
href: "#",
},
label: "Contacto", href: "#"},
{
label: "Carreras",
href: "#",
},
label: "Carreras", href: "#"},
],
},
{
title: "Soluciones",
items: [
title: "Soluciones", items: [
{
label: "Monotributo",
href: "/app/monotributo",
},
label: "Monotributo", href: "/app/monotributo"},
{
label: "IVA",
href: "/app/iva",
},
label: "IVA", href: "/app/iva"},
{
label: "Ganancias",
href: "/app/ganancias",
},
label: "Ganancias", href: "/app/ganancias"},
],
},
{
title: "Soporte",
items: [
title: "Soporte", items: [
{
label: "FAQ",
href: "/#faq",
},
label: "FAQ", href: "/#faq"},
{
label: "Ayuda",
href: "#",
},
label: "Ayuda", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Términos de Servicio",
href: "#",
},
label: "Términos de Servicio", href: "#"},
{
label: "Política de Privacidad",
href: "#",
},
label: "Política de Privacidad", href: "#"},
],
},
]}

View File

@@ -26,30 +26,18 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Inicio",
id: "/",
},
name: "Inicio", id: "/"},
{
name: "Características",
id: "/caracteristicas",
},
name: "Características", id: "/caracteristicas"},
{
name: "Precios",
id: "/precios",
},
name: "Precios", id: "/precios"},
{
name: "FAQ",
id: "/#faq",
},
name: "FAQ", id: "/#faq"},
]}
button={{
text: "Iniciar Sesión",
href: "/auth/login",
}}
text: "Iniciar Sesión", href: "/auth/login"}}
topBarButton={{
text: "Registrarse",
href: "/auth/register",
}}
text: "Registrarse", href: "/auth/register"}}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6h5de9"
logoAlt="[NOMBRE DE TU MARCA] Logo"
brandName="[NOMBRE DE TU MARCA]"
@@ -63,29 +51,11 @@ export default function LandingPage() {
useInvertedBackground={true}
metrics={[
{
id: "balance-sumas",
value: "Automático",
title: "Balance Sumas y Saldos",
description: "Resumen de movimientos y saldos de todas las cuentas.",
imageSrc: "http://img.b2bpic.net/free-photo/business-leader-trader-searching-new-investment-solution_482257-116895.jpg",
imageAlt: "Digital balance sheet",
},
id: "balance-sumas", value: "Automático", title: "Balance Sumas y Saldos", description: "Resumen de movimientos y saldos de todas las cuentas.", imageSrc: "http://img.b2bpic.net/free-photo/business-leader-trader-searching-new-investment-solution_482257-116895.jpg", imageAlt: "Digital balance sheet"},
{
id: "estado-resultados",
value: "Básico",
title: "Estado de Resultados",
description: "Visión de ingresos, costos y ganancias del período.",
imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-with-blurred-background_1098-481.jpg",
imageAlt: "Income statement view",
},
id: "estado-resultados", value: "Básico", title: "Estado de Resultados", description: "Visión de ingresos, costos y ganancias del período.", imageSrc: "http://img.b2bpic.net/free-photo/digital-tablet-with-blurred-background_1098-481.jpg", imageAlt: "Income statement view"},
{
id: "asientos-total",
value: "100+",
title: "Asientos Registrados",
description: "Cantidad de asientos contables registrados en el mes.",
imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908064.jpg",
imageAlt: "Accounting entries chart",
},
id: "asientos-total", value: "100+", title: "Asientos Registrados", description: "Cantidad de asientos contables registrados en el mes.", imageSrc: "http://img.b2bpic.net/free-photo/futuristic-technology-concept_23-2151908064.jpg", imageAlt: "Accounting entries chart"},
]}
title="Balance y Estado de Resultados."
description="Genera informes contables básicos de forma automática."
@@ -99,37 +69,15 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "plan-cuentas",
groupTitle: "Plan de Cuentas Básico",
members: [
id: "plan-cuentas", groupTitle: "Plan de Cuentas Básico", members: [
{
id: "activo",
title: "Activo",
subtitle: "Bienes y derechos",
detail: "Caja, Bancos, Deudores.",
imageSrc: "http://img.b2bpic.net/free-photo/modern-office-composition-with-businessman_23-2147900145.jpg",
imageAlt: "Icon for Assets",
},
id: "activo", title: "Activo", subtitle: "Bienes y derechos", detail: "Caja, Bancos, Deudores.", imageSrc: "http://img.b2bpic.net/free-photo/modern-office-composition-with-businessman_23-2147900145.jpg", imageAlt: "Icon for Assets"},
{
id: "pasivo",
title: "Pasivo",
subtitle: "Obligaciones",
detail: "Proveedores, Acreedores, Impuestos a pagar.",
imageSrc: "http://img.b2bpic.net/free-photo/therapist-smiling_23-2147990593.jpg",
imageAlt: "Icon for Liabilities",
},
id: "pasivo", title: "Pasivo", subtitle: "Obligaciones", detail: "Proveedores, Acreedores, Impuestos a pagar.", imageSrc: "http://img.b2bpic.net/free-photo/therapist-smiling_23-2147990593.jpg", imageAlt: "Icon for Liabilities"},
{
id: "pn",
title: "Patrimonio Neto",
subtitle: "Capital y resultados",
detail: "Capital Social, Resultados Acumulados.",
imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-student-girl-wearing-glasses-sitting-desk-doing-ok-sign-isolated-pink_141793-84334.jpg",
imageAlt: "Icon for Equity",
},
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6h5de9&_wi=2",
imageAlt: "senior accountant headshot smiling",
},
id: "pn", title: "Patrimonio Neto", subtitle: "Capital y resultados", detail: "Capital Social, Resultados Acumulados.", imageSrc: "http://img.b2bpic.net/free-photo/joyful-young-student-girl-wearing-glasses-sitting-desk-doing-ok-sign-isolated-pink_141793-84334.jpg", imageAlt: "Icon for Equity"},
]
}
]}
title="Plan de Cuentas y Libro Diario."
description="Organiza tus movimientos con un plan de cuentas precargado y un registro detallado."
@@ -138,74 +86,48 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-306797.jpg?_wi=7"
imageSrc="http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-306797.jpg"
imageAlt="Abstract tech background"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6h5de9"
logoAlt="[NOMBRE DE TU MARCA] Logo"
logoText="[NOMBRE DE TU MARCA]"
columns={[
{
title: "Empresa",
items: [
title: "Empresa", items: [
{
label: "Sobre Nosotros",
href: "#",
},
label: "Sobre Nosotros", href: "#"},
{
label: "Contacto",
href: "#",
},
label: "Contacto", href: "#"},
{
label: "Carreras",
href: "#",
},
label: "Carreras", href: "#"},
],
},
{
title: "Soluciones",
items: [
title: "Soluciones", items: [
{
label: "Monotributo",
href: "/app/monotributo",
},
label: "Monotributo", href: "/app/monotributo"},
{
label: "IVA",
href: "/app/iva",
},
label: "IVA", href: "/app/iva"},
{
label: "Ganancias",
href: "/app/ganancias",
},
label: "Ganancias", href: "/app/ganancias"},
],
},
{
title: "Soporte",
items: [
title: "Soporte", items: [
{
label: "FAQ",
href: "/#faq",
},
label: "FAQ", href: "/#faq"},
{
label: "Ayuda",
href: "#",
},
label: "Ayuda", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Términos de Servicio",
href: "#",
},
label: "Términos de Servicio", href: "#"},
{
label: "Política de Privacidad",
href: "#",
},
label: "Política de Privacidad", href: "#"},
],
},
]}

View File

@@ -26,30 +26,18 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Inicio",
id: "/",
},
name: "Inicio", id: "/"},
{
name: "Características",
id: "/caracteristicas",
},
name: "Características", id: "/caracteristicas"},
{
name: "Precios",
id: "/precios",
},
name: "Precios", id: "/precios"},
{
name: "FAQ",
id: "/#faq",
},
name: "FAQ", id: "/#faq"},
]}
button={{
text: "Iniciar Sesión",
href: "/auth/login",
}}
text: "Iniciar Sesión", href: "/auth/login"}}
topBarButton={{
text: "Registrarse",
href: "/auth/register",
}}
text: "Registrarse", href: "/auth/register"}}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6h5de9"
logoAlt="[NOMBRE DE TU MARCA] Logo"
brandName="[NOMBRE DE TU MARCA]"
@@ -63,35 +51,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
id: "calculator",
title: "Calculadora de Cuota Mensual",
tags: [
"Automática",
"Precisa",
],
imageSrc: "http://img.b2bpic.net/free-photo/tax-credits-claim-return-deduction-refund-concept_53876-125616.jpg",
imageAlt: "Monotributo calculator interface",
},
id: "calculator", title: "Calculadora de Cuota Mensual", tags: [
"Automática", "Precisa"],
imageSrc: "http://img.b2bpic.net/free-photo/tax-credits-claim-return-deduction-refund-concept_53876-125616.jpg", imageAlt: "Monotributo calculator interface"},
{
id: "recategorization",
title: "Alertas de Recategorización",
tags: [
"Anticipo",
"Cumplimiento",
],
imageSrc: "http://img.b2bpic.net/free-photo/woman-data-center-need-help-from-engineers-fix-security-breach_482257-118164.jpg",
imageAlt: "Recategorization alert notification",
},
id: "recategorization", title: "Alertas de Recategorización", tags: [
"Anticipo", "Cumplimiento"],
imageSrc: "http://img.b2bpic.net/free-photo/woman-data-center-need-help-from-engineers-fix-security-breach_482257-118164.jpg", imageAlt: "Recategorization alert notification"},
{
id: "generar-vep",
title: "Generador de VEP simplificado",
tags: [
"AFIP",
"Pagos",
],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-contract-attached-blue-folder_181624-29647.jpg",
imageAlt: "VEP generation screen",
},
id: "generar-vep", title: "Generador de VEP simplificado", tags: [
"AFIP", "Pagos"],
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-contract-attached-blue-folder_181624-29647.jpg", imageAlt: "VEP generation screen"},
]}
title="Gestión inteligente de Monotributo."
description="Calcula, gestiona y mantente al día con tu categoría Monotributo."
@@ -105,37 +75,15 @@ export default function LandingPage() {
useInvertedBackground={false}
groups={[
{
id: "group-a",
groupTitle: "Límites por Categoría (Ejemplo)",
members: [
id: "group-a", groupTitle: "Límites por Categoría (Ejemplo)", members: [
{
id: "cat-a",
title: "Categoría A",
subtitle: "Ingresos Anuales",
detail: "Hasta $2.108.288,01",
imageSrc: "http://img.b2bpic.net/free-photo/mature-posing-with-blue-jacket_150588-80.jpg",
imageAlt: "Icon for Category A",
},
id: "cat-a", title: "Categoría A", subtitle: "Ingresos Anuales", detail: "Hasta $2.108.288,01", imageSrc: "http://img.b2bpic.net/free-photo/mature-posing-with-blue-jacket_150588-80.jpg", imageAlt: "Icon for Category A"},
{
id: "cat-d",
title: "Categoría D",
subtitle: "Ingresos Anuales",
detail: "Hasta $4.945.797,77",
imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-sitting-school-desk-front-blackboard-classroom-preparing-lesson-with-serious-face_141793-132954.jpg",
imageAlt: "Icon for Category D",
},
id: "cat-d", title: "Categoría D", subtitle: "Ingresos Anuales", detail: "Hasta $4.945.797,77", imageSrc: "http://img.b2bpic.net/free-photo/man-teacher-wearing-glasses-sitting-school-desk-front-blackboard-classroom-preparing-lesson-with-serious-face_141793-132954.jpg", imageAlt: "Icon for Category D"},
{
id: "cat-k",
title: "Categoría K",
subtitle: "Ingresos Anuales",
detail: "Hasta $16.957.968,71",
imageSrc: "http://img.b2bpic.net/free-photo/young-pleased-blonde-office-worker-man-headphones-sits-desk-with-office-tools-using-laptop-gestures-victory-hand-sign-isolated-violet-background-with-copy-space_141793-65049.jpg",
imageAlt: "Icon for Category K",
},
],
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6h5de9&_wi=1",
imageAlt: "senior accountant headshot smiling",
},
id: "cat-k", title: "Categoría K", subtitle: "Ingresos Anuales", detail: "Hasta $16.957.968,71", imageSrc: "http://img.b2bpic.net/free-photo/young-pleased-blonde-office-worker-man-headphones-sits-desk-with-office-tools-using-laptop-gestures-victory-hand-sign-isolated-violet-background-with-copy-space_141793-65049.jpg", imageAlt: "Icon for Category K"},
]
}
]}
title="Categorías de Monotributo 2024"
description="Conoce los límites y requisitos de cada categoría para el período fiscal actual."
@@ -144,74 +92,48 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-306797.jpg?_wi=4"
imageSrc="http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-306797.jpg"
imageAlt="Abstract tech background"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6h5de9"
logoAlt="[NOMBRE DE TU MARCA] Logo"
logoText="[NOMBRE DE TU MARCA]"
columns={[
{
title: "Empresa",
items: [
title: "Empresa", items: [
{
label: "Sobre Nosotros",
href: "#",
},
label: "Sobre Nosotros", href: "#"},
{
label: "Contacto",
href: "#",
},
label: "Contacto", href: "#"},
{
label: "Carreras",
href: "#",
},
label: "Carreras", href: "#"},
],
},
{
title: "Soluciones",
items: [
title: "Soluciones", items: [
{
label: "Monotributo",
href: "/app/monotributo",
},
label: "Monotributo", href: "/app/monotributo"},
{
label: "IVA",
href: "/app/iva",
},
label: "IVA", href: "/app/iva"},
{
label: "Ganancias",
href: "/app/ganancias",
},
label: "Ganancias", href: "/app/ganancias"},
],
},
{
title: "Soporte",
items: [
title: "Soporte", items: [
{
label: "FAQ",
href: "/#faq",
},
label: "FAQ", href: "/#faq"},
{
label: "Ayuda",
href: "#",
},
label: "Ayuda", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Términos de Servicio",
href: "#",
},
label: "Términos de Servicio", href: "#"},
{
label: "Política de Privacidad",
href: "#",
},
label: "Política de Privacidad", href: "#"},
],
},
]}

View File

@@ -2,7 +2,7 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import FeatureCardTwentyOne from '@/components/sections/feature/FeatureCardTwentyOne';
import FeatureCardTwentyThree from '@/components/sections/feature/FeatureCardTwentyThree';
import FooterMedia from '@/components/sections/footer/FooterMedia';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
@@ -26,30 +26,18 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Inicio",
id: "/",
},
name: "Inicio", id: "/"},
{
name: "Características",
id: "/caracteristicas",
},
name: "Características", id: "/caracteristicas"},
{
name: "Precios",
id: "/precios",
},
name: "Precios", id: "/precios"},
{
name: "FAQ",
id: "/#faq",
},
name: "FAQ", id: "/#faq"},
]}
button={{
text: "Iniciar Sesión",
href: "/auth/login",
}}
text: "Iniciar Sesión", href: "/auth/login"}}
topBarButton={{
text: "Registrarse",
href: "/auth/register",
}}
text: "Registrarse", href: "/auth/register"}}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6h5de9"
logoAlt="[NOMBRE DE TU MARCA] Logo"
brandName="[NOMBRE DE TU MARCA]"
@@ -57,42 +45,22 @@ export default function LandingPage() {
</div>
<div id="feature" data-section="feature">
<FeatureCardTwentyOne
<FeatureCardTwentyThree
useInvertedBackground={false}
title="Explora la potencia de nuestra plataforma."
description="Desde la automatización de impuestos hasta la gestión de empleados, cada módulo está diseñado para tu éxito fiscal."
features={[
{
id: "declaraciones-simplificadas",
title: "Declaraciones Juradas Simplificadas",
description: "Genera tus DDJJ de Monotributo, IVA y Ganancias de forma rápida y sin errores.",
imageSrc: "http://img.b2bpic.net/free-photo/tax-credits-claim-return-deduction-refund-concept_53876-133848.jpg?_wi=1",
imageAlt: "Tax Credits Claim Return Deduction Refund Concept",
},
id: "declaraciones-simplificadas", title: "Declaraciones Juradas Simplificadas", description: "Genera tus DDJJ de Monotributo, IVA y Ganancias de forma rápida y sin errores.", imageSrc: "http://img.b2bpic.net/free-photo/tax-credits-claim-return-deduction-refund-concept_53876-133848.jpg", imageAlt: "Tax Credits Claim Return Deduction Refund Concept"},
{
id: "flujo-caja",
title: "Seguimiento de Flujo de Caja",
description: "Visualiza tus ingresos y egresos para una mejor toma de decisiones financieras.",
imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-money-infographic_23-2147602901.jpg",
imageAlt: "Hand-drawn money infographic",
},
id: "flujo-caja", title: "Seguimiento de Flujo de Caja", description: "Visualiza tus ingresos y egresos para una mejor toma de decisiones financieras.", imageSrc: "http://img.b2bpic.net/free-vector/hand-drawn-money-infographic_23-2147602901.jpg", imageAlt: "Hand-drawn money infographic"},
{
id: "integracion-bancaria",
title: "Integración Bancaria Segura",
description: "Conecta tus cuentas bancarias para conciliar movimientos automáticamente.",
imageSrc: "http://img.b2bpic.net/free-photo/people-using-tablet-with-bank-app_1098-21610.jpg",
imageAlt: "People using tablet with bank app",
},
id: "integracion-bancaria", title: "Integración Bancaria Segura", description: "Conecta tus cuentas bancarias para conciliar movimientos automáticamente.", imageSrc: "http://img.b2bpic.net/free-photo/people-using-tablet-with-bank-app_1098-21610.jpg", imageAlt: "People using tablet with bank app"},
{
id: "reportes-personalizables",
title: "Reportes Financieros Personalizables",
description: "Crea informes detallados adaptados a tus necesidades para analizar tu situación.",
imageSrc: "http://img.b2bpic.net/free-photo/spreadsheet-marketing-budget-report-file-concept_53876-124781.jpg",
imageAlt: "Spreadsheet Marketing Budget Report File Concept",
},
id: "reportes-personalizables", title: "Reportes Financieros Personalizables", description: "Crea informes detallados adaptados a tus necesidades para analizar tu situación.", imageSrc: "http://img.b2bpic.net/free-photo/spreadsheet-marketing-budget-report-file-concept_53876-124781.jpg", imageAlt: "Spreadsheet Marketing Budget Report File Concept"},
]}
imageSrc="http://img.b2bpic.net/free-photo/tax-credits-claim-return-deduction-refund-concept_53876-133848.jpg?_wi=2"
imageAlt="Tax Credits Claim Return Deduction Refund Concept"
animationType="slide-up"
textboxLayout="default"
/>
</div>
@@ -105,147 +73,79 @@ export default function LandingPage() {
description="Historias de éxito que impulsan la confianza en nuestra solución de contabilidad y impuestos."
testimonials={[
{
id: "test-1",
name: "Martina Suárez",
role: "Contadora Pública",
company: "Estudio Contable MS",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman_1098-14872.jpg",
imageAlt: "Happy businesswoman",
},
id: "test-1", name: "Martina Suárez", role: "Contadora Pública", company: "Estudio Contable MS", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-businesswoman_1098-14872.jpg", imageAlt: "Happy businesswoman"},
{
id: "test-2",
name: "Juan Pérez",
role: "Emprendedor",
company: "Digital Solutions",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-using-smartphone-lobby_1262-5625.jpg",
imageAlt: "Smiling Business Leader Using Smartphone in Lobby",
},
id: "test-2", name: "Juan Pérez", role: "Emprendedor", company: "Digital Solutions", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-business-leader-using-smartphone-lobby_1262-5625.jpg", imageAlt: "Smiling Business Leader Using Smartphone in Lobby"},
{
id: "test-3",
name: "Sofía Giménez",
role: "Dueña de Pyme",
company: "Dulce Tentación",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-tablet-front-view_23-2149442288.jpg",
imageAlt: "Smiley woman with tablet front view",
},
id: "test-3", name: "Sofía Giménez", role: "Dueña de Pyme", company: "Dulce Tentación", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-with-tablet-front-view_23-2149442288.jpg", imageAlt: "Smiley woman with tablet front view"},
{
id: "test-4",
name: "Carlos Rodríguez",
role: "Consultor Fiscal",
company: "Asesoría Integral",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg",
imageAlt: "Positive confident businessman posing outside",
},
id: "test-4", name: "Carlos Rodríguez", role: "Consultor Fiscal", company: "Asesoría Integral", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/positive-confident-businessman-posing-outside_74855-1183.jpg", imageAlt: "Positive confident businessman posing outside"},
{
id: "test-5",
name: "Ana Fernández",
role: "Profesional Independiente",
company: "Freelance Design",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg",
imageAlt: "Smiley woman at office holding tablet",
},
id: "test-5", name: "Ana Fernández", role: "Profesional Independiente", company: "Freelance Design", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiley-woman-office-holding-tablet_23-2148356266.jpg", imageAlt: "Smiley woman at office holding tablet"},
{
id: "test-6",
name: "Pablo Castro",
role: "Gerente Administrativo",
company: "Logística Express",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-employee_1098-16109.jpg",
imageAlt: "Happy employee",
},
id: "test-6", name: "Pablo Castro", role: "Gerente Administrativo", company: "Logística Express", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-employee_1098-16109.jpg", imageAlt: "Happy employee"},
]}
kpiItems={[
{
value: "98%",
label: "Satisfacción Cliente",
},
value: "98%", label: "Satisfacción Cliente"},
{
value: "50%",
label: "Tiempo Ahorrado",
},
value: "50%", label: "Tiempo Ahorrado"},
{
value: "Rápido",
label: "Soporte",
},
value: "Rápido", label: "Soporte"},
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-306797.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/abstract-geometric-background-shapes-texture_1194-306797.jpg"
imageAlt="Abstract tech background"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=6h5de9"
logoAlt="[NOMBRE DE TU MARCA] Logo"
logoText="[NOMBRE DE TU MARCA]"
columns={[
{
title: "Empresa",
items: [
title: "Empresa", items: [
{
label: "Sobre Nosotros",
href: "#",
},
label: "Sobre Nosotros", href: "#"},
{
label: "Contacto",
href: "#",
},
label: "Contacto", href: "#"},
{
label: "Carreras",
href: "#",
},
label: "Carreras", href: "#"},
],
},
{
title: "Soluciones",
items: [
title: "Soluciones", items: [
{
label: "Monotributo",
href: "/app/monotributo",
},
label: "Monotributo", href: "/app/monotributo"},
{
label: "IVA",
href: "/app/iva",
},
label: "IVA", href: "/app/iva"},
{
label: "Ganancias",
href: "/app/ganancias",
},
label: "Ganancias", href: "/app/ganancias"},
],
},
{
title: "Soporte",
items: [
title: "Soporte", items: [
{
label: "FAQ",
href: "/#faq",
},
label: "FAQ", href: "/#faq"},
{
label: "Ayuda",
href: "#",
},
label: "Ayuda", href: "#"},
{
label: "Blog",
href: "#",
},
label: "Blog", href: "#"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Términos de Servicio",
href: "#",
},
label: "Términos de Servicio", href: "#"},
{
label: "Política de Privacidad",
href: "#",
},
label: "Política de Privacidad", href: "#"},
],
},
]}