feat: add reference cards and detail content components to display testimonials

This commit is contained in:
Poyraz Avsever
2026-06-20 12:49:45 +03:00
parent a22055c4d9
commit 02429f69fd
2 changed files with 7 additions and 3 deletions
+4 -1
View File
@@ -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>
);
}