Update src/app/contact/page.tsx

This commit is contained in:
2026-01-22 15:14:19 +00:00
parent 9de3f9946f
commit 59d6dc0508

View File

@@ -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 (