Update src/app/page.tsx

This commit is contained in:
2026-03-07 03:53:58 +00:00
parent 855cb3e168
commit 84ae1e7fd9

View File

@@ -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() {
</div>
</ThemeProvider>
);
}
}