diff --git a/apps/marketing/app/globals.css b/apps/marketing/app/globals.css index 9297910a..334ee661 100644 --- a/apps/marketing/app/globals.css +++ b/apps/marketing/app/globals.css @@ -163,17 +163,6 @@ } } -/* Fractal noise texture overlay */ -body::after { - content: ""; - position: fixed; - inset: 0; - z-index: 9999; - pointer-events: none; - opacity: 0.035; - background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noiseFilter'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.65' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noiseFilter)'/%3E%3C/svg%3E"); -} - /* Heading scale */ h1 { font-size: clamp(2.25rem, 5vw, 3.75rem); diff --git a/apps/marketing/components/DynamicBackground.tsx b/apps/marketing/components/DynamicBackground.tsx index 9fe15a64..d3a62af4 100644 --- a/apps/marketing/components/DynamicBackground.tsx +++ b/apps/marketing/components/DynamicBackground.tsx @@ -1,136 +1,57 @@ -"use client"; - -import { motion } from "framer-motion"; - -/** - * Full-page animated background with floating gradient orbs, - * a subtle dot grid, and moving aurora streaks — all on deep black. - */ export function DynamicBackground() { return (
- {/* ── Dot grid ─────────────────────────────────────── */} -
+
- {/* ── Gradient orbs ────────────────────────────────── */} - {/* Top-left — cool purple */} - - - {/* Center-right — deep blue */} - - {/* Bottom-center — subtle warm accent */} - - {/* Mid-left — faint teal whisper */} - - {/* ── Aurora streaks ───────────────────────────────── */} - - - {/* ── Vignette — darkens edges toward pure black ──── */} + {/* Edge control */}
diff --git a/apps/marketing/components/GetStarted.tsx b/apps/marketing/components/GetStarted.tsx index 4f50e8d3..7a21d199 100644 --- a/apps/marketing/components/GetStarted.tsx +++ b/apps/marketing/components/GetStarted.tsx @@ -5,14 +5,6 @@ import { LINKS } from "./links"; export function GetStarted() { return (
- {/* Section glow */} -

Start building.

One command. Zero config.

diff --git a/apps/marketing/components/Hero.tsx b/apps/marketing/components/Hero.tsx index 002171d0..ec2d91fc 100644 --- a/apps/marketing/components/Hero.tsx +++ b/apps/marketing/components/Hero.tsx @@ -9,14 +9,10 @@ import { OKCodeMockup } from "./OKCodeMockup"; export function Hero() { return (
- {/* Ambient glow — amplified for true black */}
@@ -89,17 +85,6 @@ export function Hero() { >
- - {/* Subtle reflection glow under frame */} -