diff --git a/web/public/example-workflows/IPAdapter.jpg b/web/public/example-workflows/IPAdapter.jpg
deleted file mode 100644
index 3e5598a..0000000
Binary files a/web/public/example-workflows/IPAdapter.jpg and /dev/null differ
diff --git a/web/public/example-workflows/img2img.jpg b/web/public/example-workflows/img2img.jpg
deleted file mode 100644
index e3e818d..0000000
Binary files a/web/public/example-workflows/img2img.jpg and /dev/null differ
diff --git a/web/public/example-workflows/ipadapter.webp b/web/public/example-workflows/ipadapter.webp
new file mode 100644
index 0000000..1375a58
Binary files /dev/null and b/web/public/example-workflows/ipadapter.webp differ
diff --git a/web/public/example-workflows/text2img.jpg b/web/public/example-workflows/text2img.jpg
deleted file mode 100644
index 1fae03c..0000000
Binary files a/web/public/example-workflows/text2img.jpg and /dev/null differ
diff --git a/web/public/example-workflows/txt2img-lcm.webp b/web/public/example-workflows/txt2img-lcm.webp
new file mode 100644
index 0000000..ef8e543
Binary files /dev/null and b/web/public/example-workflows/txt2img-lcm.webp differ
diff --git a/web/public/example-workflows/txt2img.webp b/web/public/example-workflows/txt2img.webp
new file mode 100644
index 0000000..9f5ee20
Binary files /dev/null and b/web/public/example-workflows/txt2img.webp differ
diff --git a/web/public/example-workflows/upscale.webp b/web/public/example-workflows/upscale.webp
new file mode 100644
index 0000000..7c8897d
Binary files /dev/null and b/web/public/example-workflows/upscale.webp differ
diff --git a/web/src/app/(app)/examples/page.tsx b/web/src/app/(app)/examples/page.tsx
index 8b90efb..aeec4a6 100644
--- a/web/src/app/(app)/examples/page.tsx
+++ b/web/src/app/(app)/examples/page.tsx
@@ -1,6 +1,7 @@
 import { Button } from "@/components/ui/button";
 import { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle } from "@/components/ui/card";
 import Image from "next/image";
+import Link from "next/link";
 
 export default function Page() {
   return 
Text to Image, Image to Image, IPAdapter, and more. Here are some examples that you can use to deploy your workflow.
-