diff --git a/src/components/Advantages/index.tsx b/src/components/Advantages/index.tsx index 32a81e66..57d2ed13 100644 --- a/src/components/Advantages/index.tsx +++ b/src/components/Advantages/index.tsx @@ -13,7 +13,7 @@ import { } from './styles.module.less'; type AdvantagesProps = { - icon: ReactNode; + icon?: ReactNode; image?: ReactNode; title: ReactNode; subtitle?: string; @@ -44,7 +44,9 @@ const Advantages = ({ isReverseColumnOnMobile={isReverseColumnOnMobile} >
{subtitle}
: null} {advantages ? ( diff --git a/src/components/DeploymentOptions/DeploymentOptionDiagram/index.tsx b/src/components/DeploymentOptions/DeploymentOptionDiagram/index.tsx index d81aa434..d7858ab0 100644 --- a/src/components/DeploymentOptions/DeploymentOptionDiagram/index.tsx +++ b/src/components/DeploymentOptions/DeploymentOptionDiagram/index.tsx @@ -25,7 +25,7 @@ import { privateDeploymentTag, metadataOnlyDarkerBlueTag, relativePosition, - privateDeploymentVpcBox, + ownedByEstuaryBox, } from './styles.module.less'; const iconSize = 30; @@ -86,22 +86,28 @@ const DeploymentOptionDiagram = ({ : 'Customer Cloud & Region'}- Use the UI to quickly build end-to-end pipelines using - no-code connectors. Estuary Flow does the rest. + Eliminate data silos, streamline workflows, and + accelerate operations
- Innovate faster with a single data pipeline that - decouples sources and destinations so you can share data - across analytics, apps, and AI, and add or change - systems, all without impacting others. -
-- Capture, transform, and materialize with millisecond latency - using ETL and ELT data integration, for an exact view of - your data that powers analytics and operations. + Integrate with millisecond latency for an exact view of your + data to power analytics, operations and AI.
- Use 100s of no-code connectors for streaming CDC, - real-time, or batch. -
-- Stream and store in your own storage, then replay - any time. -
-- Load data at different speeds into many destinations - for analytics, ops, and AI. -
+