Merge version_4 into main #5
@@ -71,7 +71,12 @@ export default function LandingPage() {
|
||||
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" }
|
||||
{
|
||||
text: "Get Started",
|
||||
href: "#contact", props: {
|
||||
className: "!bg-accent !text-white !font-bold !scale-105 !shadow-xl hover:!scale-110"
|
||||
}
|
||||
}
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user