Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #2.
This commit is contained in:
@@ -46,6 +46,7 @@ export default function Page() {
|
||||
title="RECONOCIMIENTOS Y ACREDITACIONES"
|
||||
description="Avalamos nuestro compromiso con la excelencia y la normativa vigente."
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="manifesto" data-section="manifesto">
|
||||
@@ -57,6 +58,7 @@ export default function Page() {
|
||||
{ icon: Star, label: "Rating Google", value: "4,8" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
<div id="servicios" data-section="servicios">
|
||||
@@ -66,6 +68,7 @@ export default function Page() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{ title: "Fiscal", description: "Planificación estratégica y representación.", imageSrc: "http://img.b2bpic.net/free-photo/3d-background-with-hexagonal-shapes-texture_23-2150473190.jpg" },
|
||||
{ title: "Laboral", description: "Nóminas, contratación y Seguridad Social.", imageSrc: "http://img.b2bpic.net/free-photo/visa-application-form-laptop_23-2149117779.jpg" },
|
||||
@@ -82,6 +85,7 @@ export default function Page() {
|
||||
description="Lo que dicen quienes nos conocen."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Olga Rodellar", handle: "Cliente 20+ años", testimonial: "Llevo más de 20 años trabajando con AGL. Forman un excelente equipo.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg" },
|
||||
{ id: "2", name: "Josep (Vincle Cerdanya)", handle: "Cliente 2005", testimonial: "La empresa ha pasado por momentos espléndidos y otros delicados, pero AGL siempre ha estado ahí.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-man-black-suit_23-2148401442.jpg" },
|
||||
@@ -97,6 +101,7 @@ export default function Page() {
|
||||
description="Lo que necesitas saber este mes."
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
blogs={[
|
||||
{ id: "b1", category: "Fiscal", title: "Seguridad Social 2026", excerpt: "Cambios en la cotización para salarios altos.", imageSrc: "http://img.b2bpic.net/free-photo/visa-application-form-wooden-table-visa-processing-registration-flat-lay_169016-16624.jpg", authorName: "AGL", authorAvatar: "http://img.b2bpic.net/free-photo/3d-cartoon-style-character_23-2151034128.jpg", date: "2025-10" },
|
||||
{ id: "b2", category: "Normativa", title: "Facturación 2025", excerpt: "Nuevos plazos para el sistema de facturación.", imageSrc: "http://img.b2bpic.net/free-photo/stack-papers-tax-concept-illustration_53876-71434.jpg", authorName: "AGL", authorAvatar: "http://img.b2bpic.net/free-photo/3d-rendering-cartoon-business-men_23-2150797698.jpg", date: "2025-09" },
|
||||
@@ -108,6 +113,7 @@ export default function Page() {
|
||||
<ContactText
|
||||
text="La primera consulta es gratuita. La tranquilidad que sigue, no tiene precio."
|
||||
background={{ variant: "plain" }}
|
||||
useInvertedBackground={false}
|
||||
buttons={[{ text: "Reservar consulta", href: "#" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user