Skip to content

Commit

Permalink
Update HeroSection.jsx
Browse files Browse the repository at this point in the history
Just fixes the *Link* src now the button is directing to the Contact Us page
  • Loading branch information
Lakszy authored Nov 20, 2023
1 parent a240578 commit 7373c7a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/components/HeroSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,11 +38,11 @@ const HeroSection = () => {
</h1>
<p className="text-[#ADB7BE] text-base sm:text-lg mb-6 lg:text-xl">
Lorem ipsum dolor sit amet consectetur adipisicing elit. Quisquam,
voluptatum.
voluptuous.
</p>
<div>
<Link
href="/contact"
href="/#contact"
className="px-6 inline-block py-3 w-full sm:w-fit rounded-full mr-4 bg-gradient-to-br from-primary-500 to-secondary-500 hover:bg-slate-200 text-white"
>
Hire Me
Expand Down

0 comments on commit 7373c7a

Please sign in to comment.