Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 37fc1b3575 | |||
| 36793f109f | |||
| aa1ffbbcde | |||
| 82be3ca00d | |||
| e69cef0a7d | |||
| cd96f15c4f | |||
| 14ecc1ca20 | |||
| 846062c9fe | |||
| aefd3eb7f9 |
@@ -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>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user