diff --git a/src/components/Footer.tsx b/src/components/Footer.tsx new file mode 100644 index 0000000..3c20050 --- /dev/null +++ b/src/components/Footer.tsx @@ -0,0 +1,96 @@ +import clsx from "clsx"; +import { Link, useLocation } from "react-router"; +import YoutubeIcon from "./icons/YoutubeIcon"; +import InstagramIcon from "./icons/InstagramIcon"; +import FacebookIcon from "./icons/FacebookIcon"; +import LinkedInIcon from "./icons/LinkedInIcon"; +import TwitterIcon from "./icons/TwitterIcon"; + +function Footer() { + const { pathname } = useLocation(); + + return ( +
+ For more information, visit our website: + + www.irth.ae + +
+Follow us for more:
+Tap to move
Zoom and Move to select a location
{day}
diff --git a/src/components/icons/ArrowDownIcon.tsx b/src/components/icons/ArrowDownIcon.tsx new file mode 100644 index 0000000..6fc90ca --- /dev/null +++ b/src/components/icons/ArrowDownIcon.tsx @@ -0,0 +1,14 @@ +function ArrowDownIcon() { + return ( + + ); +} + +export default ArrowDownIcon; diff --git a/src/components/icons/FacebookIcon.tsx b/src/components/icons/FacebookIcon.tsx new file mode 100644 index 0000000..6a79d5d --- /dev/null +++ b/src/components/icons/FacebookIcon.tsx @@ -0,0 +1,12 @@ +function FacebookIcon() { + return ( + + ); +} + +export default FacebookIcon; diff --git a/src/components/icons/InstagramIcon.tsx b/src/components/icons/InstagramIcon.tsx new file mode 100644 index 0000000..207b725 --- /dev/null +++ b/src/components/icons/InstagramIcon.tsx @@ -0,0 +1,12 @@ +function InstagramIcon() { + return ( + + ); +} + +export default InstagramIcon; diff --git a/src/components/icons/LinkedInIcon.tsx b/src/components/icons/LinkedInIcon.tsx new file mode 100644 index 0000000..51d556f --- /dev/null +++ b/src/components/icons/LinkedInIcon.tsx @@ -0,0 +1,12 @@ +function LinkedInIcon() { + return ( + + ); +} + +export default LinkedInIcon; diff --git a/src/components/icons/TouchIcon.tsx b/src/components/icons/TouchIcon.tsx new file mode 100644 index 0000000..0cf825a --- /dev/null +++ b/src/components/icons/TouchIcon.tsx @@ -0,0 +1,20 @@ +function TouchIcon() { + return ( + + ); +} + +export default TouchIcon; diff --git a/src/components/icons/TwitterIcon.tsx b/src/components/icons/TwitterIcon.tsx new file mode 100644 index 0000000..8d0240d --- /dev/null +++ b/src/components/icons/TwitterIcon.tsx @@ -0,0 +1,16 @@ +function TwitterIcon() { + return ( + + ); +} + +export default TwitterIcon; diff --git a/src/components/icons/YoutubeIcon.tsx b/src/components/icons/YoutubeIcon.tsx new file mode 100644 index 0000000..24c8d25 --- /dev/null +++ b/src/components/icons/YoutubeIcon.tsx @@ -0,0 +1,14 @@ +function YoutubeIcon() { + return ( + + ); +} + +export default YoutubeIcon; diff --git a/src/components/icons/map/MoveIcon.tsx b/src/components/icons/map/MoveIcon.tsx index c14914a..2e5a292 100644 --- a/src/components/icons/map/MoveIcon.tsx +++ b/src/components/icons/map/MoveIcon.tsx @@ -1,15 +1,11 @@ function MoveIcon() { return ( -