diff --git a/src/assets/icons/navIcons/location-pin.svg b/src/assets/icons/navIcons/location-pin.svg new file mode 100644 index 0000000..5e6e033 --- /dev/null +++ b/src/assets/icons/navIcons/location-pin.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/components/Home.jsx b/src/components/Home.jsx index 4f21190..7a428c7 100644 --- a/src/components/Home.jsx +++ b/src/components/Home.jsx @@ -14,6 +14,9 @@ import { useState } from "react"; import TallContent from "./TallContent"; const Home = () => { + const social = (url) => () => { + window.open(url, "_blank", "noopener,noreferrer"); + }; const [hoverAnimation, setHoverAnimation] = useState("animate__headShake"); const handleMouseEnter = (setAnimation) => { @@ -43,10 +46,16 @@ const Home = () => { onMouseEnter={handleMouseEnter} onAnimationEnd={handleAnimationEnd} /> -
+ Cologne, Germany +
+