From 5519751da5062886b253e85a1715dcf3c823456d Mon Sep 17 00:00:00 2001 From: Francisco Pessano Date: Wed, 3 Sep 2025 23:18:20 -0300 Subject: [PATCH] refactor: remove background aesthetics from HomeComponent for cleaner layout --- apps/web/src/routes/index.tsx | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/apps/web/src/routes/index.tsx b/apps/web/src/routes/index.tsx index f431c84..4d7bcb0 100644 --- a/apps/web/src/routes/index.tsx +++ b/apps/web/src/routes/index.tsx @@ -265,16 +265,6 @@ const FEATURES: Feature[] = [ function HomeComponent() { return (
- {/* Background aesthetics */} -
- {/* aurora blobs */} -
-
-
- {/* dotted grid overlay */} -
-
- {/* Hero */}