mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-11-23 19:29:17 +03:00
lp: slight copy update, for the user interview.
This commit is contained in:
parent
db73d99f2d
commit
af922ec9b8
@ -42,11 +42,10 @@ const Benefits = () => {
|
||||
<div className='grid grid-cols-12'>
|
||||
<div className='col-span-12 text-center'>
|
||||
<h2 className='text-xl lg:text-2xl text-neutral-700 mb-4'>
|
||||
Yet another web framework. Except it's
|
||||
a <Lang />.
|
||||
Get started in minutes - zero config required.
|
||||
</h2>
|
||||
<p className='text-neutral-500'>
|
||||
Don't worry, it takes less than 30 minutes to learn. Works seamlessly with your stack.
|
||||
Wasp provides all the best practices out-of-the-box and lets you focus on your code.
|
||||
</p>
|
||||
</div>
|
||||
</div>
|
||||
@ -74,7 +73,7 @@ const Benefits = () => {
|
||||
Icon={Code}
|
||||
title='Less boilerplate'
|
||||
description={`
|
||||
The language approach allows us to immensely improve developer experience.
|
||||
The .wasp config file allows us to immensely improve developer experience.
|
||||
E.g., full-stack auth takes only 5 lines of code.
|
||||
`}
|
||||
/>
|
||||
|
@ -111,8 +111,7 @@ page MainPage {
|
||||
</h1>
|
||||
|
||||
<p className='mt-4 sm:mt-5 text-xl lg:text-xl text-neutral-500'>
|
||||
Describe common features via Wasp DSL and write the rest in React, Node.js
|
||||
and Prisma.
|
||||
Rails-like framework for the PERN stack. Build your project in a day and deploy it anywhere with a single command.
|
||||
</p>
|
||||
</div> {/* EOF Hero title and subtitle */}
|
||||
|
||||
@ -213,7 +212,7 @@ page MainPage {
|
||||
<iframe
|
||||
title="Demo video showcasing Wasp"
|
||||
className="absolute h-full w-full rounded-md"
|
||||
src="https://www.youtube-nocookie.com/embed/R8uOu6ZEr5s?playlist=R8uOu6ZEr5s&autoplay=0&loop=1&controls=1&modestbranding=1&rel=0&disablekb=1&mute=0&muted=0&allowfullscreen"
|
||||
src="https://www.youtube-nocookie.com/embed/YaaTJOhx68I?playlist=YaaTJOhx68I&autoplay=0&loop=1&controls=0&showinfo=1&modestbranding=0&rel=0&disablekb=0&mute=0"
|
||||
style={{ top: 0, left: 0 }}
|
||||
frameBorder="0"
|
||||
allow="autoplay; modestbranding; encrypted-media"
|
||||
|
Loading…
Reference in New Issue
Block a user