diff --git a/src/app/page.tsx b/src/app/page.tsx
index 42f8546..d648e22 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -12,7 +12,7 @@ import ProductCardThree from '@/components/sections/product/ProductCardThree';
import TeamCardFive from '@/components/sections/team/TeamCardFive';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TextAbout from '@/components/sections/about/TextAbout';
-import { CheckCircle, Eye, Heart, Lightbulb, Search, Shield, UserCheck } from "lucide-react";
+import { CheckCircle, Eye, Heart, Lightbulb, Search, Shield, UserCheck, HeartHandshake, Stethoscope, Grid3X3, SlidersHorizontal } from "lucide-react";
export default function LandingPage() {
return (
@@ -33,35 +33,21 @@ export default function LandingPage() {