feat: add reference cards and detail content components to display testimonials
This commit is contained in:
@@ -11,7 +11,10 @@ export function ReferencesDetailContent() {
|
||||
{"<- Hakkımda'ya dön"}
|
||||
</Link>
|
||||
|
||||
<ReferenceCards className="flex flex-wrap gap-3" />
|
||||
<ReferenceCards
|
||||
className="grid grid-cols-1 gap-3 md:grid-cols-2 lg:grid-cols-3"
|
||||
cardClassName="w-full"
|
||||
/>
|
||||
</section>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user