From 1a2f53618590216578c943cd1d820e0173247fb1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 15:24:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2451a42..894888e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/Nav import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { Award, CalendarCheck, CheckCircle, Clock, Grid, Key, Leaf, Lightbulb, MessageCircle, Palette, ShieldCheck, Truck, Chat, RulerPen, Factory } from "lucide-react"; +import { Award, CalendarCheck, CheckCircle, Clock, Grid, Key, Leaf, Lightbulb, MessageCircle, Palette, ShieldCheck, Truck, Factory, PencilRuler } from "lucide-react"; export default function LandingPage() { return ( @@ -165,7 +165,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/diverse-team-office-clerks-checking-accounting-figures-paperwork_482257-123736.jpg", imageAlt: "Reunión de clientes discutiendo un proyecto modular"}, items: [ { - icon: Chat, + icon: MessageCircle, text: "Consulta inicial"}, { icon: Lightbulb, @@ -178,7 +178,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/clients-touring-office-space-with-real-estate-expert-discussing-property-layout_482257-113443.jpg", imageAlt: "Arquitectos diseñando un plano de casa modular"}, items: [ { - icon: RulerPen, + icon: PencilRuler, text: "Planos 2D/3D"}, { icon: Palette, @@ -221,8 +221,9 @@ export default function LandingPage() {