5 Commits

Author SHA1 Message Date
b93367319f Update src/app/page.tsx 2026-04-15 16:10:25 +00:00
6465812902 Merge version_1 into main
Merge version_1 into main
2026-04-15 16:07:15 +00:00
db65f294b4 Merge version_1 into main
Merge version_1 into main
2026-04-15 16:06:34 +00:00
f0c4d465e6 Merge version_1 into main
Merge version_1 into main
2026-04-15 16:05:58 +00:00
17423e9587 Merge version_1 into main
Merge version_1 into main
2026-04-15 16:05:19 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<HeroBillboardGallery
background={{ variant: "sparkles-gradient" }}
title="AI-Powered Knowledge Intelligence for Africa"
description="Transforming data, research, and policy into actionable insights for governments, organisations, and communities."
description="Gain a decisive strategic advantage by converting complex data and research into precision-engineered policy and operational insights."
buttons={[
{ text: "Book a Consultation", href: "/contact" },
{ text: "Join the Academy", href: "/academy" },
@@ -129,4 +129,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}