-
-
+
+
-
- {["Mon", "Tue", "Wed"].map((day) => (
-
- ))}
diff --git a/apps/project-flow/src/components/ai-generated/Pricing.tsx b/apps/project-flow/src/components/ai-generated/Pricing.tsx
index 6b34a51..bb928a1 100644
--- a/apps/project-flow/src/components/ai-generated/Pricing.tsx
+++ b/apps/project-flow/src/components/ai-generated/Pricing.tsx
@@ -1,102 +1,103 @@
export default function Pricing() {
- const plans = [
- {
- name: "Basic",
- price: "$29",
- period: "/mo",
- popular: false,
- features: [
- "Access to all beginner courses",
- "Hands-on projects",
- "Community forum access",
- "Weekly webinars",
- ],
- cta: "Select",
- },
- {
- name: "Pro",
- price: "$49",
- period: "/mo",
- popular: true,
- features: [
- "All Basic features",
- "Advanced courses",
- "Live mentorship sessions",
- "Project feedback",
- "Certificate of completion",
- ],
- cta: "Select",
- },
- {
- name: "Enterprise",
- price: "Custom",
- period: "",
- popular: false,
- features: [
- "All Pro features",
- "Dedicated account manager",
- "On-site training",
- "Custom curriculum",
- "Priority support",
- ],
- cta: "Contact Sales",
- },
- ];
-
return (
-
- Choose the plan that fits you
-
-
- Flexible pricing for individuals, teams, and organizations
-
-
+
Pricing Title
+
Subtitle
- {plans.map((p) => (
-
- {p.popular && (
-
- Most Popular
-
- )}
-
- {p.name}
-
-
- {p.price}
-
- {p.period}
-
-
-
- {p.features.map((f) => (
-
- ✓
- {f}
-
- ))}
-
-
- {p.cta}
-
-
- ))}
+
+
+ Most Popular
+
+
$29/month
+
+
+ ✓
+ Unlimited AI generations
+
+
+ ✓
+ Advanced model access
+
+
+ ✓
+ Priority support
+
+
+ ✓
+ Custom AI training
+
+
+ ✓
+ API access
+
+
+
+ Upgrade to Pro
+
+
+
+
+ Free
+
+
$0/month
+
+
+ ✓
+ 100 AI generations per month
+
+
+ ✓
+ Basic model access
+
+
+ ✓
+ Community support
+
+
+ ✓
+ Standard response time
+
+
+
+ Get Started
+
+
+
+
+ Team
+
+
$49/user/month
+
+
+ ✓
+ Everything in Pro
+
+
+ ✓
+ Team collaboration tools
+
+
+ ✓
+ Shared workspaces
+
+
+ ✓
+ Admin dashboard
+
+
+ ✓
+ Centralized billing
+
+
+ ✓
+ SSO authentication
+
+
+
+ Start a Team plan
+
+
diff --git a/apps/project-flow/src/components/ai-generated/Stats.tsx b/apps/project-flow/src/components/ai-generated/Stats.tsx
index d04fef8..e712bee 100644
--- a/apps/project-flow/src/components/ai-generated/Stats.tsx
+++ b/apps/project-flow/src/components/ai-generated/Stats.tsx
@@ -1,23 +1,29 @@
export default function Stats() {
- const stats = [
- { value: "50K+", label: "Active students", sub: "learning daily" },
- { value: "200+", label: "Expert instructors", sub: "across disciplines" },
- { value: "98%", label: "Completion rate", sub: "industry leading" },
- { value: "4.9", label: "Average rating", sub: "from learners" },
- ];
-
return (
-
- {stats.map((s) => (
-
-
{s.value}
-
- {s.label}
-
-
{s.sub}
+
+
+
+ 50K+
+ Active students
+ learning daily
- ))}
+
+ 98%
+ Completion rate
+ industry leading
+
+
+ 200+
+ Expert instructors
+ across disciplines
+
+
+ +85%
+ Course progress
+ Mon - Tue - Wed
+
+
);