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() {