Skip to content

Commit 86da904

Browse files
remove terminal glow effect
1 parent 71c735e commit 86da904

File tree

7 files changed

+59
-65
lines changed

7 files changed

+59
-65
lines changed

apps/web/src/app/(home)/_components/sponsors-section.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ export default function SponsorsSection() {
2727
return (
2828
<div className="mb-12">
2929
<div className="mb-6 flex items-center gap-2">
30-
<Terminal className="terminal-glow h-4 w-4 text-primary" />
31-
<span className="terminal-glow font-bold font-mono text-lg">
30+
<Terminal className="h-4 w-4 text-primary" />
31+
<span className="font-bold font-mono text-lg">
3232
SPONSORS_DATABASE.JSON
3333
</span>
3434
<div className="h-px flex-1 bg-border" />
@@ -39,13 +39,13 @@ export default function SponsorsSection() {
3939

4040
<div className="terminal-block-hover mb-8 rounded border border-border bg-muted/20 p-4">
4141
<div className="flex items-center gap-2 text-sm">
42-
<span className="terminal-glow text-primary">$</span>
42+
<span className="text-primary">$</span>
4343
<span className="font-mono text-foreground">
4444
# Amazing organizations and individuals supporting this project
4545
</span>
4646
</div>
4747
<div className="mt-2 flex items-center gap-2 text-sm">
48-
<span className="terminal-glow text-primary">$</span>
48+
<span className="text-primary">$</span>
4949
<span className="font-mono text-muted-foreground">
5050
# Your support helps maintain and improve Better-T-Stack
5151
</span>
@@ -81,7 +81,7 @@ export default function SponsorsSection() {
8181
</span>
8282
</div>
8383
<div className="flex items-center justify-center gap-2 text-sm">
84-
<span className="terminal-glow text-primary">$</span>
84+
<span className="text-primary">$</span>
8585
<span className="font-mono text-muted-foreground">
8686
# Be the first to support this project!
8787
</span>

apps/web/src/app/(home)/_components/testimonials.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ export default function Testimonials() {
115115
return (
116116
<div className="mb-12">
117117
<div className="mb-6 flex items-center gap-2">
118-
<Terminal className="terminal-glow h-4 w-4 text-primary" />
119-
<span className="terminal-glow font-bold font-mono text-lg">
118+
<Terminal className="h-4 w-4 text-primary" />
119+
<span className="font-bold font-mono text-lg">
120120
DEVELOPER_TESTIMONIALS.LOG
121121
</span>
122122
<div className="h-px flex-1 bg-border" />
@@ -127,13 +127,13 @@ export default function Testimonials() {
127127

128128
<div className="terminal-block-hover mb-8 rounded border border-border bg-muted/20 p-4">
129129
<div className="flex items-center gap-2 text-sm">
130-
<span className="terminal-glow text-primary">$</span>
130+
<span className="text-primary">$</span>
131131
<span className="font-mono text-foreground">
132132
# Community feedback from X (Twitter)
133133
</span>
134134
</div>
135135
<div className="mt-2 flex items-center gap-2 text-sm">
136-
<span className="terminal-glow text-primary">$</span>
136+
<span className="text-primary">$</span>
137137
<span className="font-mono text-muted-foreground">
138138
# Real developers sharing their experience
139139
</span>
@@ -201,7 +201,7 @@ export default function Testimonials() {
201201
className={cn(
202202
"terminal-block-hover flex h-6 w-6 items-center justify-center rounded border border-border font-mono text-xs transition-colors",
203203
currentPage === page
204-
? "terminal-glow bg-primary/20 text-primary"
204+
? "bg-primary/20 text-primary"
205205
: "bg-background text-muted-foreground hover:text-foreground",
206206
)}
207207
>

apps/web/src/app/(home)/analytics/page.tsx

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -772,8 +772,8 @@ export default function AnalyticsPage() {
772772
<div className="terminal-matrix-bg container mx-auto max-w-7xl space-y-8 px-4 py-8 pt-28">
773773
<div className="mb-8">
774774
<div className="mb-6 flex items-center gap-2">
775-
<Terminal className="terminal-glow h-5 w-5 text-primary" />
776-
<span className="terminal-glow font-bold font-mono text-xl">
775+
<Terminal className="h-5 w-5 text-primary" />
776+
<span className="font-bold font-mono text-xl">
777777
ANALYTICS_DASHBOARD.EXE
778778
</span>
779779
<div className="h-px flex-1 bg-border" />
@@ -784,20 +784,20 @@ export default function AnalyticsPage() {
784784

785785
<div className="terminal-block-hover rounded border border-border bg-muted/20 p-4">
786786
<div className="flex items-center gap-2 text-sm">
787-
<span className="terminal-glow text-primary">$</span>
787+
<span className="text-primary">$</span>
788788
<span className="font-mono text-foreground">
789789
# Analytics from Better-T-Stack CLI usage data
790790
</span>
791791
</div>
792792
<div className="mt-2 flex items-center gap-2 text-sm">
793-
<span className="terminal-glow text-primary">$</span>
793+
<span className="text-primary">$</span>
794794
<span className="font-mono text-muted-foreground">
795795
# Uses PostHog - no personal info tracked, runs on each project
796796
creation
797797
</span>
798798
</div>
799799
<div className="mt-2 flex items-center gap-2 text-sm">
800-
<span className="terminal-glow text-primary">$</span>
800+
<span className="text-primary">$</span>
801801
<span className="font-mono text-muted-foreground">
802802
# Source:{" "}
803803
<Link
@@ -820,7 +820,7 @@ export default function AnalyticsPage() {
820820
</span>
821821
</div>
822822
<div className="mt-2 flex items-center gap-2 text-sm">
823-
<span className="terminal-glow text-primary">$</span>
823+
<span className="text-primary">$</span>
824824
<span className="font-mono text-muted-foreground">
825825
# Last updated:{" "}
826826
{loadingLastUpdated ? "CHECKING..." : lastUpdated || "UNKNOWN"}
@@ -847,7 +847,7 @@ export default function AnalyticsPage() {
847847
</div>
848848
</div>
849849
<div className="flex items-center gap-1 rounded border border-border bg-primary/10 px-2 py-1">
850-
<span className="terminal-glow text-primary text-xs"></span>
850+
<span className="text-primary text-xs"></span>
851851
<span className="font-mono font-semibold text-primary text-xs">
852852
JOIN
853853
</span>
@@ -858,7 +858,7 @@ export default function AnalyticsPage() {
858858

859859
<div className="space-y-4">
860860
<div className="mb-4 flex items-center gap-2">
861-
<span className="terminal-glow font-bold font-mono text-lg">
861+
<span className="font-bold font-mono text-lg">
862862
SYSTEM_METRICS.LOG
863863
</span>
864864
<div className="h-px flex-1 bg-border" />
@@ -871,11 +871,11 @@ export default function AnalyticsPage() {
871871
<span className="font-mono font-semibold text-sm">
872872
TOTAL_PROJECTS
873873
</span>
874-
<Terminal className="terminal-glow h-4 w-4 text-primary" />
874+
<Terminal className="h-4 w-4 text-primary" />
875875
</div>
876876
</div>
877877
<div className="p-4">
878-
<div className="terminal-glow font-bold font-mono text-2xl text-primary">
878+
<div className="font-bold font-mono text-2xl text-primary">
879879
{totalProjects.toLocaleString()}
880880
</div>
881881
<p className="mt-1 font-mono text-muted-foreground text-xs">
@@ -890,11 +890,11 @@ export default function AnalyticsPage() {
890890
<span className="font-mono font-semibold text-sm">
891891
TOP_FRONTEND
892892
</span>
893-
<Cpu className="terminal-glow h-4 w-4 text-primary" />
893+
<Cpu className="h-4 w-4 text-primary" />
894894
</div>
895895
</div>
896896
<div className="p-4">
897-
<div className="terminal-glow truncate font-bold font-mono text-accent text-lg">
897+
<div className="truncate font-bold font-mono text-accent text-lg">
898898
{mostPopularFrontend}
899899
</div>
900900
<p className="mt-1 font-mono text-muted-foreground text-xs">
@@ -909,11 +909,11 @@ export default function AnalyticsPage() {
909909
<span className="font-mono font-semibold text-sm">
910910
TOP_BACKEND
911911
</span>
912-
<Terminal className="terminal-glow h-4 w-4 text-primary" />
912+
<Terminal className="h-4 w-4 text-primary" />
913913
</div>
914914
</div>
915915
<div className="p-4">
916-
<div className="terminal-glow truncate font-bold font-mono text-accent text-lg">
916+
<div className="truncate font-bold font-mono text-accent text-lg">
917917
{mostPopularBackend}
918918
</div>
919919
<p className="mt-1 font-mono text-muted-foreground text-xs">
@@ -928,11 +928,11 @@ export default function AnalyticsPage() {
928928
<span className="font-mono font-semibold text-sm">
929929
TOP_DATABASE
930930
</span>
931-
<Download className="terminal-glow h-4 w-4 text-primary" />
931+
<Download className="h-4 w-4 text-primary" />
932932
</div>
933933
</div>
934934
<div className="p-4">
935-
<div className="terminal-glow truncate font-bold font-mono text-accent text-lg">
935+
<div className="truncate font-bold font-mono text-accent text-lg">
936936
{getDatabaseData().length > 0
937937
? getDatabaseData()[0].name
938938
: "None"}
@@ -949,11 +949,11 @@ export default function AnalyticsPage() {
949949
<span className="font-mono font-semibold text-sm">
950950
TOP_API
951951
</span>
952-
<TrendingUp className="terminal-glow h-4 w-4 text-primary" />
952+
<TrendingUp className="h-4 w-4 text-primary" />
953953
</div>
954954
</div>
955955
<div className="p-4">
956-
<div className="terminal-glow truncate font-bold font-mono text-accent text-lg">
956+
<div className="truncate font-bold font-mono text-accent text-lg">
957957
{getAPIData().length > 0 ? getAPIData()[0].name : "None"}
958958
</div>
959959
<p className="mt-1 font-mono text-muted-foreground text-xs">
@@ -968,11 +968,11 @@ export default function AnalyticsPage() {
968968
<span className="font-mono font-semibold text-sm">
969969
AUTH_ADOPTION
970970
</span>
971-
<Users className="terminal-glow h-4 w-4 text-primary" />
971+
<Users className="h-4 w-4 text-primary" />
972972
</div>
973973
</div>
974974
<div className="p-4">
975-
<div className="terminal-glow font-bold font-mono text-2xl text-primary">
975+
<div className="font-bold font-mono text-2xl text-primary">
976976
{authEnabledPercent}%
977977
</div>
978978
<p className="mt-1 font-mono text-muted-foreground text-xs">
@@ -987,11 +987,11 @@ export default function AnalyticsPage() {
987987
<span className="font-mono font-semibold text-sm">
988988
TOP_PKG_MGR
989989
</span>
990-
<Terminal className="terminal-glow h-4 w-4 text-primary" />
990+
<Terminal className="h-4 w-4 text-primary" />
991991
</div>
992992
</div>
993993
<div className="p-4">
994-
<div className="terminal-glow truncate font-bold font-mono text-accent text-lg">
994+
<div className="truncate font-bold font-mono text-accent text-lg">
995995
{getPackageManagerData().length > 0
996996
? getPackageManagerData()[0].name
997997
: "npm"}
@@ -1008,11 +1008,11 @@ export default function AnalyticsPage() {
10081008
<span className="font-mono font-semibold text-sm">
10091009
AVG_DAILY
10101010
</span>
1011-
<TrendingUp className="terminal-glow h-4 w-4 text-primary" />
1011+
<TrendingUp className="h-4 w-4 text-primary" />
10121012
</div>
10131013
</div>
10141014
<div className="p-4">
1015-
<div className="terminal-glow font-bold font-mono text-2xl text-primary">
1015+
<div className="font-bold font-mono text-2xl text-primary">
10161016
{avgProjectsPerDay.toFixed(1)}
10171017
</div>
10181018
<p className="mt-1 font-mono text-muted-foreground text-xs">
@@ -1025,7 +1025,7 @@ export default function AnalyticsPage() {
10251025

10261026
<div className="space-y-6">
10271027
<div className="mb-4 flex items-center gap-2">
1028-
<span className="terminal-glow font-bold font-mono text-lg">
1028+
<span className="font-bold font-mono text-lg">
10291029
TIMELINE_ANALYSIS.CHARTS
10301030
</span>
10311031
<div className="h-px flex-1 bg-border" />
@@ -1124,7 +1124,7 @@ export default function AnalyticsPage() {
11241124

11251125
<div className="space-y-6">
11261126
<div className="mb-4 flex items-center gap-2">
1127-
<span className="terminal-glow font-bold font-mono text-lg">
1127+
<span className="font-bold font-mono text-lg">
11281128
STACK_CONFIGURATION.DB
11291129
</span>
11301130
<div className="h-px flex-1 bg-border" />
@@ -1425,7 +1425,7 @@ export default function AnalyticsPage() {
14251425

14261426
<div className="space-y-6">
14271427
<div className="mb-4 flex items-center gap-2">
1428-
<span className="terminal-glow font-bold font-mono text-lg">
1428+
<span className="font-bold font-mono text-lg">
14291429
DEV_ENVIRONMENT.CONFIG
14301430
</span>
14311431
<div className="h-px flex-1 bg-border" />

apps/web/src/app/(home)/page.tsx

Lines changed: 14 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ export default function HomePage() {
136136
<main className="terminal-matrix-bg mx-auto max-w-7xl p-6 pt-28">
137137
<div className="mb-8 flex items-center justify-center">
138138
<div className="flex flex-wrap items-center justify-center gap-2 sm:gap-4 md:gap-6">
139-
<pre className="ascii-art terminal-glow text-primary text-xs leading-tight sm:text-sm">
139+
<pre className="ascii-art text-primary text-xs leading-tight sm:text-sm">
140140
{`
141141
██████╗ ██████╗ ██╗ ██╗
142142
██╔══██╗██╔═══██╗██║ ██║
@@ -146,7 +146,7 @@ export default function HomePage() {
146146
╚═╝ ╚═╝ ╚═════╝ ╚══════╝╚══════╝`}
147147
</pre>
148148

149-
<pre className="ascii-art terminal-glow text-primary text-xs leading-tight sm:text-sm">
149+
<pre className="ascii-art text-primary text-xs leading-tight sm:text-sm">
150150
{`
151151
██╗ ██╗ ██████╗ ██╗ ██╗██████╗
152152
╚██╗ ██╔╝██╔═══██╗██║ ██║██╔══██╗
@@ -156,7 +156,7 @@ export default function HomePage() {
156156
╚═╝ ╚═════╝ ╚═════╝ ╚═╝ ╚═╝`}
157157
</pre>
158158

159-
<pre className="ascii-art terminal-glow text-primary text-xs leading-tight sm:text-sm">
159+
<pre className="ascii-art text-primary text-xs leading-tight sm:text-sm">
160160
{`
161161
██████╗ ██╗ ██╗███╗ ██╗
162162
██╔═══██╗██║ ██║████╗ ██║
@@ -166,7 +166,7 @@ export default function HomePage() {
166166
╚═════╝ ╚══╝╚══╝ ╚═╝ ╚═══╝`}
167167
</pre>
168168

169-
<pre className="ascii-art terminal-glow text-primary text-xs leading-tight sm:text-sm">
169+
<pre className="ascii-art text-primary text-xs leading-tight sm:text-sm">
170170
{`
171171
███████╗████████╗ █████╗ ██████╗██╗ ██╗
172172
██╔════╝╚══██╔══╝██╔══██╗██╔════╝██║ ██╔╝
@@ -192,10 +192,8 @@ export default function HomePage() {
192192
<div className="terminal-block-hover mb-8 rounded border border-border bg-muted/20 p-4">
193193
<div className="mb-4 flex items-center justify-between">
194194
<div className="flex items-center gap-2">
195-
<Terminal className="terminal-glow h-4 w-4 text-primary" />
196-
<span className="terminal-glow font-semibold text-sm">
197-
QUICK_START
198-
</span>
195+
<Terminal className="h-4 w-4 text-primary" />
196+
<span className="font-semibold text-sm">QUICK_START</span>
199197
</div>
200198
<div className="flex items-center rounded border border-border bg-background p-0.5">
201199
{(["bun", "pnpm", "npm"] as const).map((pm) => (
@@ -206,7 +204,7 @@ export default function HomePage() {
206204
className={cn(
207205
"flex items-center gap-1.5 rounded px-2 py-1 font-mono text-xs transition-colors duration-150",
208206
selectedPM === pm
209-
? "terminal-glow bg-primary/20 text-primary"
207+
? "bg-primary/20 text-primary"
210208
: "text-muted-foreground hover:text-foreground",
211209
)}
212210
>
@@ -220,7 +218,7 @@ export default function HomePage() {
220218
<div className="space-y-3">
221219
<div className="flex items-center justify-between rounded border border-border bg-background p-3">
222220
<div className="flex items-center gap-2 text-sm">
223-
<span className="terminal-glow text-primary">$</span>
221+
<span className="text-primary">$</span>
224222
<span className="font-mono text-foreground">
225223
{commands[selectedPM]}
226224
</span>
@@ -245,7 +243,7 @@ export default function HomePage() {
245243
<Link href="/new">
246244
<div className="group terminal-block-hover cursor-pointer rounded border border-border bg-background p-4">
247245
<div className="flex items-center gap-2">
248-
<ChevronRight className="terminal-glow h-4 w-4 text-primary" />
246+
<ChevronRight className="h-4 w-4 text-primary" />
249247
<span className="font-mono font-semibold">
250248
STACK_BUILDER.EXE
251249
</span>
@@ -264,7 +262,7 @@ export default function HomePage() {
264262
<div className="group terminal-block-hover cursor-pointer rounded border border-border bg-background p-4">
265263
<div className="flex items-center justify-between">
266264
<div className="flex items-center gap-2">
267-
<Github className="terminal-glow h-4 w-4 text-primary" />
265+
<Github className="h-4 w-4 text-primary" />
268266
<span className="font-mono font-semibold">
269267
GITHUB_REPO.GIT
270268
</span>
@@ -303,7 +301,7 @@ export default function HomePage() {
303301

304302
<div className="mb-12">
305303
<div className="mb-6 flex items-center gap-2">
306-
<span className="terminal-glow font-bold font-mono text-lg">
304+
<span className="font-bold font-mono text-lg">
307305
TECH_STACK_MATRIX.DB
308306
</span>
309307
<div className="h-px flex-1 bg-border" />
@@ -320,7 +318,7 @@ export default function HomePage() {
320318
<div className="terminal-block-hover rounded border border-border bg-background">
321319
<div className="border-border border-b bg-muted/20 px-4 py-3">
322320
<div className="flex items-center gap-2">
323-
<Terminal className="terminal-glow h-4 w-4 text-primary" />
321+
<Terminal className="h-4 w-4 text-primary" />
324322
<span className="font-mono font-semibold text-sm">
325323
/tech-stack/packages/
326324
</span>
@@ -392,7 +390,7 @@ export default function HomePage() {
392390
</div>
393391

394392
<div className="terminal-block-hover mb-8 rounded border border-border bg-muted/20 p-4">
395-
<div className="terminal-glow mb-2 font-mono font-semibold text-sm">
393+
<div className="mb-2 font-mono font-semibold text-sm">
396394
SYSTEM_INFO.LOG
397395
</div>
398396
<div className="grid grid-cols-1 gap-2 font-mono text-xs md:grid-cols-3">
@@ -404,7 +402,7 @@ export default function HomePage() {
404402
</div>
405403
<div>
406404
<span className="text-primary">STATUS:</span>{" "}
407-
<span className="terminal-glow text-accent">READY</span>
405+
<span className="text-accent">READY</span>
408406
</div>
409407
</div>
410408
</div>

0 commit comments

Comments
 (0)