Components
This is a testimonial component which changes text and image with next testimonial.
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/split-testimonialLoading preview...
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>
)
}