Skip to content

Commit 68ddb9d

Browse files
committed
Web content updated.
1 parent 4cbabfa commit 68ddb9d

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

app/page.tsx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,7 @@ export default function Home() {
88
<main className="min-h-screen bg-slate-950 text-white selection:bg-green-500 selection:text-slate-900 overflow-x-hidden">
99

1010
{/* --- Navigation --- */}
11-
{/* Not sticky, just clean glass effect */}
12-
<nav className="relative z-50 w-full border-b border-white/5 bg-slate-950/60 backdrop-blur-md">
11+
<nav className="relative z-50 w-full border-b border-slate-800 bg-slate-950/60 backdrop-blur-md">
1312
<div className="flex items-center justify-between px-6 py-6 max-w-7xl mx-auto">
1413
<div className="flex items-center gap-2">
1514
<div className="relative w-8 h-8">
@@ -21,7 +20,7 @@ export default function Home() {
2120
/>
2221
</div>
2322
<span className="text-xl font-bold tracking-tight">CodeFXR</span>
24-
</div>
23+
</div>
2524
<div className="hidden md:flex gap-6 text-sm font-medium text-slate-400">
2625
<Link href="#products" className="hover:text-green-400 transition-colors">Applications</Link>
2726
<Link
@@ -39,14 +38,14 @@ export default function Home() {
3938
{/* --- Hero Section --- */}
4039
<section className="relative flex flex-col items-center justify-center text-center px-6 pt-20 pb-32 max-w-5xl mx-auto">
4140

42-
{/* BADGE UPDATE: No pulse. Now uses a subtle Blue Glow on HOVER. */}
41+
{/* Badge */}
4342
<div className="mb-8 px-4 py-1.5 rounded-full border border-slate-800 bg-slate-900/50 backdrop-blur-md shadow-sm transition-all duration-300 hover:bg-slate-900 hover:border-blue-500/50 hover:shadow-[0_0_20px_-5px_rgba(59,130,246,0.5)] cursor-default">
4443
<span className="text-xs font-semibold tracking-wider text-transparent bg-clip-text bg-gradient-to-r from-blue-400 to-green-400">
4544
Unleash your terminal!
4645
</span>
4746
</div>
4847

49-
{/* Main Title - Standard size */}
48+
{/* Main Title */}
5049
<h1 className="text-5xl md:text-7xl font-extrabold tracking-tight mb-8">
5150
The Foundation for <br />
5251
<span className="text-transparent bg-clip-text bg-gradient-to-r from-blue-600 via-teal-400 to-green-400">
@@ -59,20 +58,21 @@ export default function Home() {
5958
</p>
6059

6160
<div className="flex gap-4">
62-
{/* Get Started -> /get-started */}
61+
{/* Get Started Button */}
6362
<Link href="/get-started">
64-
<button className="px-8 py-3 rounded-lg font-bold bg-white text-slate-950 hover:bg-green-400 transition-all duration-300">
63+
<button className="px-8 py-3 rounded-lg font-bold bg-white text-slate-950 hover:bg-green-400 transition-all duration-300 shadow-[0_0_20px_-5px_rgba(255,255,255,0.3)] hover:shadow-[0_0_25px_-5px_rgba(255,255,255,0.5)]">
6564
Get Started
6665
</button>
6766
</Link>
6867

69-
{/* View Documentation -> /docs/synapxis (Since it's the only one ready) */}
68+
{/* Documentation Button */}
7069
<Link href="/docs/synapxis">
7170
<button className="px-8 py-3 rounded-lg font-bold border border-slate-700 hover:border-blue-500 text-white hover:bg-slate-900 transition-all duration-300">
7271
View Documentation
7372
</button>
7473
</Link>
7574
</div>
75+
</section>
7676

7777
{/* --- Products Section --- */}
7878
<section id="products" className="px-6 py-20 bg-slate-900/50 border-t border-slate-800">

0 commit comments

Comments
 (0)