Compare commits
7 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b39167122f | |||
| 68f7620632 | |||
| b93367319f | |||
| 6465812902 | |||
| db65f294b4 | |||
| f0c4d465e6 | |||
| 17423e9587 |
@@ -9,7 +9,7 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller
|
||||
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
|
||||
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
|
||||
import ProductCartItem from '@/components/ecommerce/cart/ProductCartItem';
|
||||
import { Database, FileText, LayoutDashboard } from "lucide-react";
|
||||
import { Database, FileText, LayoutDashboard, ShieldCheck } from "lucide-react";
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -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" },
|
||||
@@ -69,6 +69,8 @@ export default function LandingPage() {
|
||||
|
||||
<div id="features-list" data-section="features-list">
|
||||
<FeatureCardTwentyFive
|
||||
tag="Strategic Solutions"
|
||||
tagIcon={ShieldCheck}
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
@@ -96,7 +98,7 @@ export default function LandingPage() {
|
||||
},
|
||||
]}
|
||||
title="Core Services Snapshot"
|
||||
description="Driving data-driven decision-making through specialized AI tools."
|
||||
description="Driving data-driven decision-making through specialized AI tools designed to solve policy and research bottlenecks."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -129,4 +131,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user