diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index c0d5492..1a7ba0c 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -6,7 +6,6 @@ import FeatureCardThree from "@/components/sections/feature/featureCardThree/Fea import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; import ContactText from "@/components/sections/contact/ContactText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import Link from "next/link"; const navItems = [ { name: "Home", id: "/" }, diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index e8ca227..2081b69 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,7 +5,6 @@ import NavbarStyleApple from "@/components/navbar/NavbarStyleApple/NavbarStyleAp import ContactText from "@/components/sections/contact/ContactText"; import FaqDouble from "@/components/sections/faq/FaqDouble"; import FooterMedia from "@/components/sections/footer/FooterMedia"; -import Link from "next/link"; const navItems = [ { name: "Home", id: "/" }, diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index 8a26afe..af83658 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -7,7 +7,6 @@ import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactText from "@/components/sections/contact/ContactText"; import FooterMedia from "@/components/sections/footer/FooterMedia"; import { Sparkles, Zap, Award } from "lucide-react"; -import Link from "next/link"; const navItems = [ { name: "Home", id: "/" },