diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index d805821..b037485 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -5,6 +5,7 @@ import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarS import ContactText from '@/components/sections/contact/ContactText'; import FooterCard from '@/components/sections/footer/FooterCard'; import { Linkedin, Twitter, Mail } from 'lucide-react'; +import Link from 'next/link'; export default function ContactPage() { return (