From baeb5ad399a1e5bfdba85711ec96b6f49acc0d0e Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 21:43:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- 2.49.1