Update src/app/page.tsx
This commit is contained in:
128
src/app/page.tsx
128
src/app/page.tsx
@@ -20,8 +20,7 @@ export default function HomePage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
title: "Navegación", items: [
|
||||
{ label: "Inicio", href: "/" },
|
||||
{ label: "Servicios", href: "/servicios" },
|
||||
{ label: "Nosotros", href: "/nosotros" },
|
||||
@@ -29,8 +28,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{ label: "Contabilidad Mensual", href: "/servicios" },
|
||||
{ label: "Declaraciones SUNAT", href: "/servicios" },
|
||||
{ label: "Asesoría Tributaria", href: "/servicios" },
|
||||
@@ -38,8 +36,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contacto",
|
||||
items: [
|
||||
title: "Contacto", items: [
|
||||
{ label: "Lima, Perú", href: "#" },
|
||||
{ label: "Teléfono: +51 1 2345678", href: "tel:+5112345678" },
|
||||
{ label: "WhatsApp: +51 987654321", href: "https://wa.me/51987654321" },
|
||||
@@ -47,8 +44,7 @@ export default function HomePage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Términos y Condiciones", href: "#" },
|
||||
{ label: "Política de Privacidad", href: "#" },
|
||||
{ label: "Política de Cookies", href: "#" },
|
||||
@@ -63,7 +59,7 @@ export default function HomePage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="large"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -85,38 +81,20 @@ export default function HomePage() {
|
||||
{ text: "WhatsApp", href: "https://wa.me/51987654321?text=Hola%20Estudio%20Contable%20MYA" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "floatingGradient" }}
|
||||
background={{ variant: "plain" }}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "carousel-1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/successful-acceptance-signing-hands-businessman-consultant_1418-534.jpg",
|
||||
imageAlt: "Contabilidad profesional",
|
||||
},
|
||||
id: "carousel-1", imageSrc: "http://img.b2bpic.net/free-photo/successful-acceptance-signing-hands-businessman-consultant_1418-534.jpg", imageAlt: "Contabilidad profesional"},
|
||||
{
|
||||
id: "carousel-2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/workplace-with-cup-coffee-technological-devices_1232-475.jpg",
|
||||
imageAlt: "Workspace contable",
|
||||
},
|
||||
id: "carousel-2", imageSrc: "http://img.b2bpic.net/free-photo/workplace-with-cup-coffee-technological-devices_1232-475.jpg", imageAlt: "Workspace contable"},
|
||||
{
|
||||
id: "carousel-3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/female-professional-explaining-document-details-client-workplace-serious-business-leader-consulting-financial-legal-expert-teamwork-cooperation-concept_74855-14235.jpg?_wi=1",
|
||||
imageAlt: "Consultoría financiera",
|
||||
},
|
||||
id: "carousel-3", imageSrc: "http://img.b2bpic.net/free-photo/female-professional-explaining-document-details-client-workplace-serious-business-leader-consulting-financial-legal-expert-teamwork-cooperation-concept_74855-14235.jpg", imageAlt: "Consultoría financiera"},
|
||||
{
|
||||
id: "carousel-4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg",
|
||||
imageAlt: "Asesoría tributaria",
|
||||
},
|
||||
id: "carousel-4", imageSrc: "http://img.b2bpic.net/free-photo/mature-couple-meeting-with-financial-expert-develop-detailed-retirement-plan_482257-92410.jpg", imageAlt: "Asesoría tributaria"},
|
||||
{
|
||||
id: "carousel-5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/online-ideas-meeting_1098-13386.jpg",
|
||||
imageAlt: "Reunión de planificación",
|
||||
},
|
||||
id: "carousel-5", imageSrc: "http://img.b2bpic.net/free-photo/online-ideas-meeting_1098-13386.jpg", imageAlt: "Reunión de planificación"},
|
||||
{
|
||||
id: "carousel-6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-94.jpg?_wi=1",
|
||||
imageAlt: "Equipo de trabajo",
|
||||
},
|
||||
id: "carousel-6", imageSrc: "http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-94.jpg", imageAlt: "Equipo de trabajo"},
|
||||
]}
|
||||
autoPlay={true}
|
||||
autoPlayInterval={4000}
|
||||
@@ -134,24 +112,16 @@ export default function HomePage() {
|
||||
features={[
|
||||
{
|
||||
icon: BookOpen,
|
||||
title: "Contabilidad Mensual",
|
||||
description: "Gestión completa de registros contables, conciliaciones bancarias y reportes mensuales precisos.",
|
||||
},
|
||||
title: "Contabilidad Mensual", description: "Gestión completa de registros contables, conciliaciones bancarias y reportes mensuales precisos."},
|
||||
{
|
||||
icon: FileText,
|
||||
title: "Declaraciones SUNAT",
|
||||
description: "Presentación oportuna de impuestos, UIT, AIT y otros trámites tributarios ante la SUNAT.",
|
||||
},
|
||||
title: "Declaraciones SUNAT", description: "Presentación oportuna de impuestos, UIT, AIT y otros trámites tributarios ante la SUNAT."},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Asesoría Tributaria",
|
||||
description: "Estrategias fiscales optimizadas para maximizar rentabilidad y cumplimiento normativo.",
|
||||
},
|
||||
title: "Asesoría Tributaria", description: "Estrategias fiscales optimizadas para maximizar rentabilidad y cumplimiento normativo."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Planillas Electrónicas",
|
||||
description: "Elaboración y presentación de planillas de empleados conforme a la legislación peruana.",
|
||||
},
|
||||
title: "Planillas Electrónicas", description: "Elaboración y presentación de planillas de empleados conforme a la legislación peruana."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -164,29 +134,21 @@ export default function HomePage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-94.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-94.jpg"
|
||||
imageAlt="Equipo profesional de Estudio Contable MYA"
|
||||
bulletPoints={[
|
||||
{
|
||||
icon: Award,
|
||||
title: "Experiencia Comprobada",
|
||||
description: "Más de 15 años asesorando a empresas en Perú con resultados verificados.",
|
||||
},
|
||||
title: "Experiencia Comprobada", description: "Más de 15 años asesorando a empresas en Perú con resultados verificados."},
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Equipo Certificado",
|
||||
description: "Contadores públicos colegiados con especialización en tributación y finanzas.",
|
||||
},
|
||||
title: "Equipo Certificado", description: "Contadores públicos colegiados con especialización en tributación y finanzas."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Confidencialidad Total",
|
||||
description: "Manejamos tu información con máxima discreción y profesionalismo.",
|
||||
},
|
||||
title: "Confidencialidad Total", description: "Manejamos tu información con máxima discreción y profesionalismo."},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Respuesta Rápida",
|
||||
description: "Atención ágil y soluciones efectivas para tus necesidades contables.",
|
||||
},
|
||||
title: "Respuesta Rápida", description: "Atención ágil y soluciones efectivas para tus necesidades contables."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -201,45 +163,21 @@ export default function HomePage() {
|
||||
showRating={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "María García",
|
||||
handle: "@maria_garcia",
|
||||
testimonial:
|
||||
"Excelente servicio. El equipo de MYA resolvió todos mis dudas tributarias y mis declaraciones están siempre en regla. Totalmente recomendado.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=1",
|
||||
imageAlt: "María García, empresaria",
|
||||
},
|
||||
id: "1", name: "María García", handle: "@maria_garcia", testimonial:
|
||||
"Excelente servicio. El equipo de MYA resolvió todos mis dudas tributarias y mis declaraciones están siempre en regla. Totalmente recomendado.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "María García, empresaria"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Mendoza",
|
||||
handle: "@cmendoza_pty",
|
||||
testimonial:
|
||||
"Profesionalismo de primera. Confié en MYA para la contabilidad de mi empresa y no me arrepiento. Cumplen con los plazos y son muy atentos.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=1",
|
||||
imageAlt: "Carlos Mendoza, emprendedor",
|
||||
},
|
||||
id: "2", name: "Carlos Mendoza", handle: "@cmendoza_pty", testimonial:
|
||||
"Profesionalismo de primera. Confié en MYA para la contabilidad de mi empresa y no me arrepiento. Cumplen con los plazos y son muy atentos.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Carlos Mendoza, emprendedor"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sofía Romero",
|
||||
handle: "@sofiaromero_sp",
|
||||
testimonial:
|
||||
"Desde que trabajo con Estudio Contable MYA, mis trámites tributarios son mucho más simples. Recomiendo sus servicios sin dudarlo.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg?_wi=2",
|
||||
imageAlt: "Sofía Romero, gerenta de empresa",
|
||||
},
|
||||
id: "3", name: "Sofía Romero", handle: "@sofiaromero_sp", testimonial:
|
||||
"Desde que trabajo con Estudio Contable MYA, mis trámites tributarios son mucho más simples. Recomiendo sus servicios sin dudarlo.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Sofía Romero, gerenta de empresa"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Quispe",
|
||||
handle: "@d_quispe_contable",
|
||||
testimonial:
|
||||
"MYA es nuestro socio contable de confianza. Transparencia, responsabilidad y un equipo que realmente entiende el negocio peruano.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg?_wi=2",
|
||||
imageAlt: "David Quispe, empresario",
|
||||
},
|
||||
id: "4", name: "David Quispe", handle: "@d_quispe_contable", testimonial:
|
||||
"MYA es nuestro socio contable de confianza. Transparencia, responsabilidad y un equipo que realmente entiende el negocio peruano.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "David Quispe, empresario"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user