diff --git a/src/app/page.tsx b/src/app/page.tsx index a365009..c9f5b9c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCa import FaqSplitText from '@/components/sections/faq/FaqSplitText'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import Link from "next/link"; export default function HomePage() { const navItems = [ @@ -18,7 +17,18 @@ export default function HomePage() { ]; return ( - +