From d835f16739ef7b50417af882f7e89acee668e00b Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 21 Apr 2026 22:05:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 64c16d0..1fb50c5 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" + } + } ]} /> -- 2.49.1