diff --git a/app/features/public-area/components/call-to-action.tsx b/app/features/public-area/components/call-to-action.tsx index 99e4d44..81078cb 100644 --- a/app/features/public-area/components/call-to-action.tsx +++ b/app/features/public-area/components/call-to-action.tsx @@ -7,7 +7,7 @@ import { TextField } from "./fields"; import Alert from "~/features/core/components/alert"; -import backgroundImage from "../images/background-call-to-action.jpg"; +import backgroundImage from "../images/background-call-to-action.webp"; export default function CallToAction() { const actionData = useActionData(); diff --git a/app/features/public-area/components/faqs.tsx b/app/features/public-area/components/faqs.tsx index 66694f1..771eeb5 100644 --- a/app/features/public-area/components/faqs.tsx +++ b/app/features/public-area/components/faqs.tsx @@ -4,7 +4,7 @@ import clsx from "clsx"; import Container from "./container"; -import backgroundImage from "../images/background-faqs.jpg"; +import backgroundImage from "../images/background-faqs.webp"; export default function Faqs() { return ( diff --git a/app/features/public-area/images/background-call-to-action.webp b/app/features/public-area/images/background-call-to-action.webp new file mode 100644 index 0000000..98a6284 Binary files /dev/null and b/app/features/public-area/images/background-call-to-action.webp differ diff --git a/app/features/public-area/images/background-faqs.webp b/app/features/public-area/images/background-faqs.webp new file mode 100644 index 0000000..3144848 Binary files /dev/null and b/app/features/public-area/images/background-faqs.webp differ