From 19306efed76dc02421a63e74c7aa5d1453d9ab41 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 12:19:06 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e7d6d6a..bafc10a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -157,6 +157,7 @@ export default function LandingPage() { tag="Inquiry" title="Join Our Educational Community" description="Ready to give your child the best foundation? Fill out the form below to inquire about admissions for the upcoming term." + buttonText="Submit Inquiry" /> @@ -173,4 +174,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1