diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index a14bbb8..5f7ea94 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,6 +5,7 @@ import ContactText from '@/components/sections/contact/ContactText'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import FooterBase from '@/components/sections/footer/FooterBase'; +import Link from "next/link"; export default function ContactPage() { const navItems = [ @@ -57,7 +58,7 @@ export default function ContactPage() { headingFontWeight={"light"} >
@@ -74,7 +75,7 @@ export default function ContactPage() {