From b677acf7dead7389f866dc9fa577539fa1e6dd2a Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:11:37 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 35b55c8..7b99a9b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1417,4 +1417,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 9a2c1eda31fca265c6306658b5e0b3cdb852f7ac Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 18:11:38 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 6560620..1125e6d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -218,8 +218,8 @@ export default function LandingPage() { imageAlt="School contact" mediaAnimation="slide-up" mediaPosition="right" - inputPlaceholder="Enter your email" - buttonText="Contact Us" + inputPlaceholder="Email for admissions inquiry" + buttonText="Request Admission Info" termsText="We respect your privacy. We'll contact you only for admissions-related inquiries." /> @@ -258,4 +258,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1