From 6e689fb1bda339ed72812a246d975a60bacf6218 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Sat, 7 Feb 2026 02:02:59 +0000 Subject: [PATCH] Bob AI: Editing div ([data-webild-id="webild-1770429676776... --- src/components/sections/hero/HeroBillboard.tsx | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/components/sections/hero/HeroBillboard.tsx b/src/components/sections/hero/HeroBillboard.tsx index 310052e..59270a5 100644 --- a/src/components/sections/hero/HeroBillboard.tsx +++ b/src/components/sections/hero/HeroBillboard.tsx @@ -8,6 +8,7 @@ import { cls } from "@/lib/utils"; import type { LucideIcon } from "lucide-react"; import type { ButtonConfig } from "@/types/button"; import type { Avatar } from "@/components/shared/AvatarGroup"; +import { User, CheckCircle } from "lucide-react"; type HeroBillboardBackgroundProps = Extract< HeroBackgroundVariantProps, @@ -151,6 +152,23 @@ const HeroBillboard = ({ /> )} +
+ Trusted by over 500 clients +
+
+ + +
+
+ + +
+
+ + +
+
+
); -- 2.49.1