From 84ae1e7fd9e515797bf2faf1ad1ea0475ea5c150 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 03:53:58 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9b62ded..2a07ef1 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -231,7 +231,7 @@ export default function HomePage() { tag="Get In Touch" tagIcon={Mail} title="Ready to Transform Your Learning?" - description="Join thousands of students already learning smarter with Learnify. Get started free today and experience personalized education powered by AI." + description="Join thousands of students already learning smarter with Learnify. Limited seats available for April cohorts—get 30% off when you start this week!" buttons={[ { text: "Start Free Trial", href: "/dashboard" }, { text: "Schedule Demo", href: "/contact" }, @@ -250,4 +250,4 @@ export default function HomePage() { ); -} \ No newline at end of file +}