Skip to content

Commit

Permalink
Update meta descriptions (#152)
Browse files Browse the repository at this point in the history
  • Loading branch information
jshearer authored Nov 8, 2023
1 parent c9deed6 commit 4684217
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/pages/destinations.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const Sources = () => {
}

export const Head = () => {
return <Seo title={"Destinations"} description={"Estuary helps your team get the most out of the ever-expanding list of valuable databases, warehouses, and other tools so you can focus on insights instead of pipelines."} />
return <Seo title={"Destinations"} description={"Stream your data anywhere with efficient, low latency pipelines to all your destinations."} />
}

export default Sources
2 changes: 1 addition & 1 deletion src/pages/pricing.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -506,7 +506,7 @@ const PricingPage = () => {
}

export const Head = ({ data: { post } }) => {
return <Seo title={"Pricing"} description={"Managed streaming data pipelines, streaming SQL & turnkey connectivity to clouds, databases, and apps"} />
return <Seo title={"Pricing"} description={"Reduce your data costs and latency with managed streaming CDC and ETL pipelines."} />
}

export default PricingPage

0 comments on commit 4684217

Please sign in to comment.