Skip to content

Commit c5e0e28

Browse files
authored
Update page.tsx
1 parent 19e0aeb commit c5e0e28

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

app/page.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ export default function HomePage() {
2121
<span className="text-red-600 dark:text-red-400">M</span>{" "} is an Open Source Freeware for learning Islam by fun and Games</p>
2222
</Badge>
2323

24-
<Badge variant="secondary" className="mb-4 text-sm font-medium">
24+
<Badge variant="secondary" className="mb-4 text-sm font-medium">
2525
<p><span className="text-green-600 dark:text-green-400">IQRA</span>{" "} is an Open Source Freeware for learning Islam by Quiz challenges</p>
2626
</Badge>
2727
<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() {
426426
</div>
427427
</section>
428428

429+
{/* No Charity Section */}
429430
<section className="mb-12">
430431
<div class="mt-6 p-4 bg-emerald-50 dark:bg-emerald-900/20 rounded-lg border border-emerald-100 dark:border-emerald-800">
431432
<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() {
442443
</section>
443444
</main>
444445

446+
{/* Footer Section */}
445447
<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">
446448
<div className="flex items-center justify-center mb-2 sm:mb-3">
447449
<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() {
468470
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"
469471
/>
470472
</svg>
471-
<span>
473+
472474
<a
473475
href="https://creativecommons.org/licenses/by/4.0/"
474476
target="_blank"
@@ -477,7 +479,6 @@ export default function HomePage() {
477479
>
478480
License 4.0
479481
</a>
480-
481482
<Link href="/about" className="text-emerald-600 hover:text-emerald-700">
482483
About
483484
</Link>
@@ -487,9 +488,8 @@ export default function HomePage() {
487488
<Link href="https://github.com/iciso/KALAM" className="text-emerald-600 hover:text-emerald-700">
488489
GitHub
489490
</Link>
490-
491491
• Iqra 💡 Team AI
492-
</span>
492+
493493
</div>
494494
</footer>
495495
</div>

0 commit comments

Comments
 (0)