-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ const Contact = () => { | |
<p className="mt-4 lg:mt-16 mb-8">You can contact me for any inquiries using the methods below : </p> | ||
<div className="grid grid-cols-1 lg:grid-cols-3 gap-4 justify-center items-center text-center"> | ||
<SquareCard src="/icons/socials/mail.png" alt="mail" title="Professional email" text="[email protected]" /> | ||
<SquareCard src="/icons/socials/phone.png" alt="phone" title="Phone number" text="+33 6 95 20 84 92" /> | ||
<SquareCard src="/icons/socials/phone.png" alt="phone" title="Phone number" text="Not Available" /> | ||
<SquareCard src="/icons/socials/mail.png" alt="mail" title="Personal email" text="[email protected]" /> | ||
</div> | ||
</div> | ||
|