remove terminal glow effect

This commit is contained in:
Aman Varshney
2025-05-30 01:44:54 +05:30
parent 71c735e137
commit 86da904213
7 changed files with 59 additions and 65 deletions

View File

@@ -27,8 +27,8 @@ export default function SponsorsSection() {
return (
<div className="mb-12">
<div className="mb-6 flex items-center gap-2">
<Terminal className="terminal-glow h-4 w-4 text-primary" />
<span className="terminal-glow font-bold font-mono text-lg">
<Terminal className="h-4 w-4 text-primary" />
<span className="font-bold font-mono text-lg">
SPONSORS_DATABASE.JSON
</span>
<div className="h-px flex-1 bg-border" />
@@ -39,13 +39,13 @@ export default function SponsorsSection() {
<div className="terminal-block-hover mb-8 rounded border border-border bg-muted/20 p-4">
<div className="flex items-center gap-2 text-sm">
<span className="terminal-glow text-primary">$</span>
<span className="text-primary">$</span>
<span className="font-mono text-foreground">
# Amazing organizations and individuals supporting this project
</span>
</div>
<div className="mt-2 flex items-center gap-2 text-sm">
<span className="terminal-glow text-primary">$</span>
<span className="text-primary">$</span>
<span className="font-mono text-muted-foreground">
# Your support helps maintain and improve Better-T-Stack
</span>
@@ -81,7 +81,7 @@ export default function SponsorsSection() {
</span>
</div>
<div className="flex items-center justify-center gap-2 text-sm">
<span className="terminal-glow text-primary">$</span>
<span className="text-primary">$</span>
<span className="font-mono text-muted-foreground">
# Be the first to support this project!
</span>

View File

@@ -115,8 +115,8 @@ export default function Testimonials() {
return (
<div className="mb-12">
<div className="mb-6 flex items-center gap-2">
<Terminal className="terminal-glow h-4 w-4 text-primary" />
<span className="terminal-glow font-bold font-mono text-lg">
<Terminal className="h-4 w-4 text-primary" />
<span className="font-bold font-mono text-lg">
DEVELOPER_TESTIMONIALS.LOG
</span>
<div className="h-px flex-1 bg-border" />
@@ -127,13 +127,13 @@ export default function Testimonials() {
<div className="terminal-block-hover mb-8 rounded border border-border bg-muted/20 p-4">
<div className="flex items-center gap-2 text-sm">
<span className="terminal-glow text-primary">$</span>
<span className="text-primary">$</span>
<span className="font-mono text-foreground">
# Community feedback from X (Twitter)
</span>
</div>
<div className="mt-2 flex items-center gap-2 text-sm">
<span className="terminal-glow text-primary">$</span>
<span className="text-primary">$</span>
<span className="font-mono text-muted-foreground">
# Real developers sharing their experience
</span>
@@ -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",
)}
>