Skip to content

Commit

Permalink
Update Hero component: refine descriptive text, change button border-…
Browse files Browse the repository at this point in the history
…radius to rounded-md
  • Loading branch information
Mustapha-Nkhili committed Jul 23, 2024
1 parent 49bf4e5 commit 5eaa5aa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/components/Home/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ const Hero = () => {
</span>
</h1>
<p className="mt-6 text-lg text-center text-light-periwinkle">
Sleek, intuitive, and powerful front-end framework for faster and
easier web development.
An easy-to-use, efficient front-end framework for quicker web
development.
</p>
<Link
to="docs/introduction"
className="flex justify-center items-center bg-primary w-fit m-auto h-12 capitalize rounded-lg text-sm font-semibold pl-6 pr-6 mt-10"
className="flex justify-center items-center bg-primary w-fit m-auto h-12 capitalize rounded-md text-sm font-semibold pl-6 pr-6 mt-10"
>
get started
</Link>
Expand Down

0 comments on commit 5eaa5aa

Please sign in to comment.