Skip to content

Commit

Permalink
Update cta.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanpoland committed Nov 24, 2024
1 parent a4d543a commit e8162e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/blocks/cta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ const CallToAction: React.FC = () => {
<section className="py-32 px-4 relative overflow-hidden">
<div className="absolute inset-0 bg-gradient-to-r from-purple-900/20 via-black to-blue-900/20" />
<div className="relative z-10 max-w-5xl mx-auto text-center">
<h2 className="text-5xl font-bold mb-8">
<h2 className="text-5xl font-bold mb-10">
Ready to Transform Your
<span className="block mt-2 bg-gradient-to-r from-cyan-400 to-purple-500 text-transparent bg-clip-text">
<span className="block mt-2 bg-gradient-to-r from-cyan-400 to-purple-500 text-transparent bg-clip-text pb-5">
Deployment Pipeline?
</span>
</h2>
Expand Down

0 comments on commit e8162e3

Please sign in to comment.