We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28e9738 commit 3aa7b5dCopy full SHA for 3aa7b5d
src/components/landing/hero.js
@@ -12,11 +12,11 @@ const Hero = () => (
12
<div className="p-10 mr-10">
13
<img src={HeroImage} alt="hero " className="lg:hidden mb-10 " />
14
15
- <HeadingOne className="mb-10 ">
16
- Build a fullstack serverless GraphQL App!
+ <HeadingOne className="mb-10 text-3xl font-extrabold">
+ Build a fullstack app that books vacations to the moon
17
</HeadingOne>
18
19
- <BodyOne className="mb-10">
+ <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
0 commit comments