diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f03c9a..e144a16 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,6 +10,7 @@ import TeamCardFive from "@/components/sections/team/TeamCardFive"; import TestimonialCardTwo from "@/components/sections/testimonial/TestimonialCardTwo"; import FooterBase from "@/components/sections/footer/FooterBase"; import Link from "next/link"; +import { Users } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -74,7 +75,8 @@ export default function HomePage() {