Skip to content

Commit

Permalink
Merge pull request #31 from davidwrossiter/dev-merger
Browse files Browse the repository at this point in the history
update href to cal.com
  • Loading branch information
davidwrossiter committed Jun 24, 2024
2 parents c56486b + d981879 commit e7c32c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/blocks/Hero.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Hero() {
or cancel at any time.
</p>
<div className="flex flex-row gap-2 leading-[14px] text-sm font-medium mb-4 py-6 xl:py-10">
<a href="#memberships">
<a href="https://cal.com/warrenrossiter/intro" target="_blank">
<button className="px-6 py-3 sm:py-3 rounded-lg border-[1.4px] border-orin-black bg-orin-black text-white hover:bg-[#404245] active:bg-[#606469]">
Book a call
</button>
Expand All @@ -34,7 +34,6 @@ function Hero() {
<Brands />
</div>


{/* <img src="../../icons/hero-icon.svg" className="hidden xl:block ml-5"/> */}
</div>
);
Expand Down

0 comments on commit e7c32c2

Please sign in to comment.