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. +

+
+
+ +
+
+
+);