This is a testimonial component which changes text and image with next testimonial.
import { TestimonialsSplit } from "@/components/ui/split-testimonial" export default function Home() { return ( <main className="min-h-screen flex items-center justify-center bg-background p-8 w-full"> <TestimonialsSplit /> </main> ) }