diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 9f29441..90057c6 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -19,24 +19,16 @@ export default function ContactPage() { const socialLinks = [ { icon: Twitter, - href: "https://twitter.com/neip_ghana", - ariaLabel: "NEIP Twitter", - }, + href: "https://twitter.com/neip_ghana", ariaLabel: "NEIP Twitter"}, { icon: Linkedin, - href: "https://linkedin.com/company/neip-ghana", - ariaLabel: "NEIP LinkedIn", - }, + href: "https://linkedin.com/company/neip-ghana", ariaLabel: "NEIP LinkedIn"}, { icon: Facebook, - href: "https://facebook.com/neipghana", - ariaLabel: "NEIP Facebook", - }, + href: "https://facebook.com/neipghana", ariaLabel: "NEIP Facebook"}, { icon: Instagram, - href: "https://instagram.com/neip_ghana", - ariaLabel: "NEIP Instagram", - }, + href: "https://instagram.com/neip_ghana", ariaLabel: "NEIP Instagram"}, ]; return ( @@ -56,6 +48,7 @@ export default function ContactPage() {