From 1f5d8926b47f60c8ffdf12a1d0700ec5f2df03e1 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 17:15:21 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5c79f72..3e01d68 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactCTA from "@/components/sections/contact/ContactCTA"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { CheckCircle, Flower2, Leaf, Sprout, Scissors, Grass } from "lucide-react"; +import { CheckCircle, Flower2, Leaf, Sprout, Scissors, GrassPlus } from "lucide-react"; export default function LandingPage() { return ( @@ -130,7 +130,7 @@ export default function LandingPage() { title="Instalación de Césped Artificial" description="Transformamos espacios exteriores con césped artificial de calidad superior, duradero y de bajo mantenimiento" tag="Soluciones Modernas" - tagIcon={Grass} + tagIcon={GrassPlus} textboxLayout="default" useInvertedBackground={true} features={[ -- 2.49.1