Skip to content

Commit 8819b7c

Browse files
committed
addding copy
1 parent 812438e commit 8819b7c

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

src/components/landing/TechStack.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ const TechStack = () => (
1212
Frontend
1313
</HeadingThree>
1414
<BodyOne className="text-black text-xl text-left mb-5 font-bold">
15-
Using the Serverless Framework, we will be able to create GraphQL Lambda
16-
powered by Apollo Server.
15+
On the frontend, you can create the Lunar Tour in either Vue or React.
16+
On the Vue side you uncover how to persist state in multiple components.
17+
While in the React course, you can learn how to use Apollo's Local Cache
18+
as an alternative for Rdux.
1719
</BodyOne>
1820
<div className="grid grid-cols-3 gap-5 ml-10">
1921
{constants.techStack.map(t => (
@@ -24,6 +26,10 @@ const TechStack = () => (
2426
<HeadingThree className="text-green-darker text-center mb-5 mt-5">
2527
Backend
2628
</HeadingThree>
29+
<BodyOne className="text-black text-xl text-left mb-5 font-bold">
30+
Using the Serverless Framework, you will be able to create a GraphQL
31+
Lambda powered by Apollo Server.
32+
</BodyOne>
2733
<div className="grid grid-cols-3 gap-5 ml-10">
2834
{constants.backendTechStack.map(t => (
2935
<StackCard url={t.logo} linkURL={t.url} Title={t.technology} />

0 commit comments

Comments
 (0)