Merge version_1 into main #2
@@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
|
||||
import ContactFaq from '@/components/sections/contact/ContactFaq';
|
||||
import FooterSimple from '@/components/sections/footer/FooterSimple';
|
||||
import Link from 'next/link';
|
||||
import { Clock, Zap, Heart, AlertCircle, Pill, Activity, AlertTriangle, MapPin, CheckCircle, Shield, Star, Phone } from 'lucide-react';
|
||||
import { Clock, Zap, Heart, AlertCircle, Pill, Activity, AlertTriangle, MapPin, CheckCircle, Shield, Star, Phone, Award, Users } from 'lucide-react';
|
||||
|
||||
export default function HomePage() {
|
||||
return (
|
||||
@@ -55,10 +55,8 @@ export default function HomePage() {
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
dashboard={{
|
||||
title: "Available Services",
|
||||
logoIcon: Heart,
|
||||
searchPlaceholder: "Search services...",
|
||||
sidebarItems: [
|
||||
title: "Available Services", logoIcon: Heart,
|
||||
searchPlaceholder: "Search services...", sidebarItems: [
|
||||
{ icon: AlertCircle },
|
||||
{ icon: Pill },
|
||||
{ icon: Activity }
|
||||
@@ -72,22 +70,19 @@ export default function HomePage() {
|
||||
{ title: "Google Rating", values: [4.5, 4.6, 4.7], valueSuffix: "★", description: "Highly trusted community" },
|
||||
{ title: "Active Patients", values: [2500, 3000, 3500], description: "Families we care for" }
|
||||
],
|
||||
chartTitle: "Monthly Visits",
|
||||
chartData: [
|
||||
chartTitle: "Monthly Visits", chartData: [
|
||||
{ value: 480 },
|
||||
{ value: 560 },
|
||||
{ value: 620 },
|
||||
{ value: 580 },
|
||||
{ value: 720 }
|
||||
],
|
||||
listTitle: "Emergency Priority",
|
||||
listItems: [
|
||||
listTitle: "Emergency Priority", listItems: [
|
||||
{ icon: AlertTriangle, title: "Critical Cases", status: "Immediate" },
|
||||
{ icon: Clock, title: "24/7 Response", status: "Always Ready" },
|
||||
{ icon: MapPin, title: "Near You", status: "Quick Access" }
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-reception-counter-waiting-room-attend-medical-appointment-with-general-practitioner-healthcare-facility-hospital-lobby-seats-private-clinic-checkup-examination_482257-50493.jpg?_wi=1",
|
||||
imageAlt: "medical center emergency room hospital interior healthcare facility"
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/empty-reception-counter-waiting-room-attend-medical-appointment-with-general-practitioner-healthcare-facility-hospital-lobby-seats-private-clinic-checkup-examination_482257-50493.jpg", imageAlt: "medical center emergency room hospital interior healthcare facility"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
@@ -103,46 +98,22 @@ export default function HomePage() {
|
||||
useInvertedBackground="noInvert"
|
||||
features={[
|
||||
{
|
||||
id: "emergency",
|
||||
title: "Emergency Medical Care",
|
||||
description: "Immediate treatment for acute medical conditions, injuries, and emergency cases available 24/7 with experienced medical staff",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-from-inside-ambulance-uniformed-emergency-services-workers-caring-patient-stretcher-coronavirus-pandemic_657921-1489.jpg?_wi=1",
|
||||
imageAlt: "emergency medical care paramedic ambulance emergency room"
|
||||
id: "emergency", title: "Emergency Medical Care", description: "Immediate treatment for acute medical conditions, injuries, and emergency cases available 24/7 with experienced medical staff", imageSrc: "http://img.b2bpic.net/free-photo/view-from-inside-ambulance-uniformed-emergency-services-workers-caring-patient-stretcher-coronavirus-pandemic_657921-1489.jpg", imageAlt: "emergency medical care paramedic ambulance emergency room"
|
||||
},
|
||||
{
|
||||
id: "general",
|
||||
title: "General Medicine",
|
||||
description: "Routine checkups, general consultations, and medical assessments for all ages with compassionate healthcare professionals",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-meeting-consultation-appointment-healthcare-checkup-cabinet-medic-talking-aged-man-about-diagnosis-treatment-after-examination-medical-visit_482257-32027.jpg?_wi=1",
|
||||
imageAlt: "doctor consultation medical checkup general medicine patient examination"
|
||||
id: "general", title: "General Medicine", description: "Routine checkups, general consultations, and medical assessments for all ages with compassionate healthcare professionals", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-meeting-consultation-appointment-healthcare-checkup-cabinet-medic-talking-aged-man-about-diagnosis-treatment-after-examination-medical-visit_482257-32027.jpg", imageAlt: "doctor consultation medical checkup general medicine patient examination"
|
||||
},
|
||||
{
|
||||
id: "laboratory",
|
||||
title: "Laboratory & Medical Tests",
|
||||
description: "Advanced blood tests, diagnostic screenings, and laboratory analysis with quick turnaround results",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335693.jpg?_wi=1",
|
||||
imageAlt: "laboratory blood test medical lab diagnostic center"
|
||||
id: "laboratory", title: "Laboratory & Medical Tests", description: "Advanced blood tests, diagnostic screenings, and laboratory analysis with quick turnaround results", imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335693.jpg", imageAlt: "laboratory blood test medical lab diagnostic center"
|
||||
},
|
||||
{
|
||||
id: "chronic",
|
||||
title: "Chronic Disease Follow-up",
|
||||
description: "Regular monitoring and management of diabetes, blood pressure, and other chronic conditions with personalized care plans",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-general-practitioner-measuring-blood-pressure-senior-man-home-visit_637285-11358.jpg?_wi=1",
|
||||
imageAlt: "diabetes care blood pressure monitoring chronic disease patient follow-up"
|
||||
id: "chronic", title: "Chronic Disease Follow-up", description: "Regular monitoring and management of diabetes, blood pressure, and other chronic conditions with personalized care plans", imageSrc: "http://img.b2bpic.net/free-photo/black-general-practitioner-measuring-blood-pressure-senior-man-home-visit_637285-11358.jpg", imageAlt: "diabetes care blood pressure monitoring chronic disease patient follow-up"
|
||||
},
|
||||
{
|
||||
id: "wounds",
|
||||
title: "Burns & Wound Care",
|
||||
description: "Professional treatment for burns, cuts, injuries, and wound dressing with infection prevention expertise",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-taking-care-afro-american-child_23-2151159874.jpg?_wi=1",
|
||||
imageAlt: "wound care burn treatment first aid injury care"
|
||||
id: "wounds", title: "Burns & Wound Care", description: "Professional treatment for burns, cuts, injuries, and wound dressing with infection prevention expertise", imageSrc: "http://img.b2bpic.net/free-photo/doctor-taking-care-afro-american-child_23-2151159874.jpg", imageAlt: "wound care burn treatment first aid injury care"
|
||||
},
|
||||
{
|
||||
id: "dressings",
|
||||
title: "Medical Dressings & Follow-ups",
|
||||
description: "Professional wound dressing changes, post-treatment follow-up care, and healing assessments for optimal recovery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-concept-clinic_23-2151117894.jpg?_wi=1",
|
||||
imageAlt: "medical dressing bandage wound dressing healthcare professional"
|
||||
id: "dressings", title: "Medical Dressings & Follow-ups", description: "Professional wound dressing changes, post-treatment follow-up care, and healing assessments for optimal recovery", imageSrc: "http://img.b2bpic.net/free-photo/healthcare-concept-clinic_23-2151117894.jpg", imageAlt: "medical dressing bandage wound dressing healthcare professional"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -157,13 +128,13 @@ export default function HomePage() {
|
||||
title="Why Choose Royal Care"
|
||||
description="Building trust through excellence in emergency medical care and community service"
|
||||
tag="Proven Excellence"
|
||||
tagIcon={Star}
|
||||
tagIcon={Award}
|
||||
tagAnimation="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{ id: "1", icon: Clock, title: "24/7 Coverage", value: "Always Open" },
|
||||
{ id: "2", icon: Heart, title: "Trusted By", value: "3,500+" },
|
||||
{ id: "2", icon: Users, title: "Trusted By", value: "3,500+" },
|
||||
{ id: "3", icon: Star, title: "Google Rating", value: "4.5★" },
|
||||
{ id: "4", icon: MapPin, title: "Local Service", value: "Qalqilyah" }
|
||||
]}
|
||||
@@ -188,7 +159,7 @@ export default function HomePage() {
|
||||
{ icon: Clock, title: "Always Available", description: "24/7 emergency response for urgent medical needs any time of day or night" },
|
||||
{ icon: MapPin, title: "Easy to Reach", description: "Conveniently located near Al-Nakheel Fuel Station for quick access" }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-doctors-meeting_107420-84791.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/team-doctors-meeting_107420-84791.jpg"
|
||||
imageAlt="medical professionals doctor team healthcare staff clinic interior"
|
||||
/>
|
||||
</div>
|
||||
@@ -201,10 +172,10 @@ export default function HomePage() {
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{ id: "1", name: "Aisha Mohammed", imageSrc: "http://img.b2bpic.net/free-photo/portrait-loving-arabic-woman-beautiful-woman-with-covered-head-make-up-looking-camera-international-beautiful-concept_74855-21619.jpg?_wi=1", imageAlt: "woman portrait arab woman professional headshot patient testimonial" },
|
||||
{ id: "2", name: "Hassan Khalil", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-business-man_23-2148479507.jpg?_wi=1", imageAlt: "man portrait arab man professional headshot patient testimonial" },
|
||||
{ id: "3", name: "Fatima Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-young-beautiful-indian-woman_1262-2261.jpg?_wi=1", imageAlt: "woman portrait arab woman professional headshot patient testimonial" },
|
||||
{ id: "4", name: "Omar Saleh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-business-man_23-2148479507.jpg?_wi=2", imageAlt: "man portrait arab man professional headshot patient testimonial" }
|
||||
{ id: "1", name: "Aisha Mohammed", imageSrc: "http://img.b2bpic.net/free-photo/portrait-loving-arabic-woman-beautiful-woman-with-covered-head-make-up-looking-camera-international-beautiful-concept_74855-21619.jpg", imageAlt: "woman portrait arab woman professional headshot patient testimonial" },
|
||||
{ id: "2", name: "Hassan Khalil", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-business-man_23-2148479507.jpg", imageAlt: "man portrait arab man professional headshot patient testimonial" },
|
||||
{ id: "3", name: "Fatima Ahmed", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-young-beautiful-indian-woman_1262-2261.jpg", imageAlt: "woman portrait arab woman professional headshot patient testimonial" },
|
||||
{ id: "4", name: "Omar Saleh", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-business-man_23-2148479507.jpg", imageAlt: "man portrait arab man professional headshot patient testimonial" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -233,8 +204,7 @@ export default function HomePage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Care", href: "/services" },
|
||||
{ label: "Laboratory", href: "/services" },
|
||||
{ label: "Chronic Follow-up", href: "/services" },
|
||||
@@ -242,8 +212,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -251,8 +220,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Call: +970-9-XXXXXXXX", href: "tel:+970-9-XXXXXXXX" },
|
||||
{ label: "WhatsApp: +970-XXXXXXXXX", href: "https://wa.me/970XXXXXXXXX" },
|
||||
{ label: "Location: Qalqilyah", href: "#" },
|
||||
@@ -260,8 +228,7 @@ export default function HomePage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Medical Disclaimer", href: "#" },
|
||||
|
||||
@@ -49,46 +49,22 @@ export default function ServicesPage() {
|
||||
useInvertedBackground="noInvert"
|
||||
features={[
|
||||
{
|
||||
id: "emergency",
|
||||
title: "Emergency Medical Care",
|
||||
description: "Immediate treatment for acute medical conditions, injuries, and emergency cases available 24/7 with experienced medical staff",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-from-inside-ambulance-uniformed-emergency-services-workers-caring-patient-stretcher-coronavirus-pandemic_657921-1489.jpg?_wi=2",
|
||||
imageAlt: "emergency medical care paramedic ambulance emergency room"
|
||||
id: "emergency", title: "Emergency Medical Care", description: "Immediate treatment for acute medical conditions, injuries, and emergency cases available 24/7 with experienced medical staff", imageSrc: "http://img.b2bpic.net/free-photo/view-from-inside-ambulance-uniformed-emergency-services-workers-caring-patient-stretcher-coronavirus-pandemic_657921-1489.jpg", imageAlt: "emergency medical care paramedic ambulance emergency room"
|
||||
},
|
||||
{
|
||||
id: "general",
|
||||
title: "General Medicine",
|
||||
description: "Routine checkups, general consultations, and medical assessments for all ages with compassionate healthcare professionals",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-meeting-consultation-appointment-healthcare-checkup-cabinet-medic-talking-aged-man-about-diagnosis-treatment-after-examination-medical-visit_482257-32027.jpg?_wi=2",
|
||||
imageAlt: "doctor consultation medical checkup general medicine patient examination"
|
||||
id: "general", title: "General Medicine", description: "Routine checkups, general consultations, and medical assessments for all ages with compassionate healthcare professionals", imageSrc: "http://img.b2bpic.net/free-photo/doctor-patient-meeting-consultation-appointment-healthcare-checkup-cabinet-medic-talking-aged-man-about-diagnosis-treatment-after-examination-medical-visit_482257-32027.jpg", imageAlt: "doctor consultation medical checkup general medicine patient examination"
|
||||
},
|
||||
{
|
||||
id: "laboratory",
|
||||
title: "Laboratory & Medical Tests",
|
||||
description: "Advanced blood tests, diagnostic screenings, and laboratory analysis with quick turnaround results",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335693.jpg?_wi=2",
|
||||
imageAlt: "laboratory blood test medical lab diagnostic center"
|
||||
id: "laboratory", title: "Laboratory & Medical Tests", description: "Advanced blood tests, diagnostic screenings, and laboratory analysis with quick turnaround results", imageSrc: "http://img.b2bpic.net/free-photo/doctor-performing-medical-research-lab_23-2149335693.jpg", imageAlt: "laboratory blood test medical lab diagnostic center"
|
||||
},
|
||||
{
|
||||
id: "chronic",
|
||||
title: "Chronic Disease Follow-up",
|
||||
description: "Regular monitoring and management of diabetes, blood pressure, and other chronic conditions with personalized care plans",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/black-general-practitioner-measuring-blood-pressure-senior-man-home-visit_637285-11358.jpg?_wi=2",
|
||||
imageAlt: "diabetes care blood pressure monitoring chronic disease patient follow-up"
|
||||
id: "chronic", title: "Chronic Disease Follow-up", description: "Regular monitoring and management of diabetes, blood pressure, and other chronic conditions with personalized care plans", imageSrc: "http://img.b2bpic.net/free-photo/black-general-practitioner-measuring-blood-pressure-senior-man-home-visit_637285-11358.jpg", imageAlt: "diabetes care blood pressure monitoring chronic disease patient follow-up"
|
||||
},
|
||||
{
|
||||
id: "wounds",
|
||||
title: "Burns & Wound Care",
|
||||
description: "Professional treatment for burns, cuts, injuries, and wound dressing with infection prevention expertise",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-taking-care-afro-american-child_23-2151159874.jpg?_wi=2",
|
||||
imageAlt: "wound care burn treatment first aid injury care"
|
||||
id: "wounds", title: "Burns & Wound Care", description: "Professional treatment for burns, cuts, injuries, and wound dressing with infection prevention expertise", imageSrc: "http://img.b2bpic.net/free-photo/doctor-taking-care-afro-american-child_23-2151159874.jpg", imageAlt: "wound care burn treatment first aid injury care"
|
||||
},
|
||||
{
|
||||
id: "dressings",
|
||||
title: "Medical Dressings & Follow-ups",
|
||||
description: "Professional wound dressing changes, post-treatment follow-up care, and healing assessments for optimal recovery",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/healthcare-concept-clinic_23-2151117894.jpg?_wi=2",
|
||||
imageAlt: "medical dressing bandage wound dressing healthcare professional"
|
||||
id: "dressings", title: "Medical Dressings & Follow-ups", description: "Professional wound dressing changes, post-treatment follow-up care, and healing assessments for optimal recovery", imageSrc: "http://img.b2bpic.net/free-photo/healthcare-concept-clinic_23-2151117894.jpg", imageAlt: "medical dressing bandage wound dressing healthcare professional"
|
||||
}
|
||||
]}
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
@@ -141,8 +117,7 @@ export default function ServicesPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Emergency Care", href: "/services" },
|
||||
{ label: "Laboratory", href: "/services" },
|
||||
{ label: "Chronic Follow-up", href: "/services" },
|
||||
@@ -150,8 +125,7 @@ export default function ServicesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{ label: "Home", href: "/" },
|
||||
{ label: "About Us", href: "/about" },
|
||||
{ label: "Contact", href: "/contact" },
|
||||
@@ -159,8 +133,7 @@ export default function ServicesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Contact Info",
|
||||
items: [
|
||||
title: "Contact Info", items: [
|
||||
{ label: "Call: +970-9-XXXXXXXX", href: "tel:+970-9-XXXXXXXX" },
|
||||
{ label: "WhatsApp: +970-XXXXXXXXX", href: "https://wa.me/970XXXXXXXXX" },
|
||||
{ label: "Location: Qalqilyah", href: "#" },
|
||||
@@ -168,8 +141,7 @@ export default function ServicesPage() {
|
||||
]
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
{ label: "Terms of Service", href: "#" },
|
||||
{ label: "Medical Disclaimer", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user