diff --git a/src/components/sections/team/TeamCardTwo.tsx b/src/components/sections/team/TeamCardTwo.tsx index f5888e5..4b1e788 100644 --- a/src/components/sections/team/TeamCardTwo.tsx +++ b/src/components/sections/team/TeamCardTwo.tsx @@ -7,6 +7,7 @@ import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig, GridVariant, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; +import { User } from "lucide-react"; // Import the User icon from lucide-react type TeamCardTwoGridVariant = Exclude; @@ -211,6 +212,7 @@ const TeamCardTwo = ({ buttonTextClassName={textBoxButtonTextClassName} ariaLabel={ariaLabel} > + {/* Inserted the User icon element */} {members.map((member, index) => (