diff --git a/apps/web/src/app.css b/apps/web/src/app.css
index c65380f..5e38175 100644
--- a/apps/web/src/app.css
+++ b/apps/web/src/app.css
@@ -192,46 +192,8 @@ html {
}
}
-.premium-card {
- background: #ffffff;
- border-radius: 16px;
- padding: 20px;
- box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
- transition: all 0.3s ease;
-}
-
-.premium-card:hover {
- transform: translateY(-5px);
- box-shadow: 0 12px 25px rgba(0, 0, 0, 0.12);
-}
-
-.card-wrapper {
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 40px;
-}
-
-.page-container {
- background: #f9fafb;
- min-height: 100vh;
-}
-
-.brand-text {
- font-weight: 600;
- font-size: 16px;
- color: #374151;
-}
-
-
-button {
- border-radius: 8px;
- padding: 10px 16px;
- background: #4f46e5;
- color: white;
- transition: 0.3s;
-}
-
-button:hover {
- background: #4338ca;
-}
+/* Light mode btn-secondary fix */
+:root:not(.dark) .btn-secondary {
+ border-color: var(--border);
+ background: rgba(0, 0, 0, 0.04);
+}
\ No newline at end of file
diff --git a/apps/web/src/routes/+page.svelte b/apps/web/src/routes/+page.svelte
index 3d9dd69..b5e5a87 100644
--- a/apps/web/src/routes/+page.svelte
+++ b/apps/web/src/routes/+page.svelte
@@ -1,99 +1,3 @@
-
-
-
- DevCard — One Tap. Every Profile. Every Platform.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
⚡ DevCard
-
- {theme === 'light' ? '🌙' : '☀️'}
-
-
-
-
-
- GSSoC'26 Edition
- One Tap. Every Profile. Every Platform.
-
- The open-source standard for developer networking. Put all your profiles—GitHub, LinkedIn, LeetCode, and more—into a single, high-impact digital card.
-
-
-
-
-
-
-
🔗
-
Unified Identity
-
Combine your fragmented online presence into a cohesive professional identity.
-
-
-
⚡
-
Instant Follow
-
Integrated APIs allow followers to connect with you instantly across platforms.
-
-
-
🔒
-
Private by Design
-
No tracking, no data selling. Your information stays where it belongs: with you.
-
-
-
-
-
-
+
\ No newline at end of file