diff --git a/web/src/components/LandingSection/LandingSection.js b/web/src/components/LandingSection/LandingSection.js index 4dcd5f5..0156516 100644 --- a/web/src/components/LandingSection/LandingSection.js +++ b/web/src/components/LandingSection/LandingSection.js @@ -7,19 +7,12 @@ import { } from './mockEditorParts' import Svg from 'src/components/Svg' import OutBound from 'src/components/OutBound' -import ReactGA from 'react-ga' import LoginModal from 'src/components/LoginModal' import { useState } from 'react' +import { routes, Link } from '@redwoodjs/router' const LandingSection = () => { const [isLoginModalOpen, setIsLoginModalOpen] = useState(false) - const recordedLogin = async () => { - ReactGA.event({ - category: 'login', - action: 'landing section CTA', - }) - setIsLoginModalOpen(true) - } return (
@@ -163,14 +156,13 @@ const LandingSection = () => { {' '} with more integrations coming soon.

- + +
+ + Start Hacking Now + +
+