From 8cd03db1822a41e78d431dfdcde46a027f529810 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 8 May 2026 10:51:16 +0000 Subject: [PATCH] Switch to version 2: modified src/components/sections/about/AboutFeaturesSplit.tsx --- src/components/sections/about/AboutFeaturesSplit.tsx | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/components/sections/about/AboutFeaturesSplit.tsx b/src/components/sections/about/AboutFeaturesSplit.tsx index 30d0e36..0593f68 100644 --- a/src/components/sections/about/AboutFeaturesSplit.tsx +++ b/src/components/sections/about/AboutFeaturesSplit.tsx @@ -1,4 +1,3 @@ -import AnimatedBackground from "@/components/custom/AnimatedBackground"; import type { LucideIcon } from "lucide-react"; import Button from "@/components/ui/Button"; import TextAnimation from "@/components/ui/TextAnimation"; @@ -25,8 +24,7 @@ const AboutFeaturesSplit = ({ videoSrc, }: AboutFeaturesSplitProps) => { return ( -
- +
{tag} @@ -56,7 +54,7 @@ const AboutFeaturesSplit = ({
-
+
{items.map((item, index) => { const ItemIcon = resolveIcon(item.icon); return ( @@ -76,7 +74,7 @@ const AboutFeaturesSplit = ({ })}
-
+