7 Commits

Author SHA1 Message Date
a603a26c42 Update src/app/programs/page.tsx 2026-03-10 14:25:31 +00:00
72aee27142 Update src/app/page.tsx 2026-03-10 14:25:28 +00:00
62125e4224 Update src/app/leadership/page.tsx 2026-03-10 14:25:25 +00:00
9e3ad50a7c Update src/app/contact/page.tsx 2026-03-10 14:25:21 +00:00
2fdac6c796 Update src/app/about/page.tsx 2026-03-10 14:25:17 +00:00
37fa6438e8 Merge version_2 into main
Merge version_2 into main
2026-03-10 14:10:40 +00:00
59e139a243 Merge version_2 into main
Merge version_2 into main
2026-03-10 13:59:04 +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>