From c2395b20ceca6f5674301e9cce857487194fd423 Mon Sep 17 00:00:00 2001 From: rzmk Date: Thu, 2 May 2024 09:33:52 -0400 Subject: [PATCH] refactor: add product demo request link & misc changes --- src/components/Footer.jsx | 25 ++++++----------------- src/components/Pricing.jsx | 42 ++++++++++++++++---------------------- 2 files changed, 24 insertions(+), 43 deletions(-) diff --git a/src/components/Footer.jsx b/src/components/Footer.jsx index f0ad9be..27c10fd 100644 --- a/src/components/Footer.jsx +++ b/src/components/Footer.jsx @@ -1,7 +1,4 @@ -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 = [ { @@ -19,6 +16,10 @@ const footerData = [ label: "Create a support ticket", href: "https://support.dathere.com", }, + { + label: "Request a demo", + href: "https://dathere.com/product-demo-request/", + }, ], }, { @@ -64,20 +65,6 @@ export const Footer = () => {

Making data Useful, Usable, and Used.

- {/*
- - - - - - -
*/}
@@ -137,8 +124,8 @@ export const Footer = () => {

- © 2023 datHere Inc. By using qsv pro and/or this - site, you agree to our{" "} + © datHere Inc. By using qsv pro and/or this site, + you agree to our{" "} {

- qsv pro + qsv pro (preview)

@@ -122,29 +122,23 @@ export const Pricing = () => { 1 license key

    - {pricingData - .concat( - !isMonthly - ? ["~$200 saved per year!"] - : [] - ) - .map((text, index) => ( -
  • - - {text} -
  • - ))} + {pricingData.map((text, index) => ( +
  • + + {text} +
  • + ))}