diff --git a/src/app/page.tsx b/src/app/page.tsx
index 01e8e9f..9f80ad3 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -11,6 +11,7 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen';
import TextAbout from '@/components/sections/about/TextAbout';
+import { Sparkles, Footprints, Heart } from 'lucide-react';
export default function LandingPage() {
return (
@@ -31,35 +32,24 @@ export default function LandingPage() {