Merge version_1 into main #1
268
src/app/page.tsx
268
src/app/page.tsx
@@ -32,101 +32,44 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingInline
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Services",
|
||||
id: "features",
|
||||
},
|
||||
{
|
||||
name: "Team",
|
||||
id: "team",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Services", id: "features" },
|
||||
{ name: "Team", id: "team" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="عيادات بياض السن"
|
||||
button={{ text: "احجز موعدك" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitKpi
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
title="ابتسامتك هي أولويتنا في عيادات بياض السن"
|
||||
description="نقدم لك أحدث تقنيات طب الأسنان مع رعاية شخصية فائقة لنضمن لك ابتسامة ناصعة وصحية تعكس ثقتك بنفسك."
|
||||
kpis={[
|
||||
{
|
||||
value: "15+",
|
||||
label: "عاماً من التميز",
|
||||
},
|
||||
{
|
||||
value: "10k+",
|
||||
label: "ابتسامة ناجحة",
|
||||
},
|
||||
{
|
||||
value: "24/7",
|
||||
label: "رعاية ودعم",
|
||||
},
|
||||
{ value: "15+", label: "عاماً من التميز" },
|
||||
{ value: "10k+", label: "ابتسامة ناجحة" },
|
||||
{ value: "24/7", label: "رعاية ودعم" },
|
||||
]}
|
||||
enableKpiAnimation={true}
|
||||
buttons={[
|
||||
{
|
||||
text: "احجز موعدك الآن",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
buttons={[{ text: "احجز موعدك الآن", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/stomatology-office-with-modern-equipment-nurse-wearing-blue-uniform-working-computer_482257-12534.jpg"
|
||||
mediaAnimation="blur-reveal"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/interior-empty-modern-stomatology-orthodontic-hospital-bright-office_482257-7167.jpg",
|
||||
alt: "مريض سعيد 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/dental-cabinet-with-various-medical-equipment_140725-7678.jpg",
|
||||
alt: "مريض سعيد 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg",
|
||||
alt: "مريض سعيد 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg",
|
||||
alt: "مريض سعيد 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg",
|
||||
alt: "مريض سعيد 5",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/interior-empty-modern-stomatology-orthodontic-hospital-bright-office_482257-7167.jpg", alt: "مريض سعيد 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/dental-cabinet-with-various-medical-equipment_140725-7678.jpg", alt: "مريض سعيد 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-shot-dentist-wearing-face-mask_23-2149164285.jpg", alt: "مريض سعيد 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/full-equiped-medical-cabinet_1303-23912.jpg", alt: "مريض سعيد 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-handsome-dentist-wearing-blue-uniform-standing-dentist-clinic_613910-18496.jpg", alt: "مريض سعيد 5" },
|
||||
]}
|
||||
avatarText="أكثر من 10,000 مريض سعيد"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "جودة عالية",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "تكنولوجيا متطورة",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "خدمة احترافية",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "أسعار تنافسية",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "بيئة مريحة",
|
||||
},
|
||||
{ type: "text", text: "جودة عالية" },
|
||||
{ type: "text", text: "تكنولوجيا متطورة" },
|
||||
{ type: "text", text: "خدمة احترافية" },
|
||||
{ type: "text", text: "أسعار تنافسية" },
|
||||
{ type: "text", text: "بيئة مريحة" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -137,14 +80,8 @@ export default function LandingPage() {
|
||||
title="رؤيتنا في رعاية أسنانك"
|
||||
description="تجمع عيادات بياض السن بين التكنولوجيا المتقدمة واللمسة الفنية الاحترافية لتوفير خدمات طب الأسنان الأكثر أماناً وراحة."
|
||||
metrics={[
|
||||
{
|
||||
value: "99%",
|
||||
title: "رضا المرضى",
|
||||
},
|
||||
{
|
||||
value: "100%",
|
||||
title: "معايير التعقيم",
|
||||
},
|
||||
{ value: "99%", title: "رضا المرضى" },
|
||||
{ value: "100%", title: "معايير التعقيم" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67307.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -158,27 +95,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "1",
|
||||
title: "تنظيف احترافي",
|
||||
description: "تنظيف عميق وإزالة الترسبات للحفاظ على صحة اللثة والأسنان.",
|
||||
tag: "عناية",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151042921.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "تبييض الأسنان",
|
||||
description: "أحدث تقنيات الليزر لتبييض فوري وآمن يمنحك ابتسامة هوليوود.",
|
||||
tag: "تجميل",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28574.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "تشخيص رقمي",
|
||||
description: "فحوصات بالأشعة الرقمية ثلاثية الأبعاد لدقة تشخيص عالية.",
|
||||
tag: "تكنولوجيا",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-dentist-with-green-screen-smartphone-oral-care-office-dentist-holding-mobile-phone-with-mockup-template-isolated-background-teethcare-dentistry_482257-39884.jpg",
|
||||
},
|
||||
{ id: "1", title: "تنظيف احترافي", description: "تنظيف عميق وإزالة الترسبات للحفاظ على صحة اللثة والأسنان.", tag: "عناية", imageSrc: "http://img.b2bpic.net/free-photo/close-up-dentist-instruments_23-2151042921.jpg" },
|
||||
{ id: "2", title: "تبييض الأسنان", description: "أحدث تقنيات الليزر لتبييض فوري وآمن يمنحك ابتسامة هوليوود.", tag: "تجميل", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-sitting-dentist-s-office_1157-28574.jpg" },
|
||||
{ id: "3", title: "تشخيص رقمي", description: "فحوصات بالأشعة الرقمية ثلاثية الأبعاد لدقة تشخيص عالية.", tag: "تكنولوجيا", imageSrc: "http://img.b2bpic.net/free-photo/woman-working-as-dentist-with-green-screen-smartphone-oral-care-office-dentist-holding-mobile-phone-with-mockup-template-isolated-background-teethcare-dentistry_482257-39884.jpg" },
|
||||
]}
|
||||
title="خدماتنا المتميزة"
|
||||
description="نقدم مجموعة شاملة من الخدمات المصممة لتلبية كافة احتياجاتك الطبية والجمالية."
|
||||
@@ -192,27 +111,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "5",
|
||||
title: "فروعنا",
|
||||
description: "في أنحاء المملكة",
|
||||
icon: MapPin,
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "50+",
|
||||
title: "أطباء",
|
||||
description: "متخصصون بخبرة",
|
||||
icon: UserCheck,
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "365",
|
||||
title: "يوم عمل",
|
||||
description: "خدمة مستمرة",
|
||||
icon: Calendar,
|
||||
},
|
||||
{ id: "m1", value: "5", title: "فروعنا", description: "في أنحاء المملكة", icon: MapPin },
|
||||
{ id: "m2", value: "50+", title: "أطباء", description: "متخصصون بخبرة", icon: UserCheck },
|
||||
{ id: "m3", value: "365", title: "يوم عمل", description: "خدمة مستمرة", icon: Calendar },
|
||||
]}
|
||||
title="إنجازاتنا في أرقام"
|
||||
description="نحن فخورون بخدمة مجتمعنا وتوفير أعلى مستويات الجودة."
|
||||
@@ -226,24 +127,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "د. أحمد علي",
|
||||
role: "استشاري تجميل",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-three-doctors-nurses-standing-hospital-corridor-wearing-scrubs-coats-team-healthcare-workers-are-staring-camera-smiling_657921-102.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "د. سارة محمود",
|
||||
role: "أخصائية تقويم",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "د. خالد محمد",
|
||||
role: "جراح أسنان",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg",
|
||||
},
|
||||
{ id: "t1", name: "د. أحمد علي", role: "استشاري تجميل", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-three-doctors-nurses-standing-hospital-corridor-wearing-scrubs-coats-team-healthcare-workers-are-staring-camera-smiling_657921-102.jpg" },
|
||||
{ id: "t2", name: "د. سارة محمود", role: "أخصائية تقويم", imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-treating-patients-teeth-with-dental-microscope-dentistry-concept_169016-66977.jpg" },
|
||||
{ id: "t3", name: "د. خالد محمد", role: "جراح أسنان", imageSrc: "http://img.b2bpic.net/free-photo/male-dentist-looking-camera_23-2147862094.jpg" },
|
||||
]}
|
||||
title="فريق الخبراء لدينا"
|
||||
description="نخبة من أفضل أطباء الأسنان المتخصصين لخدمتكم بكل احترافية."
|
||||
@@ -256,41 +142,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "سارة سعيد",
|
||||
handle: "@sara",
|
||||
testimonial: "تجربة رائعة، الطبيب كان في غاية الاحترافية.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-father-posing-home-with-thumbs-up_23-2148853977.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "خالد عبد الله",
|
||||
handle: "@khaled",
|
||||
testimonial: "عيادة نظيفة، مواعيد دقيقة وخدمة ممتازة.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "فاطمة محمد",
|
||||
handle: "@fatima",
|
||||
testimonial: "تبييض الأسنان كان مذهلاً! ابتسامتي أصبحت أفضل.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780294.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "علي حسن",
|
||||
handle: "@ali",
|
||||
testimonial: "الخدمة كانت مريحة جداً، لم أشعر بأي ألم.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "نورة العتيبي",
|
||||
handle: "@noura",
|
||||
testimonial: "أفضل عيادة تعاملت معها، طاقم عمل ودود جداً.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-dentist-working-stomatological-hospital-office-room-waiting-sick-patient-start-tooth-examination-medical-team-working-healthcare-treatment-medicine-services_482257-35342.jpg",
|
||||
},
|
||||
{ id: "1", name: "سارة سعيد", handle: "@sara", testimonial: "تجربة رائعة، الطبيب كان في غاية الاحترافية.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-father-posing-home-with-thumbs-up_23-2148853977.jpg" },
|
||||
{ id: "2", name: "خالد عبد الله", handle: "@khaled", testimonial: "عيادة نظيفة، مواعيد دقيقة وخدمة ممتازة.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-clinic_23-2149103560.jpg" },
|
||||
{ id: "3", name: "فاطمة محمد", handle: "@fatima", testimonial: "تبييض الأسنان كان مذهلاً! ابتسامتي أصبحت أفضل.", imageSrc: "http://img.b2bpic.net/free-photo/nurse-portrait-hospital_23-2150780294.jpg" },
|
||||
{ id: "4", name: "علي حسن", handle: "@ali", testimonial: "الخدمة كانت مريحة جداً، لم أشعر بأي ألم.", imageSrc: "http://img.b2bpic.net/free-photo/happy-middle-age-couple-having-date_23-2149016160.jpg" },
|
||||
{ id: "5", name: "نورة العتيبي", handle: "@noura", testimonial: "أفضل عيادة تعاملت معها، طاقم عمل ودود جداً.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-senior-woman-dentist-working-stomatological-hospital-office-room-waiting-sick-patient-start-tooth-examination-medical-team-working-healthcare-treatment-medicine-services_482257-35342.jpg" },
|
||||
]}
|
||||
title="ماذا يقول مرضانا عنا"
|
||||
description="نحن ممتنون لثقة مرضانا في خدماتنا."
|
||||
@@ -302,21 +158,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "هل التبييض مؤلم؟",
|
||||
content: "لا، التبييض إجراء آمن وغير مؤلم عند إجرائه لدى مختصين.",
|
||||
},
|
||||
{
|
||||
id: "f2",
|
||||
title: "كيف أحجز موعداً؟",
|
||||
content: "يمكنك التواصل معنا عبر نموذج الاتصال أو الاتصال برقم العيادة.",
|
||||
},
|
||||
{
|
||||
id: "f3",
|
||||
title: "هل تقبلون التأمين؟",
|
||||
content: "نعم، نحن نتعامل مع العديد من شركات التأمين الكبرى.",
|
||||
},
|
||||
{ id: "f1", title: "هل التبييض مؤلم؟", content: "لا، التبييض إجراء آمن وغير مؤلم عند إجرائه لدى مختصين." },
|
||||
{ id: "f2", title: "كيف أحجز موعداً؟", content: "يمكنك التواصل معنا عبر نموذج الاتصال أو الاتصال برقم العيادة." },
|
||||
{ id: "f3", title: "هل تقبلون التأمين؟", content: "نعم، نحن نتعامل مع العديد من شركات التأمين الكبرى." },
|
||||
]}
|
||||
title="أسئلة شائعة"
|
||||
description="إجابات على أكثر الأسئلة التي قد تتبادر إلى ذهنك."
|
||||
@@ -327,9 +171,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="تواصل معنا"
|
||||
title="احجز موعد استشارتك اليوم"
|
||||
description="فريقنا بانتظار مساعدتك للحصول على الابتسامة التي طالما حلمت بها."
|
||||
@@ -344,34 +186,8 @@ export default function LandingPage() {
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoEmphasis
|
||||
columns={[
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "الخدمات",
|
||||
href: "#features",
|
||||
},
|
||||
{
|
||||
label: "الفريق",
|
||||
href: "#team",
|
||||
},
|
||||
{
|
||||
label: "الأسئلة",
|
||||
href: "#faq",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "الخصوصية",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "الشروط",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ items: [{ label: "الخدمات", href: "#features" }, { label: "الفريق", href: "#team" }, { label: "الأسئلة", href: "#faq" }] },
|
||||
{ items: [{ label: "الخصوصية", href: "#" }, { label: "الشروط", href: "#" }] },
|
||||
]}
|
||||
logoText="عيادات بياض السن"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user