From 87f3325b5e5df75ee556a7ee53d28a87612a5dca Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Fri, 6 Feb 2026 13:59:05 +0200 Subject: [PATCH] Bob AI: add a team section --- src/app/page.tsx | 46 ++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a59c8c..bd93caf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Zap, Star, Sparkles, CreditCard, Heart } from "lucide-react"; +import TeamCardOne from '@/components/sections/team/TeamCardOne'; export default function LandingPage() { return ( @@ -227,6 +228,51 @@ export default function LandingPage() { /> +
+ +
+