From 9f80e4cf8ac38803415c04d654230574cae34231 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 12:20:07 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a766bd1..1ead84e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCa import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Leaf, Sprout, Facebook, Instagram, Linkedin } from "lucide-react"; +import { Leaf, Sprout, Facebook, Instagram, Linkedin, Droplets, Wrench } from "lucide-react"; export default function LandingPage() { return ( -- 2.49.1