diff --git a/src/app/page.tsx b/src/app/page.tsx index fb3d785..6cdb2c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file