From 907feb04f073becf4ebd9c14eb53dd6e408b2d87 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 16:27:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 213 ++++++++++------------------------------------- 1 file changed, 46 insertions(+), 167 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4c60247..fc016be 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,21 +31,13 @@ export default function LandingPage() { @@ -54,63 +46,40 @@ export default function LandingPage() {
@@ -123,17 +92,11 @@ export default function LandingPage() { description="نحن ندمج التكنولوجيا الرقمية مع اللمسة الإنسانية لضمان نتائج دقيقة وابتسامة تعيد لك ثقتك." bulletPoints={[ { - title: "تقنيات 3D متطورة", - description: "تشخيص دقيق باستخدام أحدث أجهزة المسح الضوئي.", - }, + title: "تقنيات 3D متطورة", description: "تشخيص دقيق باستخدام أحدث أجهزة المسح الضوئي."}, { - title: "بيئة مريحة ومعقمة", - description: "نلتزم بأعلى معايير التعقيم لتضمن سلامتك وراحتك.", - }, + title: "بيئة مريحة ومعقمة", description: "نلتزم بأعلى معايير التعقيم لتضمن سلامتك وراحتك."}, { - title: "طاقم طبي متخصص", - description: "خبراء في كافة تخصصات طب الأسنان لخدمتك.", - }, + title: "طاقم طبي متخصص", description: "خبراء في كافة تخصصات طب الأسنان لخدمتك."}, ]} imageSrc="http://img.b2bpic.net/free-photo/female-dentist-showing-teeth-xray-computer-clinic_23-2147879118.jpg?_wi=1" imageAlt="تقنيات طب الأسنان" @@ -149,23 +112,11 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "تبييض الأسنان", - description: "احصل على ابتسامة ناصعة البياض في جلسة واحدة.", - imageSrc: "http://img.b2bpic.net/free-photo/dentists-treat-patients-teeth_1150-19648.jpg?_wi=1", - imageAlt: "تبييض الأسنان", - }, + title: "تبييض الأسنان", description: "احصل على ابتسامة ناصعة البياض في جلسة واحدة.", imageSrc: "http://img.b2bpic.net/free-photo/dentists-treat-patients-teeth_1150-19648.jpg?_wi=1", imageAlt: "تبييض الأسنان"}, { - title: "زراعة الأسنان", - description: "استعادة وظيفة ومظهر أسنانك بمتانة فائقة.", - imageSrc: "http://img.b2bpic.net/free-photo/dental-hygiene-concept-with-blue-background_23-2150312462.jpg?_wi=1", - imageAlt: "زراعة الأسنان", - }, + title: "زراعة الأسنان", description: "استعادة وظيفة ومظهر أسنانك بمتانة فائقة.", imageSrc: "http://img.b2bpic.net/free-photo/dental-hygiene-concept-with-blue-background_23-2150312462.jpg?_wi=1", imageAlt: "زراعة الأسنان"}, { - title: "تقويم الأسنان", - description: "حلول تجميلية وتصحيحية لاصطفاف أسنانك.", - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985784.jpg?_wi=1", - imageAlt: "تقويم الأسنان", - }, + title: "تقويم الأسنان", description: "حلول تجميلية وتصحيحية لاصطفاف أسنانك.", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985784.jpg?_wi=1", imageAlt: "تقويم الأسنان"}, ]} title="خدماتنا المتميزة" description="نقدم حلولاً متكاملة للعناية بأسنانك باستخدام تكنولوجيا المستقبل." @@ -179,23 +130,11 @@ export default function LandingPage() { useInvertedBackground={false} team={[ { - id: "t1", - name: "د. أحمد علي", - role: "استشاري تجميل الأسنان", - imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-writing-report-dental-clinic_107420-74192.jpg", - }, + id: "t1", name: "د. أحمد علي", role: "استشاري تجميل الأسنان", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-writing-report-dental-clinic_107420-74192.jpg"}, { - id: "t2", - name: "د. سارة محمود", - role: "أخصائية تقويم", - imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-hospital_23-2151997622.jpg", - }, + id: "t2", name: "د. سارة محمود", role: "أخصائية تقويم", imageSrc: "http://img.b2bpic.net/free-photo/smiling-nurse-hospital_23-2151997622.jpg"}, { - id: "t3", - name: "د. خالد حسن", - role: "أخصائي زراعة", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-male-dentist-holding-dental-tools_23-2147862089.jpg", - }, + id: "t3", name: "د. خالد حسن", role: "أخصائي زراعة", imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-male-dentist-holding-dental-tools_23-2147862089.jpg"}, ]} title="فريقنا الطبي" description="نخبة من الأطباء والمتخصصين في خدمتكم." @@ -208,60 +147,15 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { - id: "1", - name: "محمد خالد", - date: "يناير 2024", - title: "مريض", - quote: "تجربة رائعة، الطبيب كان في غاية الاحترافية.", - tag: "تبييض", - avatarSrc: "http://img.b2bpic.net/free-photo/young-female-patient-bed-physiotherapy-center_1139-1121.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23916.jpg?_wi=2", - imageAlt: "happy patient smile", - }, + id: "1", name: "محمد خالد", date: "يناير 2024", title: "مريض", quote: "تجربة رائعة، الطبيب كان في غاية الاحترافية.", tag: "تبييض", avatarSrc: "http://img.b2bpic.net/free-photo/young-female-patient-bed-physiotherapy-center_1139-1121.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23916.jpg?_wi=2", imageAlt: "happy patient smile"}, { - id: "2", - name: "منى سعيد", - date: "ديسمبر 2023", - title: "مريضة", - quote: "النتيجة فاقت توقعاتي، شكراً لكم.", - tag: "زراعة", - avatarSrc: "http://img.b2bpic.net/free-photo/man-looking-somethig-funny_1098-21824.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-showing-teeth-xray-computer-clinic_23-2147879118.jpg?_wi=2", - imageAlt: "happy patient smile", - }, + id: "2", name: "منى سعيد", date: "ديسمبر 2023", title: "مريضة", quote: "النتيجة فاقت توقعاتي، شكراً لكم.", tag: "زراعة", avatarSrc: "http://img.b2bpic.net/free-photo/man-looking-somethig-funny_1098-21824.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-dentist-showing-teeth-xray-computer-clinic_23-2147879118.jpg?_wi=2", imageAlt: "happy patient smile"}, { - id: "3", - name: "عمر فاروق", - date: "نوفمبر 2023", - title: "مريض", - quote: "بيئة العيادة مريحة جداً والنتائج مذهلة.", - tag: "تقويم", - avatarSrc: "http://img.b2bpic.net/free-photo/happy-devoted-woman-keeps-hand-chest-looks-joyfully-away-wears-round-spectacles-formal-white-shirt-gets-positive-news-poses-against-blue-background-with-blank-copy-space-your-promotion_273609-58555.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/dentists-treat-patients-teeth_1150-19648.jpg?_wi=2", - imageAlt: "happy patient smile", - }, + id: "3", name: "عمر فاروق", date: "نوفمبر 2023", title: "مريض", quote: "بيئة العيادة مريحة جداً والنتائج مذهلة.", tag: "تقويم", avatarSrc: "http://img.b2bpic.net/free-photo/happy-devoted-woman-keeps-hand-chest-looks-joyfully-away-wears-round-spectacles-formal-white-shirt-gets-positive-news-poses-against-blue-background-with-blank-copy-space-your-promotion_273609-58555.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dentists-treat-patients-teeth_1150-19648.jpg?_wi=2", imageAlt: "happy patient smile"}, { - id: "4", - name: "ليلى أحمد", - date: "أكتوبر 2023", - title: "مريضة", - quote: "خدمة ممتازة، لن أتردد في العودة مرة أخرى.", - tag: "تجميل", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-overjoyed-gentle-woman-smiles-broadly-closes-eyes-shows-white-teeth-wears-casual-yellow-knitted-jumper-expresses-positive-emotions-isolated-blue-wall_273609-44657.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/dental-hygiene-concept-with-blue-background_23-2150312462.jpg?_wi=2", - imageAlt: "happy patient smile", - }, + id: "4", name: "ليلى أحمد", date: "أكتوبر 2023", title: "مريضة", quote: "خدمة ممتازة، لن أتردد في العودة مرة أخرى.", tag: "تجميل", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-overjoyed-gentle-woman-smiles-broadly-closes-eyes-shows-white-teeth-wears-casual-yellow-knitted-jumper-expresses-positive-emotions-isolated-blue-wall_273609-44657.jpg", imageSrc: "http://img.b2bpic.net/free-photo/dental-hygiene-concept-with-blue-background_23-2150312462.jpg?_wi=2", imageAlt: "happy patient smile"}, { - id: "5", - name: "ياسر إبراهيم", - date: "سبتمبر 2023", - title: "مريض", - quote: "أفضل عيادة أسنان تعاملت معها، دقة متناهية.", - tag: "علاج", - avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985784.jpg?_wi=2", - imageAlt: "happy patient smile", - }, + id: "5", name: "ياسر إبراهيم", date: "سبتمبر 2023", title: "مريض", quote: "أفضل عيادة أسنان تعاملت معها، دقة متناهية.", tag: "علاج", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiling-young-woman-wearing-life-jacket_23-2147562086.jpg", imageSrc: "http://img.b2bpic.net/free-photo/female-patient-having-procedure-done-dentist_23-2148985784.jpg?_wi=2", imageAlt: "happy patient smile"}, ]} title="ماذا يقول مرضانا" description="نفتخر بثقة عملائنا وابتسامتهم." @@ -273,24 +167,20 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "f1", - title: "هل إجراءات التبييض مؤلمة؟", - content: "لا، هي إجراءات آمنة وغير مؤلمة تماماً.", - }, + id: "f1", title: "هل إجراءات التبييض مؤلمة؟", content: "لا، هي إجراءات آمنة وغير مؤلمة تماماً."}, { - id: "f2", - title: "ما هي مدة زراعة الأسنان؟", - content: "تختلف المدة حسب الحالة، ولكننا نستخدم تقنيات سريعة.", - }, + id: "f2", title: "ما هي مدة زراعة الأسنان؟", content: "تختلف المدة حسب الحالة، ولكننا نستخدم تقنيات سريعة."}, { - id: "f3", - title: "هل تقبلون التأمين؟", - content: "نعم، نحن نتعامل مع معظم شركات التأمين الرئيسية.", - }, + id: "f3", title: "هل تقبلون التأمين؟", content: "نعم، نحن نتعامل مع معظم شركات التأمين الرئيسية."}, ]} sideTitle="الأسئلة الشائعة" sideDescription="هل لديك أي استفسار آخر؟" faqsAnimation="slide-up" + buttons={[ + { + text: "احجز استشارتك الآن", href: "#contact" + } + ]} /> @@ -298,8 +188,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1