diff --git a/docs/components/image.mdx b/docs/components/image.mdx
new file mode 100644
index 0000000..39acce2
--- /dev/null
+++ b/docs/components/image.mdx
@@ -0,0 +1,247 @@
+---
+title: Blade Components / Image
+description: Learn how to use the Image component in Cloudinary Laravel.
+ogImageTitle: Blade Components / Image
+head:
+ - tag: title
+ content: Blade Components / Image - Cloudinary Laravel
+---
+import Table from '@components/Table.astro';
+
+The Image component provides an easy way to deliver images from Cloudinary using Blade syntax.
+
+With it comes access to more advanced features like dynamic cropping, background removal, overlays, and other Cloudinary transofrmations.
+
+Basic usage:
+
+```blade
+