Update src/app/page.tsx

This commit is contained in:
2026-05-08 06:34:47 +00:00
parent 14ecc1ca20
commit cd96f15c4f

View File

@@ -50,6 +50,7 @@ export default function LandingPage() {
background={{ variant: "gradient-bars" }}
title="Empowering Future Generations"
description="At RK Birla School, we nurture excellence through holistic education, innovative technology, and a dedicated team of educators."
buttons={[{ text: "Apply Now", href: "#contact" }]}
testimonials={[
{
name: "Rahul Verma", handle: "@parent", testimonial: "The best decision we made for our daughter's future. Truly transformative.", rating: 5,
@@ -235,4 +236,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}