diff --git a/src/app/page.tsx b/src/app/page.tsx index 5eb336d..b0d7e56 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -67,10 +67,10 @@ export default function LandingPage() { description="With extensive experience in psychiatry and a deep commitment to patient care, Dr. Nikhil Nayar provides compassionate, personalized treatment for various mental health conditions. His expertise spans personality disorders, anxiety management, migraine-related mental health issues, and comprehensive psychiatric evaluation. Based in Jangpura, New Delhi, he creates a safe, supportive environment where patients can explore their feelings and behaviors, leading to improved emotional regulation and healthier relationships." tag="Expertise" tagIcon={Heart} - tagAnimation="entrance-slide" + 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?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/portrait-smart-business-partners-looking-laptop_23-2147923311.jpg" 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?_wi=2", imageAlt: "Personality disorder treatment" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-business-partners-looking-laptop_23-2147923311.jpg", 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?_wi=3", imageAlt: "Anxiety treatment approach" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-business-partners-looking-laptop_23-2147923311.jpg", 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?_wi=4", imageAlt: "Mood disorder treatment" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-business-partners-looking-laptop_23-2147923311.jpg", 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?_wi=5", imageAlt: "Comprehensive psychiatric care" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smart-business-partners-looking-laptop_23-2147923311.jpg", imageAlt: "Comprehensive psychiatric care" } ]} animationType="blur-reveal" @@ -139,7 +139,7 @@ export default function LandingPage() { useInvertedBackground={false} tag="Patient Care" tagIcon={Star} - tagAnimation="entrance-slide" + tagAnimation="slide-up" ariaLabel="Patient testimonials section" /> @@ -148,7 +148,7 @@ export default function LandingPage() {