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) {