From 9e692504e0e4bd4aad9416bfad7dab36ed5d31f1 Mon Sep 17 00:00:00 2001 From: Wayne Ngo Date: Mon, 16 Mar 2026 10:13:46 -0700 Subject: [PATCH] Agent update: intel-28386921cac9 Updated: cta, hero, stats --- .../src/components/ai-generated/CTA.tsx | 23 ++---- .../src/components/ai-generated/Hero.tsx | 76 ++++++------------- .../src/components/ai-generated/Stats.tsx | 36 ++++----- 3 files changed, 46 insertions(+), 89 deletions(-) diff --git a/apps/project-flow/src/components/ai-generated/CTA.tsx b/apps/project-flow/src/components/ai-generated/CTA.tsx index a92eda4..5cba929 100644 --- a/apps/project-flow/src/components/ai-generated/CTA.tsx +++ b/apps/project-flow/src/components/ai-generated/CTA.tsx @@ -2,25 +2,14 @@ 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 transform your career?

+

Join thousands of learners who are already achieving their goals

- - Get started for free + + Get Started - - Talk to sales + + Talk to Sales
diff --git a/apps/project-flow/src/components/ai-generated/Hero.tsx b/apps/project-flow/src/components/ai-generated/Hero.tsx index 14f45aa..00f0363 100644 --- a/apps/project-flow/src/components/ai-generated/Hero.tsx +++ b/apps/project-flow/src/components/ai-generated/Hero.tsx @@ -2,70 +2,38 @@ export default function Hero() { return (
-
+
- New courses available + Exclusive Representation - -

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

- +

Dog.com

+

Represented exclusively by Matthew Lifschultz

- -
-
- {[1, 2, 3, 4, 5].map((i) => ( -
- ))} -
- - 50,000+ students already enrolled +
+ Protected by + + ALTCHA + +
+
+ + Available for purchase, lease, JV or partnership +

Dog.com

+

• • •

+

© 2023 Dog.com. All rights reserved.

- -
-

Course Progress

-
-
-
-
- +85% -
-
- {["Mon", "Tue", "Wed"].map((day) => ( -
-
- {day} -
- ))} -
+
+
diff --git a/apps/project-flow/src/components/ai-generated/Stats.tsx b/apps/project-flow/src/components/ai-generated/Stats.tsx index d04fef8..0ea7b87 100644 --- a/apps/project-flow/src/components/ai-generated/Stats.tsx +++ b/apps/project-flow/src/components/ai-generated/Stats.tsx @@ -1,23 +1,23 @@ 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}
-
- ))} +
+
+
+

Active Students

+

50,000+

+
+
+

Expert Instructors

+

200+

+
+
+

Completion Rate

+

98%

+
+
+

Courses Available

+

200+

+
);