Merge version_1 into main #2
@@ -17,8 +17,7 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
title: "Navegación", items: [
|
||||
{ label: "Inicio", href: "/" },
|
||||
{ label: "Servicios", href: "/servicios" },
|
||||
{ label: "Nosotros", href: "/nosotros" },
|
||||
@@ -26,8 +25,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{ label: "Contabilidad Mensual", href: "/servicios" },
|
||||
{ label: "Declaraciones SUNAT", href: "/servicios" },
|
||||
{ label: "Asesoría Tributaria", href: "/servicios" },
|
||||
@@ -35,8 +33,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -44,8 +41,7 @@ export default function ContactPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Términos y Condiciones", href: "#" },
|
||||
{ label: "Política de Privacidad", href: "#" },
|
||||
{ label: "Política de Cookies", href: "#" },
|
||||
@@ -60,7 +56,7 @@ export default function ContactPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="large"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -83,24 +79,16 @@ export default function ContactPage() {
|
||||
bulletPoints={[
|
||||
{
|
||||
icon: MapPin,
|
||||
title: "Ubicación",
|
||||
description: "Lima, Perú. Estamos ubicados en el corazón financiero de la ciudad, accesible para todos nuestros clientes.",
|
||||
},
|
||||
title: "Ubicación", description: "Lima, Perú. Estamos ubicados en el corazón financiero de la ciudad, accesible para todos nuestros clientes."},
|
||||
{
|
||||
icon: Phone,
|
||||
title: "Teléfono",
|
||||
description: "+51 1 2345678. Llámanos durante horario de oficina para una consulta rápida y oportuna.",
|
||||
},
|
||||
title: "Teléfono", description: "+51 1 2345678. Llámanos durante horario de oficina para una consulta rápida y oportuna."},
|
||||
{
|
||||
icon: Mail,
|
||||
title: "Email",
|
||||
description: "info@myaperu.com. Envía tus consultas detalladas y nos contactaremos pronto con soluciones.",
|
||||
},
|
||||
title: "Email", description: "info@myaperu.com. Envía tus consultas detalladas y nos contactaremos pronto con soluciones."},
|
||||
{
|
||||
icon: Clock,
|
||||
title: "Horario",
|
||||
description: "Lunes a Viernes: 8:00 AM - 6:00 PM. Sábados: 9:00 AM - 1:00 PM. Atención personalizada.",
|
||||
},
|
||||
title: "Horario", description: "Lunes a Viernes: 8:00 AM - 6:00 PM. Sábados: 9:00 AM - 1:00 PM. Atención personalizada."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -5,36 +5,21 @@ import { ServiceWrapper } from "@/components/ServiceWrapper";
|
||||
import Tag from "@/tag/Tag";
|
||||
|
||||
const publicSans = Public_Sans({
|
||||
variable: "--font-public-sans",
|
||||
subsets: ["latin"],
|
||||
variable: "--font-public-sans", subsets: ["latin"],
|
||||
});
|
||||
|
||||
export const metadata: Metadata = {
|
||||
title: "Estudio Contable MYA | Asesoría Contable y Tributaria en Perú",
|
||||
description: "Soluciones contables integrales para emprendedores y pequeñas empresas en Perú. Contabilidad mensual, declaraciones SUNAT, asesoría tributaria y planillas electrónicas.",
|
||||
keywords: "estudio contable perú, asesoría contable, declaraciones SUNAT, contabilidad, tributario, lima",
|
||||
metadataBase: new URL("https://www.estudiocontablemya.com"),
|
||||
title: "Estudio Contable MYA | Asesoría Contable y Tributaria en Perú", description: "Soluciones contables integrales para emprendedores y pequeñas empresas en Perú. Contabilidad mensual, declaraciones SUNAT, asesoría tributaria y planillas electrónicas.", keywords: "estudio contable perú, asesoría contable, declaraciones SUNAT, contabilidad, tributario, lima", metadataBase: new URL("https://www.estudiocontablemya.com"),
|
||||
alternates: {
|
||||
canonical: "https://www.estudiocontablemya.com",
|
||||
},
|
||||
canonical: "https://www.estudiocontablemya.com"},
|
||||
openGraph: {
|
||||
title: "Estudio Contable MYA - Asesoría Contable Profesional",
|
||||
description: "Confía en nuestro equipo de expertos para la gestión contable y tributaria de tu empresa en Perú.",
|
||||
url: "https://www.estudiocontablemya.com",
|
||||
siteName: "Estudio Contable MYA",
|
||||
type: "website",
|
||||
images: [
|
||||
title: "Estudio Contable MYA - Asesoría Contable Profesional", description: "Confía en nuestro equipo de expertos para la gestión contable y tributaria de tu empresa en Perú.", url: "https://www.estudiocontablemya.com", siteName: "Estudio Contable MYA", type: "website", images: [
|
||||
{
|
||||
url: "http://img.b2bpic.net/free-photo/successful-acceptance-signing-hands-businessman-consultant_1418-534.jpg",
|
||||
alt: "Estudio Contable MYA",
|
||||
},
|
||||
url: "http://img.b2bpic.net/free-photo/successful-acceptance-signing-hands-businessman-consultant_1418-534.jpg", alt: "Estudio Contable MYA"},
|
||||
],
|
||||
},
|
||||
twitter: {
|
||||
card: "summary_large_image",
|
||||
title: "Estudio Contable MYA",
|
||||
description: "Asesoría contable y tributaria profesional en Perú",
|
||||
images: ["http://img.b2bpic.net/free-photo/successful-acceptance-signing-hands-businessman-consultant_1418-534.jpg"],
|
||||
card: "summary_large_image", title: "Estudio Contable MYA", description: "Asesoría contable y tributaria profesional en Perú", images: ["http://img.b2bpic.net/free-photo/successful-acceptance-signing-hands-businessman-consultant_1418-534.jpg"],
|
||||
},
|
||||
robots: {
|
||||
index: true,
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function AboutPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
title: "Navegación", items: [
|
||||
{ label: "Inicio", href: "/" },
|
||||
{ label: "Servicios", href: "/servicios" },
|
||||
{ label: "Nosotros", href: "/nosotros" },
|
||||
@@ -27,8 +26,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{ label: "Contabilidad Mensual", href: "/servicios" },
|
||||
{ label: "Declaraciones SUNAT", href: "/servicios" },
|
||||
{ label: "Asesoría Tributaria", href: "/servicios" },
|
||||
@@ -36,8 +34,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -45,8 +42,7 @@ export default function AboutPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Términos y Condiciones", href: "#" },
|
||||
{ label: "Política de Privacidad", href: "#" },
|
||||
{ label: "Política de Cookies", href: "#" },
|
||||
@@ -61,7 +57,7 @@ export default function AboutPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="large"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -79,27 +75,21 @@ export default function AboutPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="right"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-94.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/people-meeting-seminar-office-concept_53876-94.jpg"
|
||||
imageAlt="Historia de Estudio Contable MYA"
|
||||
bulletPoints={[
|
||||
{
|
||||
icon: Lightbulb,
|
||||
title: "Nuestra Misión",
|
||||
description:
|
||||
"Ser el socio contable de confianza para emprendedores y pequeñas empresas, brindando soluciones integrales que les permitan crecer de forma segura, rentable y conforme a la ley.",
|
||||
},
|
||||
title: "Nuestra Misión", description:
|
||||
"Ser el socio contable de confianza para emprendedores y pequeñas empresas, brindando soluciones integrales que les permitan crecer de forma segura, rentable y conforme a la ley."},
|
||||
{
|
||||
icon: Target,
|
||||
title: "Nuestra Visión",
|
||||
description:
|
||||
"Ser reconocidos como el mejor estudio contable del país, destacando por nuestra profesionalidad, transparencia, innovación y compromiso con el éxito de nuestros clientes.",
|
||||
},
|
||||
title: "Nuestra Visión", description:
|
||||
"Ser reconocidos como el mejor estudio contable del país, destacando por nuestra profesionalidad, transparencia, innovación y compromiso con el éxito de nuestros clientes."},
|
||||
{
|
||||
icon: Heart,
|
||||
title: "Nuestros Valores",
|
||||
description:
|
||||
"Actuamos con integridad, confidencialidad y excelencia. Creemos en el servicio personalizado y en la construcción de relaciones duraderas con nuestros clientes.",
|
||||
},
|
||||
title: "Nuestros Valores", description:
|
||||
"Actuamos con integridad, confidencialidad y excelencia. Creemos en el servicio personalizado y en la construcción de relaciones duraderas con nuestros clientes."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -114,35 +104,17 @@ export default function AboutPage() {
|
||||
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=3",
|
||||
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=3",
|
||||
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=4",
|
||||
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"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
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>
|
||||
|
||||
@@ -18,8 +18,7 @@ export default function ServicesPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Navegación",
|
||||
items: [
|
||||
title: "Navegación", items: [
|
||||
{ label: "Inicio", href: "/" },
|
||||
{ label: "Servicios", href: "/servicios" },
|
||||
{ label: "Nosotros", href: "/nosotros" },
|
||||
@@ -27,8 +26,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Servicios",
|
||||
items: [
|
||||
title: "Servicios", items: [
|
||||
{ label: "Contabilidad Mensual", href: "/servicios" },
|
||||
{ label: "Declaraciones SUNAT", href: "/servicios" },
|
||||
{ label: "Asesoría Tributaria", href: "/servicios" },
|
||||
@@ -36,8 +34,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
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" },
|
||||
@@ -45,8 +42,7 @@ export default function ServicesPage() {
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Términos y Condiciones", href: "#" },
|
||||
{ label: "Política de Privacidad", href: "#" },
|
||||
{ label: "Política de Cookies", href: "#" },
|
||||
@@ -61,7 +57,7 @@ export default function ServicesPage() {
|
||||
borderRadius="rounded"
|
||||
contentWidth="mediumSmall"
|
||||
sizing="large"
|
||||
background="floatingGradient"
|
||||
background="circleGradient"
|
||||
cardStyle="gradient-radial"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="radial-glow"
|
||||
@@ -81,40 +77,28 @@ export default function ServicesPage() {
|
||||
features={[
|
||||
{
|
||||
icon: BookOpen,
|
||||
title: "Contabilidad Mensual",
|
||||
description:
|
||||
"Gestión integral de registros contables con conciliaciones bancarias precisas, reportes mensuales detallados y análisis financiero para tomar decisiones informadas.",
|
||||
},
|
||||
title: "Contabilidad Mensual", description:
|
||||
"Gestión integral de registros contables con conciliaciones bancarias precisas, reportes mensuales detallados y análisis financiero para tomar decisiones informadas."},
|
||||
{
|
||||
icon: FileText,
|
||||
title: "Declaraciones SUNAT",
|
||||
description:
|
||||
"Presentación oportuna y correcta de impuestos, UIT, AIT, PLAME y otros trámites tributarios ante la SUNAT. Garantizamos cumplimiento normativo total.",
|
||||
},
|
||||
title: "Declaraciones SUNAT", description:
|
||||
"Presentación oportuna y correcta de impuestos, UIT, AIT, PLAME y otros trámites tributarios ante la SUNAT. Garantizamos cumplimiento normativo total."},
|
||||
{
|
||||
icon: TrendingUp,
|
||||
title: "Asesoría Tributaria",
|
||||
description:
|
||||
"Estrategias fiscales optimizadas para maximizar rentabilidad, minimizar carga tributaria y asegurar el cumplimiento de obligaciones legales.",
|
||||
},
|
||||
title: "Asesoría Tributaria", description:
|
||||
"Estrategias fiscales optimizadas para maximizar rentabilidad, minimizar carga tributaria y asegurar el cumplimiento de obligaciones legales."},
|
||||
{
|
||||
icon: Users,
|
||||
title: "Planillas Electrónicas",
|
||||
description:
|
||||
"Elaboración y presentación de planillas de sueldos conforme a la legislación peruana, incluyendo descuentos, aportes y beneficios adicionales.",
|
||||
},
|
||||
title: "Planillas Electrónicas", description:
|
||||
"Elaboración y presentación de planillas de sueldos conforme a la legislación peruana, incluyendo descuentos, aportes y beneficios adicionales."},
|
||||
{
|
||||
icon: Building2,
|
||||
title: "Constitución de Empresas",
|
||||
description:
|
||||
"Asesoría completa para la formalización de tu negocio, incluyendo trámites SUNARP, apertura de cuentas bancarias y registros iniciales.",
|
||||
},
|
||||
title: "Constitución de Empresas", description:
|
||||
"Asesoría completa para la formalización de tu negocio, incluyendo trámites SUNARP, apertura de cuentas bancarias y registros iniciales."},
|
||||
{
|
||||
icon: DollarSign,
|
||||
title: "Auditoría Interna",
|
||||
description:
|
||||
"Revisiones internas de procesos contables para asegurar integridad financiera, prevenir riesgos y mejorar controles internos.",
|
||||
},
|
||||
title: "Auditoría Interna", description:
|
||||
"Revisiones internas de procesos contables para asegurar integridad financiera, prevenir riesgos y mejorar controles internos."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -127,24 +111,18 @@ export default function ServicesPage() {
|
||||
useInvertedBackground={false}
|
||||
mediaAnimation="slide-up"
|
||||
imagePosition="left"
|
||||
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=2"
|
||||
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="Asesoramiento profesional"
|
||||
bulletPoints={[
|
||||
{
|
||||
icon: CheckCircle,
|
||||
title: "Cumplimiento Legal Garantizado",
|
||||
description: "Todos nuestros servicios cumplen estrictamente con la normativa SUNAT y legislación peruana vigente.",
|
||||
},
|
||||
title: "Cumplimiento Legal Garantizado", description: "Todos nuestros servicios cumplen estrictamente con la normativa SUNAT y legislación peruana vigente."},
|
||||
{
|
||||
icon: Award,
|
||||
title: "Equipo Especializado",
|
||||
description: "Contadores colegiados con experiencia en tributación, finanzas y legislación laboral peruana.",
|
||||
},
|
||||
title: "Equipo Especializado", description: "Contadores colegiados con experiencia en tributación, finanzas y legislación laboral peruana."},
|
||||
{
|
||||
icon: Shield,
|
||||
title: "Máxima Confidencialidad",
|
||||
description: "Protegemos tus datos con protocolos de seguridad y discreción profesional absoluta.",
|
||||
},
|
||||
title: "Máxima Confidencialidad", description: "Protegemos tus datos con protocolos de seguridad y discreción profesional absoluta."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user