@@ -21,7 +21,7 @@ export default function HomePage() {
21
21
< span className = "text-red-600 dark:text-red-400" > M</ span > { " " } is an Open Source Freeware for learning Islam by fun and Games</ p >
22
22
</ Badge >
23
23
24
- < Badge variant = "secondary" className = "mb-4 text-sm font-medium" >
24
+ < Badge variant = "secondary" className = "mb-4 text-sm font-medium" >
25
25
< p > < span className = "text-green-600 dark:text-green-400" > IQRA</ span > { " " } is an Open Source Freeware for learning Islam by Quiz challenges</ p >
26
26
</ Badge >
27
27
< h1 className = "text-4xl md:text-6xl font-bold text-gray-900 dark:text-white mb-6" >
@@ -426,6 +426,7 @@ export default function HomePage() {
426
426
</ div >
427
427
</ section >
428
428
429
+ { /* No Charity Section */ }
429
430
< section className = "mb-12" >
430
431
< div class = "mt-6 p-4 bg-emerald-50 dark:bg-emerald-900/20 rounded-lg border border-emerald-100 dark:border-emerald-800" >
431
432
< h2 className = "text-2xl text-emerald-800 dark:text-emerald-300 font-bold mb-4" > No Donations & Charity </ h2 >
@@ -442,6 +443,7 @@ export default function HomePage() {
442
443
</ section >
443
444
</ main >
444
445
446
+ { /* Footer Section */ }
445
447
< footer className = "border-t border-green-200 p-4 sm:p-6 text-center text-sm text-green-800 bg-green-50 dark:bg-green-900/20 dark:border-green-700/30 dark:text-green-300 w-screen mt-8 mx-0" >
446
448
< div className = "flex items-center justify-center mb-2 sm:mb-3" >
447
449
< MessageSquare className = "h-4 w-4 sm:h-5 sm:w-5 mr-1 text-green-600 dark:text-green-400" />
@@ -468,7 +470,7 @@ export default function HomePage() {
468
470
d = "M245.83 214.87l-33.22 17.28c-9.43-19.58-25.24-19.93-27.46-19.93-22.13 0-33.22 14.61-33.22 43.84 0 23.57 9.21 43.84 33.22 43.84 14.47 0 24.65-7.09 30.57-21.26l30.55 15.5c-6.17 11.51-25.69 38.98-65.1 38.98-22.6 0-73.96-10.32-73.96-77.05 0-58.69 43-77.06 72.63-77.06 30.72-.01 52.7 11.95 65.99 35.86zm143.05 0l-32.78 17.28c-9.5-19.77-25.72-19.93-27.9-19.93-22.14 0-33.22 14.61-33.22 43.84 0 23.55 9.23 43.84 33.22 43.84 14.45 0 24.65-7.09 30.54-21.26l31 15.5c-2.1 3.75-21.39 38.98-65.09 38.98-22.69 0-73.96-9.87-73.96-77.05 0-58.67 42.97-77.06 72.63-77.06 30.71-.01 52.58 11.95 65.56 35.86zM247.56 8.05C104.74 8.05 0 123.11 0 256.05c0 138.49 113.6 248 247.56 248 129.93 0 248.44-100.87 248.44-248 0-137.87-106.62-248-248.44-248zm.87 450.81c-112.54 0-203.7-93.04-203.7-202.81 0-105.42 85.43-203.27 203.72-203.27 112.53 0 202.82 89.46 202.82 203.26-.01 121.69-99.68 202.82-202.84 202.82z"
469
471
/>
470
472
</ svg >
471
- < span >
473
+
472
474
< a
473
475
href = "https://creativecommons.org/licenses/by/4.0/"
474
476
target = "_blank"
@@ -477,7 +479,6 @@ export default function HomePage() {
477
479
>
478
480
License 4.0
479
481
</ a >
480
-
481
482
< Link href = "/about" className = "text-emerald-600 hover:text-emerald-700" >
482
483
About
483
484
</ Link >
@@ -487,9 +488,8 @@ export default function HomePage() {
487
488
< Link href = "https://github.com/iciso/KALAM" className = "text-emerald-600 hover:text-emerald-700" >
488
489
GitHub
489
490
</ Link >
490
-
491
491
• Iqra 💡 Team AI
492
- </ span >
492
+
493
493
</ div >
494
494
</ footer >
495
495
</ div >
0 commit comments