diff --git a/src/app/page.tsx b/src/app/page.tsx
index 246de40..265487c 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -7,7 +7,6 @@ import FeatureCardTwentyNine from '@/components/sections/feature/featureCardTwen
import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterCard from '@/components/sections/footer/FooterCard';
-import { Star } from 'lucide-react';
const navItems = [
{ name: "Home", id: "/" },
@@ -37,16 +36,16 @@ export default function Home() {