diff --git a/src/app/page.tsx b/src/app/page.tsx index 0d15f61..4372110 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { ShieldCheck } from "lucide-react"; +import { ShieldCheck, Droplets, Scissors, Flower2, Leaf } from "lucide-react"; export default function LandingPage() { return ( @@ -32,65 +32,28 @@ export default function LandingPage() {
@@ -98,7 +61,6 @@ export default function LandingPage() {
@@ -375,4 +169,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file