diff --git a/src/app/page.tsx b/src/app/page.tsx index 60b9fbe..b24083e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import ContactText from "@/components/sections/contact/ContactText"; import FooterLogoReveal from "@/components/sections/footer/FooterLogoReveal"; import Link from "next/link"; -import { Plane, Sparkles, Users, Globe, Award } from "lucide-react"; +import { Plane, Sparkles, Users, Globe, Award, CheckCircle } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -52,8 +52,8 @@ export default function HomePage() { @@ -156,4 +166,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}