diff --git a/src/components/GetInTouch/Arrow.tsx b/src/components/GetInTouch/Arrow.tsx
index 060a68e..47876bf 100644
--- a/src/components/GetInTouch/Arrow.tsx
+++ b/src/components/GetInTouch/Arrow.tsx
@@ -4,11 +4,13 @@ import {
LINKEDIN_LINK,
DRIBBLE_LINK,
FLICKR_LINK,
+ MAIL_TO_LINK,
} from "@/utils/constants";
import { InstagramIcon } from "@/components/icons/Instagram";
import { LinkedInIcon } from "@/components/icons/LinkedIn";
import { DribbleIcon } from "@/components/icons/Dribble";
import { FlickrIcon } from "@/components/icons/Flickr";
+import { MailIcon } from "@/components/icons/Mail";
export const Arrow: React.FC = () => {
const [showFullWidth, setShowFullWidth] = useState(false);
@@ -83,6 +85,15 @@ export const Arrow: React.FC = () => {
>
- I studied at Bologna University and worked in London for 6 years. I - {"'"}m currently freelancing and travelling the globe. -
*/} -Working in multidisciplinary environments and different design areas including: 2D/3D graphics, 3D interiors and UX/UI strategy. I{"'"}m diff --git a/src/components/Home/Skills/index.tsx b/src/components/Home/Skills/index.tsx index 1eef5a3..5c1daa9 100644 --- a/src/components/Home/Skills/index.tsx +++ b/src/components/Home/Skills/index.tsx @@ -5,7 +5,7 @@ export const Skills = () => (