From c6466ea0d7e551b17bdadccc1163d61cffe3b1f9 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Tue, 3 Feb 2026 16:58:51 +0200 Subject: [PATCH] Bob AI: Add star rating display (4.8/5) next to each instr... --- src/components/sections/team/TeamCardOne.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) 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) => (