diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 99e399e..6862321 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -102,7 +102,7 @@ export default function AboutPage() { tagAnimation="slide-up" members={[ { - id: "doctor-main", name: "Dr. Jhankar Jain", role: "Chief Physiotherapist", imageSrc: "https://images.unsplash.com/photo-1537368310025-700d6d9d2a9a?w=800&h=600&fit=crop", imageAlt: "Dr. Jhankar Jain - Chief physiotherapist at clinic in Bhopal"}, + id: "doctor-main", name: "Dr. Jhankar Jain", role: "Chief Physiotherapist", imageSrc: "https://images.unsplash.com/photo-1537368310025-700d6d9d2a9a?w=800&h=600&fit=crop&_wi=2", imageAlt: "Dr. Jhankar Jain - Chief physiotherapist at clinic in Bhopal"}, ]} gridVariant="one-large-right-three-stacked-left" animationType="slide-up"