Skip to content

Commit

Permalink
Merge pull request #644 from estuary/dani_content_edits
Browse files Browse the repository at this point in the history
copy updates
  • Loading branch information
Brenosalv authored Jan 22, 2025
2 parents 91a52df + 698d039 commit 8d32b58
Show file tree
Hide file tree
Showing 9 changed files with 80 additions and 203 deletions.
7 changes: 4 additions & 3 deletions src/components/Homepage/BuildInMinutes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ const BuildInMinutes = () => {
<Container isVertical>
<div className={textWrapper}>
<h2>
<span>Build </span>
Deliver
<span> Value </span>
in minutes
</h2>
<p>
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
</p>
</div>
<div>
Expand Down
7 changes: 3 additions & 4 deletions src/components/Homepage/DeploymentModes/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ import { defaultWrapperGrey } from '../../../globalStyles/wrappers.module.less';
import DeploymentOptions from '../../DeploymentOptions';

const optionsDescription = {
public: "Estuary's standard option, fully managed for quick, hassle-free setup.",
private:
'Enhanced security by hosting Estuary within a private network, combining ease with more security.',
byoc: 'Deploy Estuary on your cloud infrastructure for complete control.',
public: 'Our standard option, fully managed for quick, hassle-free setup',
private: 'Enhanced security by hosting Estuary within a private network',
byoc: 'Deploy Estuary on your cloud infrastructure for complete control',
};

const keyFeatures = {
Expand Down
7 changes: 2 additions & 5 deletions src/components/Homepage/Do4xMoreWith25xLess/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,10 @@ const Do4xMoreWith25xLess = () => {
icon={<DatabaseSavingWithLowPrice color="var(--blue)" />}
title={
<>
DO <span>4X MORE </span> WITH 2-5X LESS
DO <span>MORE </span> WITH <span>LESS</span>
</>
}
subtitle="Estuary customers aren't just benefitting from
being more real-time. They are 4x more productive. They
deliver new projects in days, not months. And they spend
2-5x less on Estuary than on batch ELT."
subtitle="We combine agentless CDC, zero-code pipelines, and enterprise-grade governance to simplify data integration, and drive business agility at a fraction of the cost"
image={<PricingCalculator />}
ctaButtons={
<LinkFilled href="/pricing/">See Pricing</LinkFilled>
Expand Down
15 changes: 9 additions & 6 deletions src/components/Homepage/Hero/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ const Hero = () => {
<div className={mainContent}>
<HeroSectionDetails
title={
<span>
YOUR DATA. <br /> ANYTIME, ANYWHERE.
</span>
<>
<span>
YOUR DATA. <br /> ANYTIME,
</span>{' '}
<span>ANYWHERE.</span>
</>
}
description="Effortless data integration with Estuary - the data movement platform for real-time streaming and batch processing."
description="Secure data integration with Estuary Flow - the enterprise data movement platform for real-time streaming and batch processing."
ctaButtons={<HeroSectionActions />}
hasSubscriptionBenefits
/>
Expand All @@ -35,8 +38,8 @@ const Hero = () => {
</div>
<ul className={metricCardsList}>
<MetricCard value={activeUsersAmount} label="Users" />
<MetricCard value="&#60;100ms" label="Latency" />
<MetricCard value="7+gb/sec" label="Dataflow" />
<MetricCard value="&#60;100 ms" label="Latency" />
<MetricCard value="7+ gb/s" label="Throughput" />
<MetricCard value="99.9%" label="Uptime" />
</ul>
<VanityLogosMarquee />
Expand Down
42 changes: 15 additions & 27 deletions src/components/Homepage/MoveAndTransform/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,16 @@ import TransformIcon from '../../../svgs/homepage/transform.svg';
import {
container,
header,
step,
steps,
desktopImage,
mobileImage,
diagram,
card,
analytics,
ops,
operations,
ai,
realTime,
batch,
saas,
realTimeStreams,
filesAndDatabases,
appsAndCloudServices,
storeAndTransform,
firstColumnHeading,
secondColumnHeading,
Expand All @@ -37,43 +35,33 @@ const MoveAndTransform = () => {
</h2>
<p>
Integrate with millisecond latency for an exact view of your
data to power analytics and operations.
data to power analytics, operations and AI.
</p>
</div>
<div className={steps}>
<div className={step}>
<h3>Move</h3>
<p>200+ no-code connectors. Real-time or batch.</p>
</div>
<div className={step}>
<h3>Transform</h3>
<p>Transform and store data in storage owned by you.</p>
</div>
</div>
<div className={diagram}>
<h4 className={firstColumnHeading}>
Connect to Any Data <br /> Source
Connect to Any Data Source
</h4>
<h4 className={secondColumnHeading}>Activate Data</h4>
<div className={clsx(card, realTime)}>
<h4 className={secondColumnHeading}>Put Your Data to Work</h4>
<div className={clsx(card, realTimeStreams)}>
<RealTimeIcon />
<span>Real-time</span>
<span>Real-time Streams</span>
</div>
<div className={clsx(card, batch)}>
<div className={clsx(card, filesAndDatabases)}>
<BatchIcon />
<span>Batch</span>
<span>Files & Databases</span>
</div>
<div className={clsx(card, saas)}>
<div className={clsx(card, appsAndCloudServices)}>
<SaasIcon />
<span>Saas</span>
<span>Apps & Cloud Services</span>
</div>
<div className={clsx(card, analytics)}>
<AnalyticsIcon />
<span>Analytics</span>
</div>
<div className={clsx(card, ops)}>
<div className={clsx(card, operations)}>
<OpsIcon />
<span>Ops</span>
<span>Operations</span>
</div>
<div className={clsx(card, ai)}>
<AiIcon />
Expand Down
Loading

0 comments on commit 8d32b58

Please sign in to comment.