From e8c5c2cf5650fca79d9f2443488dda6198ad66de Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 27 Feb 2026 12:56:35 +0000 Subject: [PATCH] Update src/components/sections/metrics/MetricCardThree.tsx --- .../sections/metrics/MetricCardThree.tsx | 72 +++++++++---------- 1 file changed, 34 insertions(+), 38 deletions(-) diff --git a/src/components/sections/metrics/MetricCardThree.tsx b/src/components/sections/metrics/MetricCardThree.tsx index dd4ca8f..3ad9845 100644 --- a/src/components/sections/metrics/MetricCardThree.tsx +++ b/src/components/sections/metrics/MetricCardThree.tsx @@ -54,23 +54,22 @@ export default function MetricCardThree({ return (
- {/* Header Section */} -
-
- - {tag} +
+
+ + + {tag} +
-

{title}

-

+

{description}

- {/* Metrics Grid with Flip Cards */} -
+
{metrics.map((metric) => { - const MetricIcon = metric.icon; + const Icon = metric.icon; const isFlipped = flipped[metric.id] || false; return ( @@ -81,49 +80,47 @@ export default function MetricCardThree({ >
- {/* Front of Card */}
- -

- {metric.title} -

-

- {metric.value} -

-

- Click to see more -

+
+
+ +
+

+ {metric.title} +

+
+
{metric.value}
- {/* Back of Card */}
-

+

{metric.title} represents our commitment to excellence and continuous growth in the computer club community.

-

- Click to flip back -

@@ -131,14 +128,13 @@ export default function MetricCardThree({ })}
- {/* Buttons Section */} {buttons.length > 0 && ( -
+
{buttons.map((button, index) => ( {button.text}