From dccc1ad6c5a5046362e8ec42a5eb31a89e7819c7 Mon Sep 17 00:00:00 2001 From: iamkiddy Date: Thu, 13 Nov 2025 13:39:30 +0000 Subject: [PATCH] Fix missing icon imports in Services.tsx --- components/Services.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/Services.tsx b/components/Services.tsx index 568e90d..22d1d23 100644 --- a/components/Services.tsx +++ b/components/Services.tsx @@ -3,7 +3,7 @@ import { motion } from "framer-motion"; import { useInView } from "framer-motion"; import { useRef } from "react"; -import { Baby, Brain, HeartHandshake, Sparkles, Users2, Shield } from "lucide-react"; +import { Baby, Brain, HeartHandshake, Sparkles, Users2, Shield, Users, Heart, Feather } from "lucide-react"; import { useAppTheme } from "@/components/ThemeProvider"; export function Services() {