Skip to content

Commit a1b449b

Browse files
Update src/pages/About.tsx
1 parent 3f735c3 commit a1b449b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/About.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -235,8 +235,8 @@ const About = () => {
235235

236236
<div className="text-center mt-16">
237237
<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} />
238+
<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">
239+
<Hand className="w-2 h-2" strokeWidth={2} />
240240
Book a call
241241
</Button>
242242
</Link>

0 commit comments

Comments
 (0)