Skip to content

Commit

Permalink
padding added
Browse files Browse the repository at this point in the history
  • Loading branch information
olatunde1998 committed Jan 19, 2025
1 parent ec7a747 commit d93e85b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/landing-page-components/ContactUs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function ContactUs() {
<a
href="https://api.whatsapp.com/send/?phone=2348133642798&text=Welcome+to+Geomatic+Connect%2C+please+ask+me+any+question+regarding+our+products+and+services&type=phone_number&app_absent=0"
target="_blank"
className="bg-[#014751] text-[#FFFFFF] rounded-xl w-[150px] md:w-[180px] text-center flex items-center justify-center cursor-pointer text-sm"
className="p-3 lg:p-4 bg-[#014751] text-[#FFFFFF] rounded-xl w-[150px] md:w-[180px] text-center flex items-center justify-center cursor-pointer text-sm"
>
Contact Us
</a>
Expand Down

0 comments on commit d93e85b

Please sign in to comment.