From dfd6e21c36862dbce0614e99c6606a17a7bced52 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Mon, 9 Feb 2026 16:00:34 +0200 Subject: [PATCH] Bob AI: add a new feature about 'Real-time Multiplayer' wi... --- src/components/sections/feature/FeatureCardTwentyFive.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/sections/feature/FeatureCardTwentyFive.tsx b/src/components/sections/feature/FeatureCardTwentyFive.tsx index 5ed4c23..e9ac161 100644 --- a/src/components/sections/feature/FeatureCardTwentyFive.tsx +++ b/src/components/sections/feature/FeatureCardTwentyFive.tsx @@ -8,6 +8,7 @@ import type { LucideIcon } from "lucide-react"; import type { CardAnimationTypeWith3D, TitleSegment, ButtonConfig } from "@/components/cardStack/types"; import type { TextboxLayout, InvertedBackground } from "@/providers/themeProvider/config/constants"; +import { Sword } from "lucide-react"; interface MediaItem { imageSrc?: string;