From d65a2018722bc80f3a93d6d66e1c043cc9f653fb Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 31 Jan 2026 15:56:19 +0200 Subject: [PATCH] Bob AI: change icon in features to Star --- src/components/sections/feature/FeatureCardTwentyTwo.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/components/sections/feature/FeatureCardTwentyTwo.tsx b/src/components/sections/feature/FeatureCardTwentyTwo.tsx index ffbdda7..5f2634c 100644 --- a/src/components/sections/feature/FeatureCardTwentyTwo.tsx +++ b/src/components/sections/feature/FeatureCardTwentyTwo.tsx @@ -9,6 +9,7 @@ import { useTheme } from "@/providers/themeProvider/ThemeProvider"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig, CardAnimationType, TitleSegment } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; +import { Star } from "lucide-react"; type FeatureItem = { id: string; @@ -156,6 +157,9 @@ const FeatureCardTwentyTwo = ({ ))} +
+ +
))}