Skip to content

Commit

Permalink
fix: update storage landing copy
Browse files Browse the repository at this point in the history
  • Loading branch information
inian committed May 10, 2023
1 parent eecc0b3 commit f03cbba
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions apps/www/pages/storage/Storage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -174,18 +174,15 @@ function StoragePage() {
content={ApiExamples}
text={[
<p key={0}>Built from the ground up for interoperable authentication.</p>,
<p key={1}>
Fast and easy to implement using our powerful library clients. Asset optimization
and image transformation coming soon!
</p>,
<p key={1}>Fast and easy to implement using our powerful library clients.</p>,
]}
footer={[
<div className="my-8 grid grid-cols-12 gap-8 lg:gap-0 xl:gap-16" key={0}>
<div className="col-span-6 lg:col-span-12 lg:mb-8 xl:col-span-4 xl:mb-0">
<FeatureColumn
icon={<IconWifi />}
title="CDN"
text="Serve from the edge to reduce latency."
text="Serve from over 285 cities globally to reduce latency."
/>
<Link href="/docs/guides/storage/cdn" passHref>
<a>
Expand All @@ -203,8 +200,8 @@ function StoragePage() {
<div className="col-span-6 lg:col-span-12 xl:col-span-4">
<FeatureColumn
icon={<IconShuffle />}
title="Transformations"
text="Resize and compress your media before you serve it."
title="Image Optimizations and Transformations"
text="Resize and compress your media files on the fly."
/>
<Link href="/docs/guides/storage/image-transformations" passHref>
<a>
Expand Down

0 comments on commit f03cbba

Please sign in to comment.