diff --git a/src/app/page.tsx b/src/app/page.tsx index 8f4dd7f..405ebab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; -import { Leaf, Move, Scissors, Shield, Square, Sun } from "lucide-react"; +import { Leaf, Move, Scissors, Shield, Square, Sun, ShieldAlert } from "lucide-react"; export default function LandingPage() { return ( @@ -32,18 +32,14 @@ export default function LandingPage() {