diff --git a/src/app/components/Footer.tsx b/src/app/components/Footer.tsx index df297d5..e232864 100644 --- a/src/app/components/Footer.tsx +++ b/src/app/components/Footer.tsx @@ -1,22 +1,23 @@ import Image from 'next/image'; import Link from 'next/link'; import React from 'react'; -import FeedbackModal from './FeedbackModal'; +// import FeedbackModal from './FeedbackModal'; -const columnOneLinks = [ - { - href: "https://github.com/goinvo/staffplan-next-app", label: "Get Involved" - }, -]; +// const columnOneLinks = [ +// { +// href: "https://github.com/goinvo/staffplan-next-app", label: "Open Source" +// }, +// ]; const columnTwoLinks = [ // { href: "#", label: "Help" }, - { href: "mailto:staffplan@goinvo.com ", label: "Contact" } + { href: "mailto:staffplan@goinvo.com?subject=StaffPlan Contact", label: "Contact" }, + { href: "https://github.com/goinvo/staffplan-next-app", label: "Open Source" } ]; const columnThreeLinks = [ { href: "https://app.staffplan.com/sign_in", label: "Sign In" }, - { href: "https://app.staffplan.com/registrations/new", label: "Try for Free" } + { href: "https://app.staffplan.com/registrations/new", label: "Try StaffPlan" } ]; const Footer: React.FC = () => ( @@ -25,18 +26,14 @@ const Footer: React.FC = () => (
staffplan logo
- GoInvo logo + + GoInvo logo +

© 2024

- {columnOneLinks.map((link, index) => ( - - {link.label} - - ))} -
{columnTwoLinks.map((link, index) => ( @@ -54,7 +51,9 @@ const Footer: React.FC = () => (
- GoInvo logo + + GoInvo logo +

© 2024

diff --git a/src/app/components/Header.tsx b/src/app/components/Header.tsx index 1b77d85..97ec58b 100644 --- a/src/app/components/Header.tsx +++ b/src/app/components/Header.tsx @@ -1,7 +1,6 @@ import React from 'react'; import Link from 'next/link'; import Image from 'next/image'; -import FeedbackModal from './FeedbackModal'; interface NavbarLinksTypes { href: string; @@ -27,9 +26,6 @@ const Header: React.FC = () => { {"Sign In"}