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