diff --git a/src/app/page.tsx b/src/app/page.tsx
index b249615..5e1fd47 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -2,11 +2,11 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import BlogCardOne from '@/components/sections/blog/BlogCardOne';
-import ContactText from '@/components/sections/contact/ContactText';
+import BlogCardThree from '@/components/sections/blog/BlogCardThree';
+import ContactSplit from '@/components/sections/contact/ContactSplit';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen';
-import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
+import FooterBase from '@/components/sections/footer/FooterBase';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MetricCardOne from '@/components/sections/metrics/MetricCardOne';
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
@@ -31,89 +31,30 @@ export default function LandingPage() {
@@ -122,26 +63,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
- negativeCard={{
- items: [
- "Manual logs",
- "Missed appointments",
- "Phone tag loops",
- "Paper clutter",
- "Data silos",
- ],
- }}
- positiveCard={{
- items: [
- "Automated scheduling",
- "Real-time alerts",
- "Instant patient links",
- "Secure storage",
- "Analytics dashboard",
- ],
- }}
- title="Efficient Booking System"
- description="Powerful tools for both sides of the front desk."
+ negativeCard={{ items: ["سجلات يدوية", "مواعيد فائتة", "اتصالات متكررة", "فوضى ورقية", "عزل البيانات"] }}
+ positiveCard={{ items: ["جدولة تلقائية", "تنبيهات فورية", "روابط حجز للمرضى", "تخزين آمن", "لوحة تحكم تحليلية"] }}
+ title="نظام حجز فعال"
+ description="أدوات قوية لخدمة المرضى وتنظيم العيادة."
/>
@@ -152,44 +77,14 @@ export default function LandingPage() {
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- value: "40%",
- title: "Reduced No-shows",
- description: "Automated reminders ensure patients arrive on time.",
- icon: Clock,
- },
- {
- id: "m2",
- value: "20+",
- title: "Hours Saved",
- description: "Weekly time gained by your secretary.",
- icon: Zap,
- },
- {
- id: "m3",
- value: "99%",
- title: "System Uptime",
- description: "Reliable access to your patient list 24/7.",
- icon: ShieldCheck,
- },
- {
- id: "m4",
- value: "5x",
- title: "Faster Booking",
- description: "Patients book in under 30 seconds.",
- icon: Star,
- },
- {
- id: "m5",
- value: "100%",
- title: "Data Security",
- description: "End-to-end encrypted medical records.",
- icon: Lock,
- },
+ { id: "m1", value: "40%", title: "تقليل غياب المرضى", description: "تذكيرات تلقائية تضمن حضور المرضى في الموعد.", icon: Clock },
+ { id: "m2", value: "20+", title: "ساعات توفير", description: "وقت متاح لموظفي الاستقبال أسبوعياً.", icon: Zap },
+ { id: "m3", value: "99%", title: "استمرارية النظام", description: "وصول موثوق لقائمة المرضى طوال اليوم.", icon: ShieldCheck },
+ { id: "m4", value: "5x", title: "حجز أسرع", description: "يحجز المرضى مواعيدهم في أقل من 30 ثانية.", icon: Star },
+ { id: "m5", value: "100%", title: "أمن البيانات", description: "سجلات طبية مشفرة بالكامل.", icon: Lock },
]}
- title="Performance at a Glance"
- description="Optimize your clinic's daily operations."
+ title="أداء العيادة"
+ description="تحسين عمليات عيادتك اليومية."
/>
@@ -198,34 +93,13 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
- {
- id: "f1",
- title: "Is my patient data secure?",
- content: "Yes, we use industry-standard encryption for all patient records.",
- },
- {
- id: "f2",
- title: "How do patients book appointments?",
- content: "Patients get a unique link to view availability and request slots.",
- },
- {
- id: "f3",
- title: "Can my secretary manage multiple doctors?",
- content: "Yes, the dashboard supports managing schedules for multiple providers.",
- },
- {
- id: "f4",
- title: "Does it integrate with existing EMR?",
- content: "Yes, we offer API connectors for most major medical records systems.",
- },
- {
- id: "f5",
- title: "Is there a mobile app?",
- content: "Our platform is fully responsive and works seamlessly on all mobile devices.",
- },
+ { id: "f1", title: "هل بيانات المرضى آمنة؟", content: "نعم، نستخدم تشفيراً بمعايير الصناعة لجميع سجلات المرضى." },
+ { id: "f2", title: "كيف يحجز المرضى مواعيدهم؟", content: "يحصل المرضى على رابط فريد لعرض المواعيد المتاحة وطلب حجز." },
+ { id: "f3", title: "هل يمكن للمكتب إدارة عدة أطباء؟", content: "نعم، لوحة التحكم تدعم إدارة جداول عدة أطباء بكفاءة." },
+ { id: "f4", title: "هل يتكامل مع السجلات الطبية؟", content: "نعم، نقدم واجهات برمجة تطبيقات لمعظم أنظمة السجلات الطبية." },
]}
- title="Common Questions"
- description="Everything you need to know about starting your trial."
+ title="الأسئلة الشائعة"
+ description="كل ما تحتاج لمعرفته حول البدء معنا."
faqsAnimation="slide-up"
/>
@@ -236,116 +110,44 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Dr. Smith",
- role: "Clinic Lead",
- testimonial: "MediBook transformed how we manage our patient flow.",
- imageSrc: "http://img.b2bpic.net/free-photo/covid19-coronavirus-outbreak-healthcare-workers-pandemic-concept-enthusiastic-smiling-male-doctor-glad-help-patients-physician-white-coat-happy-working-clinic-hospital_1258-108212.jpg",
- },
- {
- id: "2",
- name: "Elena R.",
- role: "Secretary",
- testimonial: "So easy to use, no more messy paper logs.",
- imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg",
- },
- {
- id: "3",
- name: "Marcus V.",
- role: "Practice Manager",
- testimonial: "Excellent interface, my doctors love it.",
- imageSrc: "http://img.b2bpic.net/free-photo/cinematic-portrait-woman-working-healthcare-system-having-care-job_23-2151237537.jpg",
- },
- {
- id: "4",
- name: "Julia M.",
- role: "Chief Surgeon",
- testimonial: "Saves me so much time every single day.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-old-woman-working-as-nurse_23-2151061586.jpg",
- },
- {
- id: "5",
- name: "Dr. Hans",
- role: "Specialist",
- testimonial: "Seamless integration with our current workflow.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-health-worker_23-2148980790.jpg",
- },
+ { id: "1", name: "د. سميث", role: "رئيس العيادة", testimonial: "MediBook غيرت طريقة إدارتنا لتدفق المرضى.", imageSrc: "http://img.b2bpic.net/free-photo/covid19-coronavirus-outbreak-healthcare-workers-pandemic-concept-enthusiastic-smiling-male-doctor-glad-help-patients-physician-white-coat-happy-working-clinic-hospital_1258-108212.jpg" },
+ { id: "2", name: "إلينا ر.", role: "سكرتيرة", testimonial: "سهلة الاستخدام، لا مزيد من الأوراق المبعثرة.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-pointing-with-finger_1262-3108.jpg" },
]}
- title="Trusted by Clinic Directors"
- description="See why top medical professionals trust MediBook."
+ title="شهادات الخبراء"
+ description="لماذا يثق كبار الأطباء في MediBook."
/>
-
-