From 7ddfbcc3ceb6dd0002151b2ad5e3ceab94b10539 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 19 Jun 2026 00:55:42 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20Add=20browser=20extension=20download=20?= =?UTF-8?q?card=20on=20home=20page=20=E2=80=94=20links=20to=20GitHub,=20sh?= =?UTF-8?q?ows=20v2.4.0=20feature=20badges=20(Prayer=20Grid,=20Countdown,?= =?UTF-8?q?=20Day=20Progress,=20Souq,=20XP)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app/page.tsx | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c33fa0..102987c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -350,6 +350,36 @@ export default function HomePage() { )} + + {/* Browser Extension Card */} +
+ +
+
+
+ +
+
+

Falah Browser Extension

+

v2.4.0 — Chrome Extension

+
+
+ +
+
+ 🕌 Prayer Grid + ⏱ Live Countdown + 🌱 Day Progress + 🛍️ Souq Mini-Feed + ⭐ XP & Level +
+
+
); }