From 3711a7fa6e1e20089f8f4ce33ac96038cd5be6ad Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Feb 2026 11:43:55 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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() {