Fullscreen hero section with title, subtitle, and CTA button with hover effects.
- ✅ Flat structure with 5 elements
- ✅ Flexbox vertical/horizontal centering
- ✅ Typography properties
- ✅ Button hover effects (background, transform, shadow)
- ✅ Smooth transitions
hero-section (section) - Full viewport height, flex center
└── hero-container (container) - Max-width 800px, flex column
├── hero-title (heading h1) - 56px white text
├── hero-subtitle (text-basic) - 20px gray text
└── hero-cta (button) - Blue button with hover lift
- Open Bricks Builder
- Copy entire contents of
hero-section.json - Structure Panel → Paste (Ctrl+V / Cmd+V)
- Customize text, colors, spacing
_height: "100vh"- Full viewport_display: "flex"+_alignItems+_justifyContent- Centering_background:hover- Hover color change_transform:hover- Lift effect (-2px translateY)_boxShadow:hover- Shadow on hover_cssTransition- Smooth animations
Dark background (#1a1a2e)
White heading (56px)
Gray subtitle (20px)
Blue CTA (#0066cc) → Darker on hover (#0052a3)