3 Commits

Author SHA1 Message Date
c1f3be311b Merge version_3 into main
Merge version_3 into main
2026-05-09 10:54:02 +00:00
a716388b79 Update src/app/page.tsx 2026-05-09 10:53:59 +00:00
cb1d1eae80 Merge version_2 into main
Merge version_2 into main
2026-05-09 10:53:08 +00:00

View File

@@ -50,7 +50,7 @@ export default function LandingPage() {
description="Wanezi High School prepares the next generation of leaders with a commitment to academic rigor and community values." description="Wanezi High School prepares the next generation of leaders with a commitment to academic rigor and community values."
buttons={[ buttons={[
{ {
text: "Start Your Application", href: "#contact"}, text: "Apply Now", href: "#contact"},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/red-white-building-with-modern-view-stairs-front-it-bucharest-romania_1268-15935.jpg" imageSrc="http://img.b2bpic.net/free-photo/red-white-building-with-modern-view-stairs-front-it-bucharest-romania_1268-15935.jpg"
avatars={[ avatars={[
@@ -202,4 +202,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }