Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-10 08:31:09 +00:00

View File

@@ -188,6 +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" }]}
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"},
@@ -272,4 +273,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}