Skip to content

Commit

Permalink
feat: fix typo adjust subheader size
Browse files Browse the repository at this point in the history
  • Loading branch information
Creeland authored Oct 24, 2024
1 parent 3aef5bd commit 0ba7980
Showing 1 changed file with 3 additions and 7 deletions.
10 changes: 3 additions & 7 deletions src/pages/forever/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,13 +48,9 @@ const Forever: FunctionComponent<React.PropsWithChildren<PricingProps>> & {
egghead lifetime membership
</h2>
<h1 className="max-w-screen-lg text-2xl font-extrabold md:text-4xl leading-tighter">
Stay Current with{' '}
<span className="text-blue-600 dark:text-yellow-300">
Modern Full-Stack Courses
</span>{' '}
for Professional Web Developers
Stay Current with Modern Full-Stack Courses for Professional Web Developers
</h1>
<h2 className="max-w-2xl pt-8 text-lg font-light leading-tight text-gray-700 dark:text-gray-200">
<h2 className="max-w-2xl pt-8 text-xl font-light leading-tight text-gray-700 dark:text-gray-200">
Learn the skills you and your team need to build real-world business
focused professional web applications.
</h2>
Expand All @@ -77,7 +73,7 @@ const Forever: FunctionComponent<React.PropsWithChildren<PricingProps>> & {
build the application you've been dreaming of.
</p>
<p>
This lets you start buildingsooner which means your learning will
This lets you start building sooner which means your learning will
truly stick, no more spinning your wheels on more tutorials.
</p>
<p>
Expand Down

0 comments on commit 0ba7980

Please sign in to comment.