feat: update campus blueprint map layout, box fit, pin coordinates, and facility details

This commit is contained in:
Chanakyan
2026-07-23 18:32:48 +05:30
parent f810675191
commit f1c8f4ba0d
5 changed files with 582 additions and 80 deletions

View File

@@ -21,9 +21,9 @@ export default function FeatureCard({ feature }: FeatureCardProps) {
{/* Icon */}
<div
className="w-12 h-12 rounded-xl flex items-center justify-center transition-all duration-300 group-hover:scale-110"
style={{ backgroundColor: feature.bgColor }}
style={{ backgroundColor: feature.bgColor, color: feature.color }}
>
{IconComponent && <IconComponent className="w-6 h-6" style={{ color: feature.color } as React.CSSProperties} />}
{IconComponent && <IconComponent className="w-6 h-6" />}
</div>
{/* Content */}