import React from "react"; import { Card, CardContent } from "../ui/card"; export function TestimonialCardSkeleton() { return ( {/* Stars */}
{/* Video / Content placeholder */}
{/* Avatar + name + role */}
); }