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:
committed by
GitHub
parent
e041125426
commit
87f8e5ca19
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user