Cobblestone Event Testimonials
A retro-futuristic testimonial section designed for event companies, conferences, and festivals.
Features
- 4 testimonial cards with avatar initials, names, roles, and event attended
- 5-star rating system per testimonial
- Decorative atomic orbit and starburst SVG shapes for the 1960s space-age aesthetic
- Warm amber (#F59E0B) accents on deep plum (#3B0764) dark background
- Light mode: soft lilac (#F3E8FF) background with plum text
- Rounded 3xl card shapes with hover effects
- Badge component for event names
- Fully responsive 2-column grid layout
- WCAG AA compliant color contrast in both modes
Usage
import RegistryItem from './registry-item';
export default function TestimonialsPage() {
return <RegistryItem />;
}
Customization
- Update the
testimonials array with real attendee data and quotes
- Modify the amber/plum color palette to match your event branding
- Add or remove decorative SVG shapes for more or less visual flair
- Adjust the star rating component for half-star support if needed