Refactor code structure for improved readability and maintainability

This commit is contained in:
Poyraz Avsever
2026-03-11 14:44:20 +03:00
parent bcbfebe5a3
commit c6d1252bb8
13 changed files with 1781 additions and 35 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ import { ReferenceCards } from "@/components/reference-cards";
export function ReferencesSection() {
return (
<section className="space-y-8 md:pt-12">
<section className="space-y-8 md:pt-4">
<div className="relative overflow-hidden rounded-sm">
<ReferenceCards className="flex w-max gap-3" />
<div