diff --git a/src/app/page.tsx b/src/app/page.tsx index 5bdf8c1..e697f4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; -import { Leaf } from "lucide-react"; +import { Leaf, CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -32,18 +32,9 @@ export default function LandingPage() {