diff --git a/src/components/sections/feature/FeatureCardTwentyOne.tsx b/src/components/sections/feature/FeatureCardTwentyOne.tsx index 9c87b5c..0f529bb 100644 --- a/src/components/sections/feature/FeatureCardTwentyOne.tsx +++ b/src/components/sections/feature/FeatureCardTwentyOne.tsx @@ -37,22 +37,20 @@ export default function FeatureCardTwentyOne({ return (
- {/* Header Section */} -
-
- - {tag} +
+
+
+ + {tag} +

{title}

-

- {description} -

+

{description}

- {/* Flip Cards Grid */} -
+
{accordionItems.map((item) => (
- {/* Front Side */} + {/* Front of card */}
-

+

{item.title}

-

- Click to read more +

+ Click to read full testimonial

-
- - {item.id} - +
+ + +
- {/* Back Side */} + {/* Back of card */}
-

- {item.title} -

-

- {item.content} -

+

{item.content}

+
+
+ + +
-

- Click to flip back -