Skip to content

Commit

Permalink
updated the phone number
Browse files Browse the repository at this point in the history
  • Loading branch information
parlgy committed Apr 26, 2024
1 parent c075f6a commit f35a0f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const Footer = () => {
</a>
</p>
<p className="py-2 text-center lg:text-left text-[#ABABAB]">
Phone: +254 726691812
Phone: 0726691812
</p>
</div>
<div className="mt-4 lg:mt-0">
Expand Down
2 changes: 1 addition & 1 deletion src/pages/ContactPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const ContactPage = () => {
<p className="text-4xl font-bold lg:text-6xl hero2 text-center lg:text-left">Let's Talk</p>
<div className="my-8">
<p className="text-center lg:text-left text-[#ABABAB]">Email: <a href="mailto:ungaraged@gmail.com" className="underline">ungaraged(at)gmail.com</a></p>
<p className="py-2 text-center lg:text-left text-[#ABABAB]">Phone: +254 726691812</p>
<p className="py-2 text-center lg:text-left text-[#ABABAB]">Phone: 0726691812</p>
</div>

<div className="grid md:grid-cols-3 lg:grid-cols-1 items-center">
Expand Down

0 comments on commit f35a0f3

Please sign in to comment.