Merge version_2 into main #2

Merged
bender merged 2 commits from version_2 into main 2026-03-04 18:11:43 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -1417,4 +1417,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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."
/>
</div>
@@ -258,4 +258,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}