From ffdfabc70e220c82320c44db9c8901e7b1e0a368 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 18:57:38 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2f5c1f6..835d5eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -72,11 +72,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { id: "v1", title: "Uncompromising Confidentiality", descriptions: ["Patient privacy is our highest priority, strictly adhering to international standards."], imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-human-brains-watering-can_23-2150547701.jpg" }, - { id: "v2", title: "Holistic Care", descriptions: ["We treat the human as a complete entity—psychologically, behaviorally, and physically."], imageSrc: "http://img.b2bpic.net/free-photo/background-with-aloe-vera_23-2147721601.jpg" }, + { id: "v1", title: "Uncompromising Confidentiality", descriptions: ["Patient privacy is our highest priority, strictly adhering to international standards."], imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-human-brains-watering-can_23-2150547701.jpg?_wi=1" }, + { id: "v2", title: "Holistic Care", descriptions: ["We treat the human as a complete entity—psychologically, behaviorally, and physically."], imageSrc: "http://img.b2bpic.net/free-photo/background-with-aloe-vera_23-2147721601.jpg?_wi=1" }, { id: "v3", title: "Safe Haven", descriptions: ["Providing a quiet, sophisticated, and calming environment for deep healing."], imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-holding-her-hands-with-copy-space_23-2148286470.jpg" }, - { id: "v4", title: "Global Standards", descriptions: ["Integrating world-class therapeutic practices for all our international patients."], imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-human-brains-watering-can_23-2150547701.jpg" }, - { id: "v5", title: "Expert Team", descriptions: ["Our clinical team consists of world-renowned specialists in behavioral health."], imageSrc: "http://img.b2bpic.net/free-photo/background-with-aloe-vera_23-2147721601.jpg" }, + { id: "v4", title: "Global Standards", descriptions: ["Integrating world-class therapeutic practices for all our international patients."], imageSrc: "http://img.b2bpic.net/free-photo/still-life-with-human-brains-watering-can_23-2150547701.jpg?_wi=2" }, + { id: "v5", title: "Expert Team", descriptions: ["Our clinical team consists of world-renowned specialists in behavioral health."], imageSrc: "http://img.b2bpic.net/free-photo/background-with-aloe-vera_23-2147721601.jpg?_wi=2" }, ]} title="Our Core Values" description="We are committed to providing world-class psychological recovery with these guiding pillars." -- 2.49.1