Skip to content

Commit

Permalink
feat(web): add are line height to page title
Browse files Browse the repository at this point in the history
  • Loading branch information
brunocroh committed Jun 10, 2024
1 parent c27401c commit 9f7277a
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions apps/web/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import Image from 'next/image'
import Link from 'next/link'
import {
ArrowRight,
ChevronRight,
Dumbbell,
Heart,
MessageCircle,
Expand Down Expand Up @@ -46,21 +45,21 @@ export default function Page(): JSX.Element {
/>
<div className="absolute -z-30 size-full bg-pattern bg-cover bg-center "></div>
<div className="absolute top-40 -z-20 size-full bg-elipses bg-cover "></div>
<div className="flex w-full flex-col items-center gap-6 py-12">
<div className="flex w-full flex-col items-center gap-6 px-6 py-12">
<Image
src="/hero-section-logo.png"
width="128"
height="78"
alt="a square pattern on background"
/>
<h2 className="text-slate-6 w-full text-center text-2xl font-bold leading-tight md:text-5xl">
<span className="inline-block bg-gradient-to-r from-gray-200 to-[#A4A7FF] bg-clip-text text-transparent">
<h2 className="text-slate-6 w-full text-center text-2xl font-bold md:text-5xl">
<span className="inline-block bg-gradient-to-r from-gray-200 to-[#A4A7FF] bg-clip-text leading-tight text-transparent">
Master English, Transform Your World.
</span>
<br />
<span>The new frontier in collaborative learning.</span>
</h2>
<h3 className="my-4 text-center text-[1rem] text-slate-400">
<h3 className="my-4 text-center text-[1rem] leading-tight text-slate-400">
The quickest path to learn English is speaking it regularly. Just
find someone to chat with.
</h3>
Expand Down

0 comments on commit 9f7277a

Please sign in to comment.