import { FacebookIcon } from "../assets/icons/FacebookIcon"; import { InstagramIcon } from "../assets/icons/InstagramIcon"; import datHereLogoFull from "../assets/logos/datHere-logo-light.png"; import { TwitterIcon } from "../assets/icons/TwitterIcon"; const footerData = [ { title: "qsv pro", items: [ { label: "Download", href: "https://github.com/dathere/qsv-pro-releases/releases", }, { label: "Purchase a license key", href: "https://store.dathere.com/checkout/buy/41f919fd-2b68-40ea-a5ed-0f531b2efba5", }, { label: "Feedback form", href: "https://dathere.com/qsv-feedback-form/", }, ], }, { title: "Important Links", items: [ { label: "Terms & Conditions", href: "#" }, { label: "Privacy Policy", href: "#" }, ], }, { title: "Company", items: [ { label: "About Us", href: "https://dathere.com" }, { label: "Contact Us", href: "https://dathere.com/contact" }, { label: "Terms and Conditions", href: "https://dathere.com/terms-and-conditions/", }, { label: "Privacy Policy", href: "https://dathere.com/privacy-policy/", }, ], }, ]; export const Footer = () => { return ( ); };