Skip to content

Commit c8a94c8

Browse files
committed
kxk
1 parent c48fcee commit c8a94c8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

components/home/Hero.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ export default function HeroSection() {
1010
<h1 className="text-4xl tracking-tight font-extrabold text-black sm:text-5xl md:text-6xl">
1111
<span className="block">OPEN UG</span>
1212
<span className="block text-red-600 mt-2">
13-
Open Source for Africa
13+
Open Source for Uganda
1414
</span>
1515
</h1>
1616
<p className="mt-3 text-base text-gray-700 sm:mt-5 sm:text-lg sm:max-w-xl sm:mx-auto md:mt-5 md:text-xl lg:mx-0">
1717
Building Foundational Open Source Software to support the Tech
18-
Ecosystem in Africa.
18+
Ecosystem in Uganda.
1919
</p>
2020
<div className="mt-5 sm:mt-8 sm:flex sm:justify-center lg:justify-start">
2121
<div className="rounded-md shadow">
@@ -53,15 +53,15 @@ export default function HeroSection() {
5353
</div>
5454
<div className="grid grid-cols-3 gap-4 text-white">
5555
<div className="p-4 bg-gray-700 rounded-lg">
56-
<h3 className="font-bold text-xl mb-2">10+</h3>
56+
<h3 className="font-bold text-xl mb-2">3+</h3>
5757
<p className="text-sm">Open Source Projects</p>
5858
</div>
5959
<div className="p-4 bg-gray-700 rounded-lg">
60-
<h3 className="font-bold text-xl mb-2">200+</h3>
60+
<h3 className="font-bold text-xl mb-2">2+</h3>
6161
<p className="text-sm">Contributors</p>
6262
</div>
6363
<div className="p-4 bg-gray-700 rounded-lg">
64-
<h3 className="font-bold text-xl mb-2">5+</h3>
64+
<h3 className="font-bold text-xl mb-2">1</h3>
6565
<p className="text-sm">African Countries</p>
6666
</div>
6767
</div>

0 commit comments

Comments
 (0)