import Image from "next/image"; export function PricingSection() { const essentialFeatures = [ "Full Project Management", "Basic Time Tracking", "Chat & Communication", "Data History: Access to the last 6 months", "Support: Email Support ", ]; const businessFeatures = [ "Advanced Financial System", "Smart Time Tracking", "Guest Access", "Data History: Unlimited", "Full Project Management", "Basic Time Tracking", "Chat & Communication", "Support: Email Support ", ]; const agencyFeatures = [ "Full Project Management", "Basic Time Tracking", "Chat & Communication", "Data History: Access to the last 6 months", "VIP Support", "Dedicated API", "Dedicated Onboarding", ]; return (
{/* Top Header Block (Text, id: 4193:10401, width: 1010, height: 132) */}
{/* Glow Aura behind badge (Back, id: 4193:10402: Ellipse 1578 & 1579) */}
{/* Badge (3, id: 4193:10407, width: 40, height: 40) */}
{/* Text Container (Frame 2095586188, id: 4193:10410, width: 1010, height: 68, itemSpacing: 12) */}
{/* Title (Title, id: 4193:10411, 32px, Inter Medium, #ffffff) */}

Pick the plan that fits your workflow.

{/* Subtitle (Subtitle, id: 4193:10412, 14px, Inter Regular, #6f829e) */}

Whether you’re managing tasks or running an agency, TeamBy offers flexible plans that align with how your team actually works.

{/* Pricing Cards Container (Pricing, id: 4193:10216, width: 1216, height: 624) */}
{/* Ambient background glows */}
{/* 1. Essential Plan Card (Plan, id: 4193:10322, width: 389, height: 556, x: 1, y: 256) */}
{/* Top section */}
{/* Header + Subtitle Block */}
{/* Title & Badge Row */}

Essential

{/* Subtitle & Divider */}

Professional project management without complexity

{/* Price & Divider */}
$12 per
month
{/* Features List (Frame 2095586164: w: 299, h: 132, itemSpacing: 8) */}
{essentialFeatures.map((feature, idx) => (
{feature}
))}
{/* Button (Button, id: 4193:10357, width: 325, height: 44, radius: 12) */}
{/* 2. Business Plan Card (Plan, id: 4193:10220, width: 388, height: 584, x: 414, y: 188 - Elevated & Featured) */}
{/* Card Internal Glow & Particles Background */}
{/* Top-right subtle glow (Ellipse 1072: w: 138, h: 129, color: #032983, blur: 150) */}
{/* Bottom Multi-layer Gradient Graphic (Background Shape, id: 4193:10221) */}
{/* Star Constellation Overlay (Container, id: 4193:10272) */}
{/* Top section */}
{/* Header + Subtitle Block */}
{/* Title & Badge Row */}

Business

{/* Subtitle & Divider */}

Growing companies that want to control profitability and costs

{/* Price & Divider */}
$49 per
month
{/* Features List (Frame 2095586164: w: 206, h: 216, itemSpacing: 8) */}
{businessFeatures.map((feature, idx) => (
{feature}
))}
{/* Button (Button, id: 4193:10270, width: 325, height: 44, radius: 12, fill: #8fb0ff 80%) */}
{/* 3. Agency Plan Card (Plan, id: 4193:10359, width: 389, height: 557, x: 827, y: 256) */}
{/* Top section */}
{/* Header + Subtitle Block */}
{/* Title & Badge Row */}

Agency

{/* Subtitle & Divider */}

Digital agencies and large organizations that need full control and custom branding

{/* Price & Divider */}
$59 per
month
{/* Features List (Frame 2095586164: w: 299, h: 188, itemSpacing: 8) */}
{agencyFeatures.map((feature, idx) => (
{feature}
))}
{/* Button (Button, id: 4193:10399, width: 325, height: 44, radius: 12) */}
); }