diff --git a/src/app/page.tsx b/src/app/page.tsx index a9bf497..6d23c4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,6 @@ import TestimonialCardSix from "@/components/sections/testimonial/TestimonialCar import FaqSplitMedia from "@/components/sections/faq/FaqSplitMedia"; import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import Link from "next/link"; export default function Page() { const navItems = [ @@ -23,7 +22,7 @@ export default function Page() {
- +
@@ -41,7 +40,7 @@ export default function Page() {
);