src/app/(default)/contact/_blocks/testimonial.tsximport { Section } from '@/components/section'import { Heading } from '@/components/heading'import { Label } from '@/components/label'import { Grid } from '@/components/grid'import { CardTestimonial } from '@/components/card-testimonial'export default function Testimonial() {return (<Section className="bg-body py-10"><div className="mb-4"><Label margin="mb-2">Readers</Label><Headingas="h2"margin="mb-2">What Our Readers Are Saying</Heading></div><Gridgap="gap-6"
Showing the first 20 lines.
Get full code