import { SectionHeading } from "@/components/ui/section-heading" import { ComponentContainer } from "@/components/ui/component-container" import { TestimonialCard } from "@/components/blocks/testimonial-card-block" export function TestimonialCardSection() { return (
) }