Skip to content

Commit 3aa7b5d

Browse files
committed
changing copy
1 parent 28e9738 commit 3aa7b5d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/landing/hero.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ const Hero = () => (
1212
<div className="p-10 mr-10">
1313
<img src={HeroImage} alt="hero " className="lg:hidden mb-10 " />
1414

15-
<HeadingOne className="mb-10 ">
16-
Build a fullstack serverless GraphQL App!
15+
<HeadingOne className="mb-10 text-3xl font-extrabold">
16+
Build a fullstack app that books vacations to the moon
1717
</HeadingOne>
1818

19-
<BodyOne className="mb-10">
19+
<BodyOne className="mb-10 text-xl font-medium">
2020
The way APIs are built and the tools that are used to consume them
2121
have have changed drastically over the years. This free resource is
2222
your chance to learn how to build a GraphQL API in a serverless

0 commit comments

Comments
 (0)