From 0b4939e9b6f5ca0fa09b547342e709c7be51b9e7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 12:08:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3205cb8..8291b7a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,17 +45,18 @@ export default function LandingPage() { title="Supporting Parents, Empowering Futures" description="Nayi Disha provides comprehensive support, guidance, and community for parents of children with cerebral palsy, autism, down syndrome, and other developmental challenges. Together, we create pathways to hope and growth." tag="Welcome to Nayi Disha" + background={{ variant: "glowing-orb" }} imageSrc="http://img.b2bpic.net/free-photo/front-view-mother-dancing-home-with-her-children_23-2148890956.jpg" imageAlt="Happy diverse family embracing" mediaAnimation="slide-up" testimonials={[ { name: "Priya Sharma", handle: "Parent, Mumbai", testimonial: "Nayi Disha gave us the support and guidance we desperately needed. We're not alone in this journey.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-family-posing-together_23-2149861209.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-family-posing-together_23-2149861209.jpg" }, { name: "Amit Patel", handle: "Father, Bangalore", testimonial: "The training programs transformed how I understand and support my child. Highly grateful.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg" } ]} buttons={[ @@ -130,11 +131,11 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Rajesh Kumar", handle: "Parent, Delhi", testimonial: "Nayi Disha helped me understand my son's autism better. The support group saved us from feeling isolated and helpless.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-family-posing-together_23-2149861209.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-family-posing-together_23-2149861209.jpg" }, { id: "2", name: "Kavya Desai", handle: "Mother, Pune", testimonial: "The counseling sessions gave me tools to cope with stress and anxiety. I feel empowered now to support my daughter.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/attractive-blond-business-woman-white-shirt-eyeglasses-crossed-arms-grey-background_613910-13618.jpg" }, { id: "3", name: "Vikram Singh", handle: "Father, Hyderabad", testimonial: "Their advocacy support helped us secure educational rights for our child. They truly care about families.", rating: 5, -- 2.49.1