Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-10 08:32:51 +00:00
2 changed files with 8 additions and 1414 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -188,7 +188,7 @@ export default function LandingPage() {
title="Parent & Student Testimonials"
description="Real voices from our community about transformative education at Sarvodaya"
tag="Success Stories"
buttons={[{ text: "Ready to Join?", href: "#admissions" }]}
buttons={[{ text: "Enroll Now", href: "#admissions" }]}
testimonials={[
{
id: "1", name: "Priya Sharma, Parent", date: "Date: 20 Jan 2025", title: "Exceptional Growth in Academic Excellence", quote: "Our daughter has flourished at Sarvodaya. The personalized attention and holistic curriculum have transformed her confidence and academic performance. The faculty genuinely cares about each student's development.", tag: "Parent Feedback", avatarSrc: "http://img.b2bpic.net/free-photo/kids-having-fun-jungle-themed-party_23-2149431594.jpg", imageSrc: "http://img.b2bpic.net/free-photo/country-music-band-singing-outdoors_23-2149498498.jpg?_wi=3"},
@@ -273,4 +273,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}