diff --git a/apps/project-flow/src/components/ai-generated/CTA.tsx b/apps/project-flow/src/components/ai-generated/CTA.tsx index a92eda4..8fa657e 100644 --- a/apps/project-flow/src/components/ai-generated/CTA.tsx +++ b/apps/project-flow/src/components/ai-generated/CTA.tsx @@ -2,27 +2,24 @@ export default function CTA() { return (
-

- Ready to transform your career? -

-

- Join thousands of learners who are already building the future. - Start with a free trial today. -

+

Ready to start your learning journey?

+

Join thousands of learners who are already transforming their careers. Start with a free trial and experience the difference.

- + Get started for free - + Talk to sales
+
+ + Learnify + +
+
+ Empowering learners worldwide with accessible, high-quality education. Start your journey today. +
); diff --git a/apps/project-flow/src/components/ai-generated/Courses.tsx b/apps/project-flow/src/components/ai-generated/Courses.tsx index e69ddf1..866aa41 100644 --- a/apps/project-flow/src/components/ai-generated/Courses.tsx +++ b/apps/project-flow/src/components/ai-generated/Courses.tsx @@ -1,111 +1,76 @@ export default function Courses() { - const courses = [ - { - title: "Web Development Bootcamp", - description: - "Master HTML, CSS, JavaScript, and React with hands-on projects.", - tags: [ - { label: "Development", accent: false }, - { label: "Beginner", accent: false }, - ], - weeks: 12, - students: "15,400", - rating: "4.9", - }, - { - title: "Data Science Fundamentals", - description: - "Learn Python, statistics, and machine learning from scratch.", - tags: [ - { label: "Data Science", accent: true }, - { label: "Intermediate", accent: false }, - ], - weeks: 10, - students: "12,300", - rating: "4.8", - }, - { - title: "UX/UI Design Mastery", - description: - "Create stunning user experiences with modern design principles.", - tags: [ - { label: "Design", accent: true }, - { label: "All Levels", accent: false }, - ], - weeks: 8, - students: "9,800", - rating: "4.9", - }, - ]; - return (
-
-
-

- Popular Courses -

-

- Start your learning journey with our most loved courses -

-
- - View all courses → - -
- +

Popular Courses

+

Start your learning journey with our most loved courses

- {courses.map((c) => ( -
-
-
-
- {c.tags.map((t) => ( - - {t.label} - - ))} +
+
+ +
+
+ + Development + +

Web Development Bootcamp

+

Master HTML, CSS, JavaScript, and React with hands-on projects.

+
+
+ 12 weeks + 15,400 + 4.9
-

- {c.title} -

-

- {c.description} -

-
- - 🕑 {c.weeks} weeks - - - 👤 {c.students} - - - ⭐ {c.rating} - + +
+
+
+
+
+ +
+
+ + Data Science + +

Data Science Fundamentals

+

Learn Python, statistics, and machine learning from scratch.

+
+
+ 10 weeks + 12,300 + 4.8
- +
- ))} +
+
+
+ +
+
+ + Design + +

UX/UI Design Mastery

+

Create stunning user experiences with modern design principles.

+
+
+ 8 weeks + 9,800 + 4.9 +
+ +
+
+
diff --git a/apps/project-flow/src/components/ai-generated/Features.tsx b/apps/project-flow/src/components/ai-generated/Features.tsx index 5352916..4197262 100644 --- a/apps/project-flow/src/components/ai-generated/Features.tsx +++ b/apps/project-flow/src/components/ai-generated/Features.tsx @@ -1,56 +1,31 @@ export default function Features() { - const features = [ - { - icon: "\u{1F4CB}", - title: "Interactive Courses", - description: - "Engage with hands-on projects and real-world exercises that reinforce your learning.", - }, - { - icon: "\u{1F465}", - title: "Community Learning", - description: - "Connect with peers, join study groups, and collaborate on projects together.", - }, - { - icon: "\u{2B07}", - title: "Verified Certificates", - description: - "Earn industry-recognized certificates to showcase your achievements.", - }, - ]; - return ( -
+
-

- Everything you need to succeed -

-

- Our platform provides all the tools and resources you need to master - new skills and achieve your goals. -

- +

Everything you need to succeed

+

Our platform provides all the tools and resources you need to master new skills and achieve your goals.

- {features.map((f) => ( -
-
- {f.icon} -
-

- {f.title} -

-

- {f.description} -

+
+
+ 🎓
- ))} +

Interactive Courses

+

Engage with hands-on projects and real-world exercises that reinforce your learning.

+
+
+
+ 💬 +
+

Community Learning

+

Connect with peers, join study groups, and collaborate on projects together.

+
+
+
+ ✅ +
+

Verified Certificates

+

Earn industry-recognized certificates to showcase your achievements.

+
diff --git a/apps/project-flow/src/components/ai-generated/Hero.tsx b/apps/project-flow/src/components/ai-generated/Hero.tsx index 14f45aa..4fba3c0 100644 --- a/apps/project-flow/src/components/ai-generated/Hero.tsx +++ b/apps/project-flow/src/components/ai-generated/Hero.tsx @@ -2,69 +2,52 @@ export default function Hero() { return (
-
+
- New courses available + Learnify - -

- Learn without limits, grow without boundaries. -

- -

- Access world-class education from top instructors. Master new - skills, advance your career, and unlock your potential with our - interactive learning platform. -

- +

Learn without limits, grow without boundaries.

+

Access world-class education from top instructors. Master new skills, advance your career, and unlock your potential with our interactive learning platform.

- -
-
- {[1, 2, 3, 4, 5].map((i) => ( -
- ))} -
- +
+ 50,000+ students already enrolled + + learning daily + +
+
+ + Interactive Courses + + + Community Learning + + + Verified Certificates +
- -
-

Course Progress

-
-
-
+
+
+
+ +
+
+ +
+
+
- +85% -
-
- {["Mon", "Tue", "Wed"].map((day) => ( -
-
- {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 +
  • +
+ +
+
+ + Free + + $0/month +
    +
  • + ✓ + 100 AI generations per month +
  • +
  • + ✓ + Basic model access +
  • +
  • + ✓ + Community support +
  • +
  • + ✓ + Standard response time +
  • +
+ +
+
+ + Team + + $49/user/month +
    +
  • + ✓ + Everything in Pro +
  • +
  • + ✓ + Team collaboration tools +
  • +
  • + ✓ + Shared workspaces +
  • +
  • + ✓ + Admin dashboard +
  • +
  • + ✓ + Centralized billing +
  • +
  • + ✓ + SSO authentication +
  • +
+ +
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 +
+
);