This commit is contained in:
2025-05-13 18:50:24 +05:00
parent 599e3bb4cb
commit 385878aa84
14 changed files with 325 additions and 191 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ function UnitTypeCard({ project, type }: { project: string; type: UnitType }) {
<img src={type.img} alt="" />
<div className="space-y-1 2xl:space-y-[0.278vw]">
<p className="text-s text-[#0D1922]/70">{type.area}</p>
<p className="text-subheadline-s font-medium">{type.name}</p>
<p className="text-h4 font-medium">{type.name}</p>
</div>
</div>
);