From 916cef1d405fc45958f98840d045cb1528ef44c9 Mon Sep 17 00:00:00 2001 From: kudindmitriy Date: Wed, 4 Feb 2026 14:29:37 +0000 Subject: [PATCH] Bob AI: Can you add a section that display team members --- src/components/shared/AvatarGroup.tsx | 93 +++++++++++++++++++++++++++ 1 file changed, 93 insertions(+) diff --git a/src/components/shared/AvatarGroup.tsx b/src/components/shared/AvatarGroup.tsx index 97bc5da..53e1464 100644 --- a/src/components/shared/AvatarGroup.tsx +++ b/src/components/shared/AvatarGroup.tsx @@ -105,3 +105,96 @@ const TeamSection = () => ( ariaLabel="Team avatars" /> ); + +export const Pricing = () => ( +
+
+
+

Pricing

+

+ Choose a pricing plan that works for you. +

+
+
+
+
+

$20

+

per month

+
+
    +
  • + + Unlimited projects +
  • +
  • + + 24/7 support +
  • +
  • + + Custom domain +
  • +
+
+
+
+
+); + +export const Team = () => ( +
+
+
+

Our Team

+

+ Meet the team behind the scenes. +

+
+
+ +
+
+
+);