Rust Content Mosaic
A bold, expressive events content grid with an artistic terracotta/rust color palette.
Features
- 6 event cards in a mosaic/bento-style layout (2 large featured + 4 standard)
- Category badges with icons (Music, Art, Food, Conference, Workshop, Film)
- Each card: date, title, venue with map pin, description, and action button
- Terracotta (#c2410c, #ea580c) with warm tan (#d4a574) on dark stone (#1c1917)
- Hover effects with gradient overlay and shadow transitions
- Responsive asymmetric grid (1 col → 2 col → 3 col)
- Google Fonts: Sora for a modern, geometric feel
- WCAG AA compliant contrast ratios
Usage
import RegistryItem from './registry-item';
export default function Page() {
return <RegistryItem />;
}
Customization
- Replace the
events array with your actual event data
- Adjust the
featured flag to control which cards span multiple grid cells
- Modify the gradient colors by changing the orange/stone Tailwind classes
- Add date-fns or similar for dynamic date formatting
- Connect 'Get Tickets' buttons to your ticketing platform