Fix missing icon imports in Services.tsx

This commit is contained in:
iamkiddy 2025-11-13 13:39:30 +00:00
parent 93d3a739df
commit dccc1ad6c5

View File

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