9 Commits

Author SHA1 Message Date
37fc1b3575 Merge version_4 into main
Merge version_4 into main
2026-05-08 06:36:37 +00:00
36793f109f Update src/app/page.tsx 2026-05-08 06:36:31 +00:00
aa1ffbbcde Merge version_3 into main
Merge version_3 into main
2026-05-08 06:35:44 +00:00
82be3ca00d Update src/app/page.tsx 2026-05-08 06:35:38 +00:00
e69cef0a7d Merge version_2 into main
Merge version_2 into main
2026-05-08 06:34:50 +00:00
cd96f15c4f Update src/app/page.tsx 2026-05-08 06:34:47 +00:00
14ecc1ca20 Merge version_1 into main
Merge version_1 into main
2026-05-08 06:33:31 +00:00
846062c9fe Merge version_1 into main
Merge version_1 into main
2026-05-08 06:33:07 +00:00
aefd3eb7f9 Merge version_1 into main
Merge version_1 into main
2026-05-08 06:32:40 +00:00

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,
@@ -125,7 +126,7 @@ export default function LandingPage() {
},
]}
title="World Class Facilities"
description="Our campus is designed to inspire curiosity and facilitate holistic growth for every student."
description="Our campus is designed to foster both academic brilliance and personal growth."
/>
</div>
@@ -192,7 +193,7 @@ export default function LandingPage() {
<ContactSplitForm
useInvertedBackground={false}
title="Get in Touch"
description="Have questions? We're here to assist with admissions and inquiries."
description="Have questions? Our admissions team responds within 24 hours to assist with admissions and inquiries."
inputs={[
{
name: "name", type: "text", placeholder: "Full Name", required: true,
@@ -235,4 +236,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}