diff --git a/src/app/page.tsx b/src/app/page.tsx index a332c33..15ac984 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -71,7 +71,7 @@ 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: "Get Started", href: "#contact" } + { text: "Start Coding Now", href: "#contact", props: { variant: "default" } } ]} />