diff --git a/src/components/sections/team/TeamCardOne.tsx b/src/components/sections/team/TeamCardOne.tsx index 55393bc..8b2e0d8 100644 --- a/src/components/sections/team/TeamCardOne.tsx +++ b/src/components/sections/team/TeamCardOne.tsx @@ -7,6 +7,7 @@ import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig, GridVariant, CardAnimationTypeWith3D, TitleSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; +import { Star } from "lucide-react"; type TeamCardOneGridVariant = Exclude; @@ -168,6 +169,13 @@ const TeamCardOne = ({ buttonTextClassName={textBoxButtonTextClassName} ariaLabel={ariaLabel} > +
+ + + + + +
{members.map((member, index) => (