3 Commits

Author SHA1 Message Date
9a2c1eda31 Update src/app/page.tsx 2026-03-04 18:11:38 +00:00
b677acf7de Update src/app/layout.tsx 2026-03-04 18:11:37 +00:00
8f63d65082 Merge version_1 into main
Merge version_1 into main
2026-03-04 18:07:16 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -218,8 +218,8 @@ export default function LandingPage() {
imageAlt="School contact" imageAlt="School contact"
mediaAnimation="slide-up" mediaAnimation="slide-up"
mediaPosition="right" mediaPosition="right"
inputPlaceholder="Enter your email" inputPlaceholder="Email for admissions inquiry"
buttonText="Contact Us" buttonText="Request Admission Info"
termsText="We respect your privacy. We'll contact you only for admissions-related inquiries." termsText="We respect your privacy. We'll contact you only for admissions-related inquiries."
/> />
</div> </div>
@@ -258,4 +258,4 @@ export default function LandingPage() {
</div> </div>
</ThemeProvider> </ThemeProvider>
); );
} }