Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-17 17:43:39 +00:00

View File

@@ -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"