Update src/app/contact/page.tsx
This commit is contained in:
@@ -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() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={navItems}
|
||||
brandName="NEIP"
|
||||
logoImageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AkwAZJGojcs7Dlck0oVu9SlYGN/uploaded-1773150993250-0conwyae.png"
|
||||
bottomLeftText="Innovation Hub Ghana"
|
||||
bottomRightText="info@neip.gov.gh"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user