diff --git a/src/app/page.tsx b/src/app/page.tsx index e158dea..51b0bf1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterCard from '@/components/sections/footer/FooterCard'; -import { Award, Shield, Sparkles, Twitter, Linkedin, Github, Zap } from "lucide-react"; +import { Award, Shield, Sparkles, Twitter, Linkedin, Github, Zap, Mail, Phone, MapPin } from "lucide-react"; export default function LandingPage() { return (