Merge version_3 into main
Merge version_3 into main
This commit was merged in pull request #3.
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import { Scale, Shield, Gavel } from "lucide-react";
|
||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||
import FaqDouble from '@/components/sections/faq/FaqDouble';
|
||||
import FeatureCardTwentyEight from '@/components/sections/feature/FeatureCardTwentyEight';
|
||||
@@ -65,9 +66,9 @@ export default function LandingPage() {
|
||||
title="Nuestra Firma"
|
||||
description="Más de 20 años de experiencia brindando soluciones jurídicas integrales. Nos distinguimos por una ética inquebrantable y un enfoque centrado en el cliente."
|
||||
bulletPoints={[
|
||||
{ title: "Integridad", description: "Comprometidos con la transparencia total." },
|
||||
{ title: "Estrategia", description: "Soluciones diseñadas a medida." },
|
||||
{ title: "Compromiso", description: "Resultados orientados a la excelencia." }
|
||||
{ title: "Integridad", description: "Comprometidos con la transparencia total.", icon: Shield },
|
||||
{ title: "Estrategia", description: "Soluciones diseñadas a medida.", icon: Scale },
|
||||
{ title: "Compromiso", description: "Resultados orientados a la excelencia.", icon: Gavel }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/open-drawer-linear-perspective-dark-interior_169016-69134.jpg"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user