This commit is contained in:
Desktop
2025-11-14 07:24:20 +05:00
parent 74c8a57dc3
commit 628620406d
22 changed files with 303 additions and 293 deletions

View File

@@ -14,10 +14,10 @@ interface FeatureGridProps {
const FeatureGrid: React.FC<FeatureGridProps> = ({ features }) => {
const iconColors = [
"from-[#0693e3] to-[#0472b8]", // Blue
"from-[#0bbf87] to-[#08966b]", // Green
"from-[#ff7a00] to-[#cc5f00]", // Amber
"from-[#5d4ae3] to-[#3a2f94]", // Purple
"from-[var(--igny8-blue)] to-[var(--igny8-blue-dark)]", // Blue
"from-[var(--igny8-green)] to-[var(--igny8-green-dark)]", // Green
"from-[var(--igny8-amber)] to-[var(--igny8-amber-dark)]", // Amber
"from-[var(--igny8-purple)] to-[var(--igny8-purple-dark)]", // Purple
];
return (