diff --git a/src/app/page.tsx b/src/app/page.tsx index 66606f5..c149232 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import MetricCardFourteen from "@/components/sections/metrics/MetricCardFourteen import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import FaqSplitText from "@/components/sections/faq/FaqSplitText"; import FooterCard from "@/components/sections/footer/FooterCard"; -import { Brain, Leaf, CheckCircle, Zap, Star, Linkedin, Twitter, Mail } from "lucide-react"; +import { Brain, Leaf, CheckCircle, Zap, Star, Linkedin, Twitter, Mail, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -43,7 +43,7 @@ export default function LandingPage() {