Skip to content

Commit

Permalink
Merge pull request #7 from Lakszy/patch-1
Browse files Browse the repository at this point in the history
Update HeroSection.jsx
  • Loading branch information
judygab authored Nov 20, 2023
2 parents a240578 + 7373c7a commit 9cf55e1
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 9cf55e1

Please sign in to comment.