Skip to content

Commit

Permalink
changed hero links
Browse files Browse the repository at this point in the history
  • Loading branch information
Iskandar Kurbanov committed Oct 6, 2021
1 parent a1eb07f commit df48568
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions components/Hero.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,12 @@ export default function Hero() {
Build the eCommerce Revolution.
</h2>
<div className="mt-5 max-w-md mx-auto flex justify-center items-center md:mt-8">
<Link href="#">
<a className="inline-flex items-center justify-center h-12 px-6 mr-6 font-medium py-3 border-transparent rounded-md text-white bg-gray-900 hover:bg-gray-800">
Enroll Now
</a>
</Link>
<Link href="#">
<a className="inline-flex items-center font-semibold text-gray-900 hover:text-gray-800">
Learn more
</a>
</Link>
<a href="https://buildnextshop.com" className="inline-flex items-center justify-center h-12 px-6 mr-6 font-medium py-3 border-transparent rounded-md text-white bg-gray-900 hover:bg-gray-800">
Enroll Now
</a>
<a href="https://buildnextshop.com" className="inline-flex items-center font-semibold text-gray-900 hover:text-gray-800">
Learn more
</a>
</div>
</div>
)
Expand Down

1 comment on commit df48568

@vercel
Copy link

@vercel vercel bot commented on df48568 Oct 6, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.