import { Sparkles } from 'lucide-react'; export function PromptUrlsSection() { return (
Unique

Prompt URLs — Images via HTML

Put a prompt in your{' '} img src and get a real image. No API calls. No JavaScript. Just HTML.

<!-- Write this -->
<img{' '} src= "https://cdn.banatie.app/gen?p=modern office interior" {' '} />

<!-- Get this: production-ready image, cached, CDN-delivered -->

Perfect for static sites, prototypes, and AI coding agents that generate HTML.

); }