From 908d91586cf2900f5b79d09068eca362fdc26a1f Mon Sep 17 00:00:00 2001 From: Chandrika Pala Date: Thu, 21 May 2026 21:49:00 +0530 Subject: [PATCH 1/2] Improved landing page with text visibility --- src/app/page.tsx | 33 +++++++++++++++++++-------------- 1 file changed, 19 insertions(+), 14 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b4147ffb..0520a3e9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,35 +35,40 @@ export default async function HomePage() { ]; return ( -
-
-

+
+ {/* Hero Section */} +
+

DevTrack

-

+ +

Open-source developer productivity dashboard. Track coding habits, visualize GitHub contributions, and hit your goals.

-
+ +
Sign in with GitHub + View on GitHub
-
-

+ {/* Features Section */} +
+

Everything you need to track your coding growth

@@ -71,15 +76,15 @@ export default async function HomePage() { {features.map((feature) => (
-
{feature.icon}
+
{feature.icon}
-

+

{feature.title}

-

+

{feature.description}

@@ -88,4 +93,4 @@ export default async function HomePage() {

); -} +} \ No newline at end of file From 0fe72ed9e7b549fe4eaf6ddf931e83ac557afc9f Mon Sep 17 00:00:00 2001 From: Chandrika Pala Date: Fri, 22 May 2026 20:49:29 +0530 Subject: [PATCH 2/2] Improved styling --- src/app/page.tsx | 22 ++++++++++++---------- 1 file changed, 12 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0520a3e9..96f1d9fc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -35,14 +35,14 @@ export default async function HomePage() { ]; return ( -
+
{/* Hero Section */}
-

+

DevTrack

-

+

Open-source developer productivity dashboard. Track coding habits, visualize GitHub contributions, and hit your goals.

@@ -50,7 +50,7 @@ export default async function HomePage() {
Sign in with GitHub @@ -59,7 +59,7 @@ export default async function HomePage() { href="https://github.com/Priyanshu-byte-coder/devtrack" target="_blank" rel="noopener noreferrer" - className="border border-slate-400 text-slate-900 dark:text-white px-7 py-3 rounded-xl font-semibold hover:border-slate-950 dark:hover:border-white hover:bg-slate-100 dark:hover:bg-slate-900 transition-all" + className="border border-[var(--border)] text-[var(--foreground)] px-7 py-3 rounded-xl font-semibold hover:border-[var(--foreground)] hover:bg-[var(--card-muted)] transition-all" > View on GitHub @@ -68,7 +68,7 @@ export default async function HomePage() { {/* Features Section */}
-

+

Everything you need to track your coding growth

@@ -76,15 +76,17 @@ export default async function HomePage() { {features.map((feature) => (
-
{feature.icon}
+
+ {feature.icon} +
-

+

{feature.title}

-

+

{feature.description}