diff --git a/app/assets/logo.afdesign~lock~ b/app/assets/logo.afdesign~lock~ deleted file mode 100644 index aadd587..0000000 Binary files a/app/assets/logo.afdesign~lock~ and /dev/null differ diff --git a/app/components/syntax/Hero.tsx b/app/components/syntax/Hero.tsx index 2031347..d30aa1f 100644 --- a/app/components/syntax/Hero.tsx +++ b/app/components/syntax/Hero.tsx @@ -1,6 +1,6 @@ import { HeroBackground } from "@syntax/HeroBackground"; -import blurIndigoImage from "@/images/blur-indigo.png"; -import blurCyanImage from "@/images/blur-cyan.png"; +import blurIndigoImage from "@/images/blur-indigo.webp"; +import blurCyanImage from "@/images/blur-cyan.webp"; import { Image } from "@/components/common/Image"; import { Highlight } from "prism-react-renderer"; import { Button } from "@syntax/Button"; diff --git a/app/images/blur-cyan.webp b/app/images/blur-cyan.webp new file mode 100644 index 0000000..44dda68 Binary files /dev/null and b/app/images/blur-cyan.webp differ diff --git a/app/images/blur-indigo.webp b/app/images/blur-indigo.webp new file mode 100644 index 0000000..f9217ca Binary files /dev/null and b/app/images/blur-indigo.webp differ