diff --git a/src/app/page.tsx b/src/app/page.tsx index b0d7e56..90aa708 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -70,7 +70,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "Schedule Consultation", href: "#contact" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/portrait-smart-business-partners-looking-laptop_23-2147923311.jpg" + imageSrc="http://img.b2bpic.net/free-photo/portrait-smart-business-partners-looking-laptop_23-2147923311.jpg?_wi=1" imageAlt="Modern psychiatric clinic space" useInvertedBackground={false} ariaLabel="About Dr. Nikhil Nayar section" @@ -84,19 +84,19 @@ export default function LandingPage() { features={[ { id: "personality-disorders", title: "Personality Disorders", tags: ["Borderline PD", "Narcissistic PD", "Antisocial PD"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-business-partners-looking-laptop_23-2147923311.jpg", imageAlt: "Personality disorder treatment" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-business-partners-looking-laptop_23-2147923311.jpg?_wi=2", imageAlt: "Personality disorder treatment" }, { id: "anxiety-management", title: "Anxiety & Stress", tags: ["Generalized Anxiety", "Panic Disorder", "OCD"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-business-partners-looking-laptop_23-2147923311.jpg", imageAlt: "Anxiety treatment approach" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-business-partners-looking-laptop_23-2147923311.jpg?_wi=3", imageAlt: "Anxiety treatment approach" }, { id: "mood-disorders", title: "Mood Disorders", tags: ["Depression", "Bipolar Disorder", "Emotional Regulation"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-business-partners-looking-laptop_23-2147923311.jpg", imageAlt: "Mood disorder treatment" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-business-partners-looking-laptop_23-2147923311.jpg?_wi=4", imageAlt: "Mood disorder treatment" }, { id: "holistic-care", title: "Holistic Approach", tags: ["Therapy", "Medication", "Lifestyle Support"], - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-business-partners-looking-laptop_23-2147923311.jpg", imageAlt: "Comprehensive psychiatric care" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-business-partners-looking-laptop_23-2147923311.jpg?_wi=5", imageAlt: "Comprehensive psychiatric care" } ]} animationType="blur-reveal"