diff --git a/src/app/page.tsx b/src/app/page.tsx index 4dccc4c..d3de544 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TeamCardSix from "@/components/sections/team/TeamCardSix"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import { Sparkles, Award, Scissors, Star, Users, CheckCircle, Clock } from "lucide-react"; +import { Sparkles, Award, Scissors, Star, Users, CheckCircle, Clock, Home } from "lucide-react"; export default function LandingPage() { return (