From 3deb043c6c4d875d573457dcc5111aaf5a4bdbea Mon Sep 17 00:00:00 2001 From: guhrodrrigues Date: Tue, 7 Oct 2025 18:33:01 -0300 Subject: [PATCH] fix: update hero section tower and responsive layout --- apps/web/src/components/sections/hero.tsx | 21 ++++++++++----------- apps/web/src/components/tower.tsx | 4 ++-- 2 files changed, 12 insertions(+), 13 deletions(-) diff --git a/apps/web/src/components/sections/hero.tsx b/apps/web/src/components/sections/hero.tsx index e3ec85ccb2..50d2c9ca20 100644 --- a/apps/web/src/components/sections/hero.tsx +++ b/apps/web/src/components/sections/hero.tsx @@ -26,10 +26,9 @@ const HeroSection = () => { return ( <> {/* Right Column - Tower */} -
-
+
+
- {/* Radial gradient mask */}
{
-
+
{/* Left Column - Content */} -
-
+
+
React Email Logo { />
The next generation of writing emails -
+
React Email is a next-generation collection of unstyled components for creating beautiful emails using React, Tailwind, and TypeScript.
-
+
- + npx create-email@latest
diff --git a/apps/web/src/components/tower.tsx b/apps/web/src/components/tower.tsx index c1f4923a10..98064bb73f 100644 --- a/apps/web/src/components/tower.tsx +++ b/apps/web/src/components/tower.tsx @@ -10,7 +10,7 @@ import { useCollageTexture } from '@/hooks/useCollageTexture'; import { View } from '@/webgl/View'; const COUNT = 12; -const GAP = 2.8; +const GAP = 3.5; function Loader() { return ( @@ -102,7 +102,7 @@ function SpinnableTower({ texture, dimensions }: any) {