diff --git a/src/app/page.tsx b/src/app/page.tsx index fb4bd01..31a1263 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -79,21 +58,9 @@ export default function LandingPage() { useInvertedBackground={true} title="عن الدكتور محمد صوالحة" metrics={[ - { - icon: User, - label: "الخبرة المهنية", - value: "15+ عاماً", - }, - { - icon: Shield, - label: "سرية تامة", - value: "100%", - }, - { - icon: Heart, - label: "حالات ناجحة", - value: "1000+", - }, + { icon: User, label: "الخبرة المهنية", value: "15+ عاماً" }, + { icon: Shield, label: "سرية تامة", value: "100%" }, + { icon: Heart, label: "حالات ناجحة", value: "1000+" }, ]} metricsAnimation="slide-up" /> @@ -104,70 +71,38 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="split" useInvertedBackground={false} - features={[ - { - title: "الاستشارات النفسية", - description: "جلسات تقييم وتشخيص شاملة للحالات النفسية والسلوكية المختلفة.", - icon: MessageCircle, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826274.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/closeup-psychotherapist-her-patient-holding-hands-session_637285-9939.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/smiling-portrait-young-woman-sitting-gray-sofa-looking-camera_23-2148053192.jpg?_wi=2", - imageAlt: "mental health consultation session", - }, - { - title: "علاج القلق والتوتر", - description: "برامج علاجية فعالة للتعامل مع اضطرابات القلق ونوبات الهلع.", - icon: ShieldCheck, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-car_23-2148192646.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/african-american-nurse-evaluating-lab-test-results-discussing-recovery-plan_482257-122827.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/lateral-view-woman-man-consoling-sad-patient_23-2148398340.jpg", - imageAlt: "mental health consultation session", - }, - { - title: "علاج الاكتئاب", - description: "دعم طبي ونفسي متخصص لتجاوز حالات الاكتئاب واستعادة التوازن.", - icon: Sun, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-getting-massage_23-2149407584.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/couple-doing-family-therapy_23-2149305190.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/top-view-world-tourism-day-safety-measures-logos_23-2148608832.jpg?_wi=1", - imageAlt: "mental health consultation session", - }, - { - title: "علاج الإدمان", - description: "برامج متخصصة للتعافي من الإدمان مع توفير الدعم العائلي المستمر.", - icon: Lock, - mediaItems: [ - { - imageSrc: "http://img.b2bpic.net/free-photo/family-therapy-psychologist-office_23-2149175153.jpg", - }, - { - imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting-chair_23-2149927604.jpg", - }, - ], - imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1317.jpg", - imageAlt: "mental health consultation session", - }, - ]} title="خدماتنا العلاجية" description="نقدم خدمات متكاملة في الطب النفسي وعلاج الإدمان مع التركيز على التعافي طويل الأمد." + features={[ + { + title: "الاستشارات النفسية", description: "جلسات تقييم وتشخيص شاملة للحالات النفسية والسلوكية المختلفة.", icon: MessageCircle, + mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/minimalist-office-interior-design_23-2151826274.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/closeup-psychotherapist-her-patient-holding-hands-session_637285-9939.jpg" }, + ] + }, + { + title: "علاج القلق والتوتر", description: "برامج علاجية فعالة للتعامل مع اضطرابات القلق ونوبات الهلع.", icon: ShieldCheck, + mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/woman-sitting-car_23-2148192646.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/african-american-nurse-evaluating-lab-test-results-discussing-recovery-plan_482257-122827.jpg" }, + ] + }, + { + title: "علاج الاكتئاب", description: "دعم طبي ونفسي متخصص لتجاوز حالات الاكتئاب واستعادة التوازن.", icon: Sun, + mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-man-getting-massage_23-2149407584.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/couple-doing-family-therapy_23-2149305190.jpg" }, + ] + }, + { + title: "علاج الإدمان", description: "برامج متخصصة للتعافي من الإدمان مع توفير الدعم العائلي المستمر.", icon: Lock, + mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/family-therapy-psychologist-office_23-2149175153.jpg" }, + { imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-sitting-chair_23-2149927604.jpg" }, + ] + }, + ]} /> @@ -175,21 +110,9 @@ export default function LandingPage() {