diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3a2a3fc..59016d0 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -7,7 +7,6 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne';
import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve';
import FaqBase from '@/components/sections/faq/FaqBase';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
-import { Sparkles } from 'lucide-react';
const navItems = [{ name: "Home", id: "/" }];
@@ -32,7 +31,7 @@ export default function HomePage() {