From 86da9042131e2348bb12eee75314434f82112ad4 Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Fri, 30 May 2025 01:44:54 +0530 Subject: [PATCH] remove terminal glow effect --- .../(home)/_components/sponsors-section.tsx | 10 ++-- .../app/(home)/_components/testimonials.tsx | 10 ++-- apps/web/src/app/(home)/analytics/page.tsx | 54 +++++++++---------- apps/web/src/app/(home)/page.tsx | 30 +++++------ .../showcase/_components/ShowcaseItem.tsx | 2 +- apps/web/src/app/(home)/showcase/page.tsx | 14 ++--- apps/web/src/app/global.css | 4 -- 7 files changed, 59 insertions(+), 65 deletions(-) diff --git a/apps/web/src/app/(home)/_components/sponsors-section.tsx b/apps/web/src/app/(home)/_components/sponsors-section.tsx index 1ebb07b..2edd45f 100644 --- a/apps/web/src/app/(home)/_components/sponsors-section.tsx +++ b/apps/web/src/app/(home)/_components/sponsors-section.tsx @@ -27,8 +27,8 @@ export default function SponsorsSection() { return (
- - + + SPONSORS_DATABASE.JSON
@@ -39,13 +39,13 @@ export default function SponsorsSection() {
- $ + $ # Amazing organizations and individuals supporting this project
- $ + $ # Your support helps maintain and improve Better-T-Stack @@ -81,7 +81,7 @@ export default function SponsorsSection() {
- $ + $ # Be the first to support this project! diff --git a/apps/web/src/app/(home)/_components/testimonials.tsx b/apps/web/src/app/(home)/_components/testimonials.tsx index 9c6b9b5..71a7196 100644 --- a/apps/web/src/app/(home)/_components/testimonials.tsx +++ b/apps/web/src/app/(home)/_components/testimonials.tsx @@ -115,8 +115,8 @@ export default function Testimonials() { return (
- - + + DEVELOPER_TESTIMONIALS.LOG
@@ -127,13 +127,13 @@ export default function Testimonials() {
- $ + $ # Community feedback from X (Twitter)
- $ + $ # Real developers sharing their experience @@ -201,7 +201,7 @@ export default function Testimonials() { className={cn( "terminal-block-hover flex h-6 w-6 items-center justify-center rounded border border-border font-mono text-xs transition-colors", currentPage === page - ? "terminal-glow bg-primary/20 text-primary" + ? "bg-primary/20 text-primary" : "bg-background text-muted-foreground hover:text-foreground", )} > diff --git a/apps/web/src/app/(home)/analytics/page.tsx b/apps/web/src/app/(home)/analytics/page.tsx index a12046a..8391b42 100644 --- a/apps/web/src/app/(home)/analytics/page.tsx +++ b/apps/web/src/app/(home)/analytics/page.tsx @@ -772,8 +772,8 @@ export default function AnalyticsPage() {
- - + + ANALYTICS_DASHBOARD.EXE
@@ -784,20 +784,20 @@ export default function AnalyticsPage() {
- $ + $ # Analytics from Better-T-Stack CLI usage data
- $ + $ # Uses PostHog - no personal info tracked, runs on each project creation
- $ + $ # Source:{" "}
- $ + $ # Last updated:{" "} {loadingLastUpdated ? "CHECKING..." : lastUpdated || "UNKNOWN"} @@ -847,7 +847,7 @@ export default function AnalyticsPage() {
- + JOIN @@ -858,7 +858,7 @@ export default function AnalyticsPage() {
- + SYSTEM_METRICS.LOG
@@ -871,11 +871,11 @@ export default function AnalyticsPage() { TOTAL_PROJECTS - +
-
+
{totalProjects.toLocaleString()}

@@ -890,11 +890,11 @@ export default function AnalyticsPage() { TOP_FRONTEND - +

-
+
{mostPopularFrontend}

@@ -909,11 +909,11 @@ export default function AnalyticsPage() { TOP_BACKEND - +

-
+
{mostPopularBackend}

@@ -928,11 +928,11 @@ export default function AnalyticsPage() { TOP_DATABASE - +

-
+
{getDatabaseData().length > 0 ? getDatabaseData()[0].name : "None"} @@ -949,11 +949,11 @@ export default function AnalyticsPage() { TOP_API - +
-
+
{getAPIData().length > 0 ? getAPIData()[0].name : "None"}

@@ -968,11 +968,11 @@ export default function AnalyticsPage() { AUTH_ADOPTION - +

-
+
{authEnabledPercent}%

@@ -987,11 +987,11 @@ export default function AnalyticsPage() { TOP_PKG_MGR - +

-
+
{getPackageManagerData().length > 0 ? getPackageManagerData()[0].name : "npm"} @@ -1008,11 +1008,11 @@ export default function AnalyticsPage() { AVG_DAILY - +
-
+
{avgProjectsPerDay.toFixed(1)}

@@ -1025,7 +1025,7 @@ export default function AnalyticsPage() {

- + TIMELINE_ANALYSIS.CHARTS
@@ -1124,7 +1124,7 @@ export default function AnalyticsPage() {
- + STACK_CONFIGURATION.DB
@@ -1425,7 +1425,7 @@ export default function AnalyticsPage() {
- + DEV_ENVIRONMENT.CONFIG
diff --git a/apps/web/src/app/(home)/page.tsx b/apps/web/src/app/(home)/page.tsx index 5c25ac3..273172b 100644 --- a/apps/web/src/app/(home)/page.tsx +++ b/apps/web/src/app/(home)/page.tsx @@ -136,7 +136,7 @@ export default function HomePage() {
-
+						
 							{`
 ██████╗  ██████╗ ██╗     ██╗
 ██╔══██╗██╔═══██╗██║     ██║
@@ -146,7 +146,7 @@ export default function HomePage() {
 ╚═╝  ╚═╝ ╚═════╝ ╚══════╝╚══════╝`}
 						
-
+						
 							{`
 ██╗   ██╗ ██████╗ ██╗   ██╗██████╗
 ╚██╗ ██╔╝██╔═══██╗██║   ██║██╔══██╗
@@ -156,7 +156,7 @@ export default function HomePage() {
    ╚═╝    ╚═════╝  ╚═════╝ ╚═╝  ╚═╝`}
 						
-
+						
 							{`
  ██████╗ ██╗    ██╗███╗   ██╗
 ██╔═══██╗██║    ██║████╗  ██║
@@ -166,7 +166,7 @@ export default function HomePage() {
  ╚═════╝  ╚══╝╚══╝ ╚═╝  ╚═══╝`}
 						
-
+						
 							{`
 ███████╗████████╗ █████╗  ██████╗██╗  ██╗
 ██╔════╝╚══██╔══╝██╔══██╗██╔════╝██║ ██╔╝
@@ -192,10 +192,8 @@ export default function HomePage() {
 				
- - - QUICK_START - + + QUICK_START
{(["bun", "pnpm", "npm"] as const).map((pm) => ( @@ -206,7 +204,7 @@ export default function HomePage() { className={cn( "flex items-center gap-1.5 rounded px-2 py-1 font-mono text-xs transition-colors duration-150", selectedPM === pm - ? "terminal-glow bg-primary/20 text-primary" + ? "bg-primary/20 text-primary" : "text-muted-foreground hover:text-foreground", )} > @@ -220,7 +218,7 @@ export default function HomePage() {
- $ + $ {commands[selectedPM]} @@ -245,7 +243,7 @@ export default function HomePage() {
- + STACK_BUILDER.EXE @@ -264,7 +262,7 @@ export default function HomePage() {
- + GITHUB_REPO.GIT @@ -303,7 +301,7 @@ export default function HomePage() {
- + TECH_STACK_MATRIX.DB
@@ -320,7 +318,7 @@ export default function HomePage() {
- + /tech-stack/packages/ @@ -392,7 +390,7 @@ export default function HomePage() {
-
+
SYSTEM_INFO.LOG
@@ -404,7 +402,7 @@ export default function HomePage() {
STATUS:{" "} - READY + READY
diff --git a/apps/web/src/app/(home)/showcase/_components/ShowcaseItem.tsx b/apps/web/src/app/(home)/showcase/_components/ShowcaseItem.tsx index 1b4a0ca..8e5dee9 100644 --- a/apps/web/src/app/(home)/showcase/_components/ShowcaseItem.tsx +++ b/apps/web/src/app/(home)/showcase/_components/ShowcaseItem.tsx @@ -125,7 +125,7 @@ export default function ShowcaseItem({
- $ + $ echo "Status: READY" diff --git a/apps/web/src/app/(home)/showcase/page.tsx b/apps/web/src/app/(home)/showcase/page.tsx index a8580ab..4d3541f 100644 --- a/apps/web/src/app/(home)/showcase/page.tsx +++ b/apps/web/src/app/(home)/showcase/page.tsx @@ -67,8 +67,8 @@ export default function ShowcasePage() { >
- - + + PROJECT_SHOWCASE.EXE
@@ -79,19 +79,19 @@ export default function ShowcasePage() {
- $ + $ user@dev-machine:~/showcase$ ls -la
- $ + $ # Discover amazing projects built with Better-T-Stack
- $ + $ # Real-world implementations showcasing stack capabilities @@ -121,13 +121,13 @@ export default function ShowcasePage() {
- $ + $ # Want to showcase your project? Submit via GitHub issues
- $ + $ echo "Built something amazing? We'd love to feature it!" diff --git a/apps/web/src/app/global.css b/apps/web/src/app/global.css index ac24fb1..8a064c1 100644 --- a/apps/web/src/app/global.css +++ b/apps/web/src/app/global.css @@ -298,10 +298,6 @@ } } -.terminal-glow { - text-shadow: 0 0 5px currentColor; -} - .terminal-scanlines { position: relative; }