From ca200b95a3a8a542be65ebd5f9dd8d1a6ff8ea9a Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 13:58:17 +0000 Subject: [PATCH] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 17 +++++------------ 1 file changed, 5 insertions(+), 12 deletions(-) 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() {