diff --git a/src/app/page.tsx b/src/app/page.tsx
index 86b134b..27558f4 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -9,7 +9,6 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
import FooterSimple from '@/components/sections/footer/FooterSimple';
-import Link from "next/link";
export default function Page() {
const navItems = [{ name: "Home", id: "/" }];
@@ -33,22 +32,22 @@ export default function Page() {