From 1add4bf84549c4294df62491cc8f0b72f241428b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 21:38:37 +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 b3ac4bb..dcf85ae 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -123,7 +123,10 @@ export default function LandingPage() { tagAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/full-shot-parents-kids-home_23-2150231638.jpg" imageAlt="Students learning in classroom" - buttons={[{ text: "Learn Our Values", href: "#features" }]} + buttons={[ + { text: "Learn Our Values", href: "#features" }, + { text: "Apply Now", href: "#contact" } + ]} useInvertedBackground={false} /> -- 2.49.1