package com.prudas.app.dto;

public record TestimonialResponse(Long id, String quote, String authorName, String authorTitle, int displayOrder) {
}
