We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f735c3 commit a1b449bCopy full SHA for a1b449b
src/pages/About.tsx
@@ -235,8 +235,8 @@ const About = () => {
235
236
<div className="text-center mt-16">
237
<Link to="/contact">
238
- <Button className="rounded-xl px-10 py-6 h-auto bg-[#0057B8] hover:bg-[#004494] text-white font-medium shadow-lg hover:shadow-blue-200 transition-all duration-300 gap-3">
239
- <Hand className="w-4 h-4" strokeWidth={2} />
+ <Button className="rounded-xl px-10 py-4 h-auto bg-[#0057B8] hover:bg-[#004494] text-white font-medium shadow-lg hover:shadow-blue-200 transition-all duration-300 gap-3">
+ <Hand className="w-2 h-2" strokeWidth={2} />
240
Book a call
241
</Button>
242
</Link>
0 commit comments