From 31e5d00c748ce9ee3f934dcb6c007f4a1d5812fc Mon Sep 17 00:00:00 2001 From: m5r Date: Wed, 13 Jul 2022 23:50:17 +0200 Subject: [PATCH] small landing page adjustments --- .../public-area/components/call-to-action.tsx | 9 ++- app/features/public-area/components/faqs.tsx | 56 ++++--------------- 2 files changed, 18 insertions(+), 47 deletions(-) diff --git a/app/features/public-area/components/call-to-action.tsx b/app/features/public-area/components/call-to-action.tsx index b769345..99e4d44 100644 --- a/app/features/public-area/components/call-to-action.tsx +++ b/app/features/public-area/components/call-to-action.tsx @@ -5,9 +5,10 @@ import Button from "./button"; import Container from "./container"; import { TextField } from "./fields"; -import backgroundImage from "../images/background-call-to-action.jpg"; import Alert from "~/features/core/components/alert"; +import backgroundImage from "../images/background-call-to-action.jpg"; + export default function CallToAction() { const actionData = useActionData(); @@ -31,7 +32,10 @@ export default function CallToAction() {

-
+ {actionData?.submitted ? (