@@ -137,6 +137,63 @@ import Button from '../components/Button';
137137 </ul >
138138
139139 <p className = " text-3xl mt-16" >All at <strong >scale</strong > with Cloudinary</p >
140+ <p className = " text-3xl mt-32" >Cloudinary App Gallery</p >
141+ <p className = " text-xl mt-8" >This gallery exposes you to different applications that incorporate Cloudinary. You can view the code, clone the repository, and build your own version.</p >
142+ <ul className = " grid sm:grid-cols-2 gap-16 sm:gap-6 md:gap-8 lg:gap-16 mt-12 md:mt-20" >
143+ <li >
144+ <a href = " https://app-gallery.cloudinary.com/gallery/photo-crate" >
145+ <img
146+ className = " rounded-lg border border-zinc-200 mb-6"
147+ width = " 800"
148+ height = " 600"
149+ src = " https://res.cloudinary.com/nextjsnpm/image/upload/v1743523379/images/photo-crate.png"
150+ sizes = " 50w"
151+ alt = " "
152+ />
153+ </a >
154+ <h3 className = " text-2xl font-semibold mb-4" >Photo Crate</h3 >
155+ </li >
156+ <li >
157+ <a href = " https://app-gallery.cloudinary.com/gallery/cloudy-cam" >
158+ <img
159+ className = " rounded-lg border border-zinc-200 mb-6"
160+ width = " 800"
161+ height = " 600"
162+ src = " https://res.cloudinary.com/nextjsnpm/image/upload/v1743523378/images/cloudy-cam.png"
163+ sizes = " 50w"
164+ alt = " "
165+ />
166+ </a >
167+ <h3 className = " text-2xl font-semibold mb-4" >Cloudy Cam</h3 >
168+ </li >
169+ <li >
170+ <a href = " https://app-gallery.cloudinary.com/gallery/imgto-xyz" >
171+ <img
172+ className = " rounded-lg border border-zinc-200 mb-6"
173+ width = " 800"
174+ height = " 600"
175+ src = " https://res.cloudinary.com/nextjsnpm/image/upload/v1743523378/images/imgto-xyz.png"
176+ sizes = " 50w"
177+ alt = " "
178+ />
179+ </a >
180+ <h3 className = " text-2xl font-semibold mb-4" >Imgto.xyz</h3 >
181+ </li >
182+ <li >
183+ <a href = " https://app-gallery.cloudinary.com/gallery/image-carbron" >
184+ <img
185+ className = " rounded-lg border border-zinc-200 mb-6"
186+ width = " 800"
187+ height = " 600"
188+ src = " https://res.cloudinary.com/nextjsnpm/image/upload/v1743523378/images/image-carbron.png"
189+ sizes = " 50w"
190+ alt = " "
191+ />
192+ </a >
193+ <h3 className = " text-2xl font-semibold mb-4" >Image Carbon</h3 >
194+ </li >
195+ </ul >
196+ <Button className = " mt-10" ><a href = " https://app-gallery.cloudinary.com/" >Visit App Gallery</a ></Button >
140197</div >
141198
142199<div className = " text-center max-w-2xl mx-auto my-20 md:my-44" >
0 commit comments