diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..c17cae3 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,6 @@ +{ + "cSpell.words": [ + "Denlly", + "OFFDAY" + ] +} \ No newline at end of file diff --git a/src/components/global/Footer.tsx b/src/components/global/Footer.tsx index 05e77ed..49192a3 100644 --- a/src/components/global/Footer.tsx +++ b/src/components/global/Footer.tsx @@ -2,132 +2,139 @@ import React from "react"; import { BiLogoFacebook, BiLogoInstagram, - BiLogoTelegram, BiLogoTwitter, BiLogoWhatsapp, BiPhoneCall, - BiSolidMap, } from "react-icons/bi"; import { BsArrowRightShort } from "react-icons/bs"; +import { Link } from "react-router-dom"; +import { NavLinks } from "../../data"; const Footer = () => { + const servicesLink = NavLinks.find((navItem) => navItem.name === "Services"); + const availableServices = servicesLink?.subLinks; return ( -