Skip to content

Commit dd8d83e

Browse files
committed
fixing copy
1 parent 3aa7b5d commit dd8d83e

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

src/components/landing/hero.js

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,11 @@ const Hero = () => (
1717
</HeadingOne>
1818

1919
<BodyOne className="mb-10 text-xl font-medium">
20-
The way APIs are built and the tools that are used to consume them
21-
have have changed drastically over the years. This free resource is
22-
your chance to learn how to build a GraphQL API in a serverless
23-
environment on AWS Lambda and consume it on a Vue.JS frontend based on
24-
a design system using Apollo. Everything you learn here will not be a
25-
waste of time, it is 100% reproducible for production use cases.{" "}
20+
This course like resource will you teach how to use GraphQL with AWS
21+
Lambda and DynamoDB with JavaScript on the backend. While you can
22+
choose your own adventure on the frontend side of things with Vue or
23+
React. Both tracks will cover use of their respective Apollo Client
24+
libraries, while using Stripe for payments.
2625
</BodyOne>
2726
<RedBlockButton className="mr-5">
2827
<Link to={`/introduction`}>Learn now!</Link>

0 commit comments

Comments
 (0)