diff --git a/src/app/page.tsx b/src/app/page.tsx index 14096e8..b5a1f54 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, Plus } from "lucide-react"; +import { CheckCircle, Flower2, Leaf, Sprout, Scissors, Plus, Droplets } from "lucide-react"; export default function LandingPage() { return ( @@ -96,6 +96,10 @@ export default function LandingPage() { id: 4, title: "Sistemas de Riego", description: "Instalación de sistemas de riego automatizados y eficientes para un jardín bien hidratado.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-young-female-gardener-holding-pink-flower-pot-greenhouse_23-2147918531.jpg?_wi=1" }, + { + id: 5, + title: "Mantenimiento de Piscinas", description: "Limpieza profesional y mantenimiento de piscinas para garantizar agua cristalina y segura todo el año.", imageSrc: "http://img.b2bpic.net/free-photo/view-tank-container-water-storage_23-2151748271.jpg?_wi=1" + }, ]} /> @@ -256,6 +260,7 @@ export default function LandingPage() { { label: "Diseño Paisajístico", href: "#services" }, { label: "Mantenimiento", href: "#services" }, { label: "Sistemas de Riego", href: "#services" }, + { label: "Mantenimiento de Piscinas", href: "#services" }, ], }, {