Merge version_3 into main #4

Merged
bender merged 5 commits from version_3 into main 2026-03-10 14:25:43 +00:00
5 changed files with 10 additions and 0 deletions

View File

@@ -35,6 +35,8 @@ export default function AboutPage() {
<NavbarStyleFullscreen
navItems={navItems}
brandName="NEIP"
bottomLeftText="Innovation Hub Ghana"
bottomRightText="info@neip.gov.gh"
/>
</div>

View File

@@ -48,6 +48,8 @@ export default function ContactPage() {
<NavbarStyleFullscreen
navItems={navItems}
brandName="NEIP"
bottomLeftText="Innovation Hub Ghana"
bottomRightText="info@neip.gov.gh"
/>
</div>

View File

@@ -34,6 +34,8 @@ export default function LeadershipPage() {
<NavbarStyleFullscreen
navItems={navItems}
brandName="NEIP"
bottomLeftText="Innovation Hub Ghana"
bottomRightText="info@neip.gov.gh"
/>
</div>

View File

@@ -38,6 +38,8 @@ export default function HomePage() {
<NavbarStyleFullscreen
navItems={navItems}
brandName="NEIP"
bottomLeftText="Innovation Hub Ghana"
bottomRightText="info@neip.gov.gh"
/>
</div>

View File

@@ -35,6 +35,8 @@ export default function ProgramsPage() {
<NavbarStyleFullscreen
navItems={navItems}
brandName="NEIP"
bottomLeftText="Innovation Hub Ghana"
bottomRightText="info@neip.gov.gh"
/>
</div>