Update src/app/page.tsx

This commit is contained in:
2026-05-10 05:37:46 +00:00
parent f2a8de4b3f
commit 713f69ef61

View File

@@ -87,7 +87,7 @@ export default function LandingPage() {
title="A Legacy of Academic Excellence"
description="Lemlem School is dedicated to providing quality education from primary through secondary levels. Our mission is to nurture intellectual curiosity, critical thinking, and social responsibility in every student."
imageSrc="http://img.b2bpic.net/free-photo/room-interior-design_23-2148899440.jpg?_wi=1"
buttons={[{ text: "Learn About Our Methodology", href: "#methodology" }]}
buttons={[{ text: "View Our Curriculum", href: "#methodology" }]}
/>
</div>
@@ -202,4 +202,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}