From 36af6fd7e9ad1d1ab2c1af7f1b424623c6578687 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 12:20:00 +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 b96b9e0..f5d93bc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "plain" }} buttons={[ - { text: "Submit Application", href: "contact" }, + { text: "Apply Now", href: "contact" }, { text: "View Positions", href: "positions" } ]} buttonAnimation="slide-up" -- 2.49.1