/** * @copyright nhcarrigan * @license Naomi's Public License * @author Naomi Carrigan */ export type Testimonials = Array<{ name: string; content: string; date: string; }>;