diff --git a/src/app/page.tsx b/src/app/page.tsx index 890fcc8..0f83eaa 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import TestimonialCardSixteen from "@/components/sections/testimonial/Testimonia import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import ContactSplitForm from "@/components/sections/contact/ContactSplitForm"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { CheckCircle, Zap, Award, FileCheck, Shield, Headphones, Star, Image as ImageIcon, Quote } from "lucide-react"; +import { CheckCircle, Zap, Award, FileCheck, Shield, Headphones, Star, Image as ImageIcon, Quote, Briefcase, Calendar, Trophy } from "lucide-react"; export default function HomePage() { const navItems = [ @@ -310,4 +310,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}