diff --git a/apps/web/src/components/HeroAbacus.tsx b/apps/web/src/components/HeroAbacus.tsx index 4f6c369c..5350f917 100644 --- a/apps/web/src/components/HeroAbacus.tsx +++ b/apps/web/src/components/HeroAbacus.tsx @@ -89,56 +89,69 @@ export function HeroAbacus() { display: 'flex', flexDirection: 'column', alignItems: 'center', - gap: '8', + justifyContent: 'space-between', + height: '100%', + py: '12', })} > - {/* Title */} -

- Abaci One -

- - {/* Subtitle */} -

- {subtitle.text} -

- - {/* Large Interactive Abacus */} + {/* Title and Subtitle Section */}
- +

+ Abaci One +

+

+ {subtitle.text} +

+
+ + {/* Large Interactive Abacus - centered in remaining space */} +
+
+ +
{/* Subtle hint to scroll */}