few website updates (#19663)

## Summary
- refresh pricing page content, plan cards, CTA styling, and Salesforce
comparison visuals
- update partner and hero/testimonial visuals, including pulled
carousel-compatible partner testimonial data
- improve halftone export and illustration mounting flows, plus related
button and hydration fixes
- add updated website illustration and pricing assets

## Testing
- Not run (not requested)

---------

Co-authored-by: Abdullah <125115953+mabdullahabaid@users.noreply.github.com>
This commit is contained in:
Thomas des Francs
2026-04-14 08:23:20 +02:00
committed by GitHub
parent e041125426
commit 87f8e5ca19
53 changed files with 3817 additions and 6010 deletions
@@ -1,3 +1,4 @@
import { VisibleWhenTabActive } from '@/components/VisibleWhenTabActive';
import { theme } from '@/theme';
import { styled } from '@linaria/react';
import Monolith from './monolith';
@@ -53,7 +54,9 @@ export function Visual() {
<StyledVisual>
<StyledMasked>
<StyledHalftoneLayer>
<Monolith />
<VisibleWhenTabActive>
<Monolith />
</VisibleWhenTabActive>
</StyledHalftoneLayer>
</StyledMasked>
</StyledVisual>