diff --git a/src/app/page.tsx b/src/app/page.tsx index 4ebeeb8..3c969f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -6,7 +6,6 @@ import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; -import Link from 'next/link'; export default function Home() { const navItems = [{ name: 'Home', id: '/' }, { name: 'About', id: '/about' }, { name: 'Services', id: '/services' }, { name: 'Contact', id: '/contact' }];