A three-card testimonial carousel section with a highlighted center quote, keyboard navigation, and previous/next controls.
import Testimonial3 from "@/components/ui/testimonial-section-3"; export default function Default() { return ( <div className="w-full bg-background"> <Testimonial3 /> </div> ); }