diff --git a/src/app/page.tsx b/src/app/page.tsx index b3b55e8..a332c33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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: "Get Started", href: "#contact" } + ]} /> @@ -211,4 +214,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file