From 8e7cac9ae805015723f0a85e355316a736ff6b69 Mon Sep 17 00:00:00 2001 From: mulika-local Date: Tue, 23 Dec 2025 12:35:52 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f15d958..20eee33 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -309,7 +309,7 @@ export default function LandingPage() { title="Start Your Journey" description="Enroll in Rubyroid today and transform your career. Our admissions team is ready to help you get started." useInvertedBackground="noInvert" - buttonText="Submit Application" + buttonText="Submit" inputs={[ {name: "fullName", type: "text", placeholder: "Full Name", required: true}, {name: "email", type: "email", placeholder: "Email Address", required: true}, -- 2.49.1