What problem does it solve? It standardizes how images, media galleries, and placeholder images are added to a Wix Astro site so that post-processing can replace placeholders and every image stays accessible and performant. ## Core Features & Use Cases - Standard Image Component: Enforces use of the shared Image component from @/components/ui/image with proper width, alt text, and loading attributes. - Placeholder System: Provides a Wix placeholder URL format with unique IDs that a post-processing step can detect and replace with real images. - Gallery Patterns: Supplies ready-made grid, masonry, and featured-image gallery layouts built with Tailwind CSS. - Use Case: When building a team page, define team member data with placeholder image URLs in the data array, then render avatars in a loop so the post-processor can swap in real photos later. ## Quick Start Add a hero section with a placeholder background image and a three-column photo gallery to my landing page.