landing page backgrounds png -> webp
This commit is contained in:
parent
96156c8094
commit
f392bd8af0
@ -7,7 +7,7 @@ import { TextField } from "./fields";
|
|||||||
|
|
||||||
import Alert from "~/features/core/components/alert";
|
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() {
|
export default function CallToAction() {
|
||||||
const actionData = useActionData<JoinWaitlistActionData>();
|
const actionData = useActionData<JoinWaitlistActionData>();
|
||||||
|
@ -4,7 +4,7 @@ import clsx from "clsx";
|
|||||||
|
|
||||||
import Container from "./container";
|
import Container from "./container";
|
||||||
|
|
||||||
import backgroundImage from "../images/background-faqs.jpg";
|
import backgroundImage from "../images/background-faqs.webp";
|
||||||
|
|
||||||
export default function Faqs() {
|
export default function Faqs() {
|
||||||
return (
|
return (
|
||||||
|
BIN
app/features/public-area/images/background-call-to-action.webp
Normal file
BIN
app/features/public-area/images/background-call-to-action.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 37 KiB |
BIN
app/features/public-area/images/background-faqs.webp
Normal file
BIN
app/features/public-area/images/background-faqs.webp
Normal file
Binary file not shown.
After Width: | Height: | Size: 16 KiB |
Loading…
Reference in New Issue
Block a user