diff --git a/src/app/page.tsx b/src/app/page.tsx index 1f9ecd3..52de7b5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; -import { CreditCard, Shield } from "lucide-react"; +import { CreditCard, Shield, MessageCircle, AlertTriangle } from "lucide-react"; export default function LandingPage() { return ( @@ -45,6 +45,8 @@ export default function LandingPage() {