Update src/app/nosotros/page.tsx
This commit is contained in:
@@ -18,8 +18,7 @@ export default function AboutPage() {
|
|||||||
|
|
||||||
const footerColumns = [
|
const footerColumns = [
|
||||||
{
|
{
|
||||||
title: "Navegación",
|
title: "Navegación", items: [
|
||||||
items: [
|
|
||||||
{ label: "Inicio", href: "/" },
|
{ label: "Inicio", href: "/" },
|
||||||
{ label: "Servicios", href: "/servicios" },
|
{ label: "Servicios", href: "/servicios" },
|
||||||
{ label: "Nosotros", href: "/nosotros" },
|
{ label: "Nosotros", href: "/nosotros" },
|
||||||
@@ -27,8 +26,7 @@ export default function AboutPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Servicios",
|
title: "Servicios", items: [
|
||||||
items: [
|
|
||||||
{ label: "Contabilidad Mensual", href: "/servicios" },
|
{ label: "Contabilidad Mensual", href: "/servicios" },
|
||||||
{ label: "Declaraciones SUNAT", href: "/servicios" },
|
{ label: "Declaraciones SUNAT", href: "/servicios" },
|
||||||
{ label: "Asesoría Tributaria", href: "/servicios" },
|
{ label: "Asesoría Tributaria", href: "/servicios" },
|
||||||
@@ -36,8 +34,7 @@ export default function AboutPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Contacto",
|
title: "Contacto", items: [
|
||||||
items: [
|
|
||||||
{ label: "Lima, Perú", href: "#" },
|
{ label: "Lima, Perú", href: "#" },
|
||||||
{ label: "Teléfono: +51 1 2345678", href: "tel:+5112345678" },
|
{ label: "Teléfono: +51 1 2345678", href: "tel:+5112345678" },
|
||||||
{ label: "WhatsApp: +51 987654321", href: "https://wa.me/51987654321" },
|
{ label: "WhatsApp: +51 987654321", href: "https://wa.me/51987654321" },
|
||||||
@@ -45,8 +42,7 @@ export default function AboutPage() {
|
|||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{ label: "Términos y Condiciones", href: "#" },
|
{ label: "Términos y Condiciones", href: "#" },
|
||||||
{ label: "Política de Privacidad", href: "#" },
|
{ label: "Política de Privacidad", href: "#" },
|
||||||
{ label: "Política de Cookies", href: "#" },
|
{ label: "Política de Cookies", href: "#" },
|
||||||
@@ -61,7 +57,7 @@ export default function AboutPage() {
|
|||||||
borderRadius="rounded"
|
borderRadius="rounded"
|
||||||
contentWidth="mediumSmall"
|
contentWidth="mediumSmall"
|
||||||
sizing="large"
|
sizing="large"
|
||||||
background="floatingGradient"
|
background="circleGradient"
|
||||||
cardStyle="gradient-radial"
|
cardStyle="gradient-radial"
|
||||||
primaryButtonStyle="gradient"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="radial-glow"
|
secondaryButtonStyle="radial-glow"
|
||||||
@@ -79,27 +75,21 @@ export default function AboutPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imagePosition="right"
|
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"
|
imageAlt="Historia de Estudio Contable MYA"
|
||||||
bulletPoints={[
|
bulletPoints={[
|
||||||
{
|
{
|
||||||
icon: Lightbulb,
|
icon: Lightbulb,
|
||||||
title: "Nuestra Misión",
|
title: "Nuestra Misión", description:
|
||||||
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."},
|
||||||
"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,
|
icon: Target,
|
||||||
title: "Nuestra Visión",
|
title: "Nuestra Visión", description:
|
||||||
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."},
|
||||||
"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,
|
icon: Heart,
|
||||||
title: "Nuestros Valores",
|
title: "Nuestros Valores", description:
|
||||||
description:
|
"Actuamos con integridad, confidencialidad y excelencia. Creemos en el servicio personalizado y en la construcción de relaciones duraderas con nuestros clientes."},
|
||||||
"Actuamos con integridad, confidencialidad y excelencia. Creemos en el servicio personalizado y en la construcción de relaciones duraderas con nuestros clientes.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -114,35 +104,17 @@ export default function AboutPage() {
|
|||||||
showRating={true}
|
showRating={true}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "María García", handle: "@maria_garcia", testimonial:
|
||||||
name: "María García",
|
"Excelente servicio. El equipo de MYA resolvió todos mis dudas tributarias y mis declaraciones están siempre en regla. Totalmente recomendado.", rating: 5,
|
||||||
handle: "@maria_garcia",
|
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "María García, empresaria"},
|
||||||
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: "2",
|
id: "2", name: "Carlos Mendoza", handle: "@cmendoza_pty", testimonial:
|
||||||
name: "Carlos Mendoza",
|
"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,
|
||||||
handle: "@cmendoza_pty",
|
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-happy-expression_1194-3797.jpg", imageAlt: "Carlos Mendoza, emprendedor"},
|
||||||
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: "3",
|
id: "3", name: "Sofía Romero", handle: "@sofiaromero_sp", testimonial:
|
||||||
name: "Sofía Romero",
|
"Desde que trabajo con Estudio Contable MYA, mis trámites tributarios son mucho más simples. Recomiendo sus servicios sin dudarlo.", rating: 5,
|
||||||
handle: "@sofiaromero_sp",
|
imageSrc: "http://img.b2bpic.net/free-photo/content-beautiful-businesswoman-standing-window_1262-1778.jpg", imageAlt: "Sofía Romero, gerenta de empresa"},
|
||||||
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",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user