5 Commits

Author SHA1 Message Date
37f985fc04 Update src/app/page.tsx 2026-04-21 21:45:28 +00:00
e812e4b034 Update src/app/page.tsx 2026-04-21 21:44:56 +00:00
4482934b23 Merge version_2 into main
Merge version_2 into main
2026-04-21 21:43:53 +00:00
baeb5ad399 Update src/app/page.tsx 2026-04-21 21:43:47 +00:00
a093ce2778 Merge version_1 into main
Merge version_1 into main
2026-04-21 21:42:58 +00:00

View File

@@ -70,6 +70,9 @@ export default function LandingPage() {
title="Why Choose PyLearn AI?"
description={[
"PyLearn AI uses advanced LLMs to provide real-time feedback on your code.", "Our curriculum adapts to your skill level, ensuring you learn at the pace that works for you.", "Build industry-relevant projects using modern tools."]}
buttons={[
{ text: "Start Coding Now", href: "#contact" }
]}
/>
</div>
@@ -211,4 +214,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}