+
{`
██████╗ ██████╗ ██╗ ██╗
██╔══██╗██╔═══██╗██║ ██║
@@ -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;
}