From fd8d593c36be5891c1edd1b471a5ed7f0c01df7f Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 20:29:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9d7c559..1817909 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -61,7 +61,9 @@ export default function LandingPage() { enableKpiAnimation={true} buttons={[ { - text: "Get Evaluated for Free", href: "#contact"}, + text: "Start Your Recruitment", href: "#contact"}, + { + text: "Book Free Evaluation", href: "#contact"}, ]} imageSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=v60y5r&_wi=1" mediaAnimation="blur-reveal" @@ -215,7 +217,7 @@ export default function LandingPage() { description="Ready to take your game to the U.S.? Fill in your details and we'll reply within 24-48 hours to schedule your free evaluation." buttons={[ { - text: "Submit Application", href: "#"}, + text: "Start Your Free Evaluation", href: "#"}, ]} /> -- 2.49.1