Merge version_1 into main #2
@@ -44,14 +44,14 @@ export default function AboutPage() {
|
||||
<TestimonialAboutCard
|
||||
tag="Our Mission"
|
||||
tagIcon={Verified}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Leading biomedical equipment provider in Morocco"
|
||||
description="Founded on Expertise"
|
||||
subdescription="Serving healthcare facilities with certified solutions since 2010"
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-multiethnic-medics-with-papers_23-2147767245.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-multiethnic-medics-with-papers_23-2147767245.jpg"
|
||||
imageAlt="MDBIOMEDICAL professional team"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -61,31 +61,19 @@ export default function AboutPage() {
|
||||
title="Our Values"
|
||||
description="What drives us to deliver exceptional service to every healthcare facility partner."
|
||||
tag="Company Values"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: "reliability",
|
||||
title: "Reliability & Trust",
|
||||
tags: ["Certified Equipment", "Proven Track Record", "Dependable Service"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309928.jpg?_wi=3",
|
||||
imageAlt: "Professional medical equipment reliability",
|
||||
},
|
||||
id: "reliability", title: "Reliability & Trust", tags: ["Certified Equipment", "Proven Track Record", "Dependable Service"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309928.jpg", imageAlt: "Professional medical equipment reliability"},
|
||||
{
|
||||
id: "expertise",
|
||||
title: "Technical Expertise",
|
||||
tags: ["Certified Technicians", "Continuous Training", "Advanced Solutions"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-white-coat-front-view_23-2149844580.jpg?_wi=3",
|
||||
imageAlt: "Technical expertise in biomedical equipment",
|
||||
},
|
||||
id: "expertise", title: "Technical Expertise", tags: ["Certified Technicians", "Continuous Training", "Advanced Solutions"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-white-coat-front-view_23-2149844580.jpg", imageAlt: "Technical expertise in biomedical equipment"},
|
||||
{
|
||||
id: "support",
|
||||
title: "Customer Support",
|
||||
tags: ["24/7 Availability", "Rapid Response", "Dedicated Team"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-holding-clipboard_23-2149304261.jpg?_wi=2",
|
||||
imageAlt: "Customer support and technical assistance",
|
||||
},
|
||||
id: "support", title: "Customer Support", tags: ["24/7 Availability", "Rapid Response", "Dedicated Team"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-holding-clipboard_23-2149304261.jpg", imageAlt: "Customer support and technical assistance"},
|
||||
]}
|
||||
animationType="entrance-slide"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -97,31 +85,19 @@ export default function AboutPage() {
|
||||
description="Recognized for excellence in biomedical equipment distribution and service across Morocco"
|
||||
tag="Track Record"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "partners",
|
||||
value: "500+",
|
||||
description: "Healthcare Partners",
|
||||
},
|
||||
id: "partners", value: "500+", description: "Healthcare Partners"},
|
||||
{
|
||||
id: "years",
|
||||
value: "15+",
|
||||
description: "Years Operating",
|
||||
},
|
||||
id: "years", value: "15+", description: "Years Operating"},
|
||||
{
|
||||
id: "team",
|
||||
value: "50+",
|
||||
description: "Expert Team Members",
|
||||
},
|
||||
id: "team", value: "50+", description: "Expert Team Members"},
|
||||
{
|
||||
id: "quality",
|
||||
value: "100%",
|
||||
description: "ISO Certified",
|
||||
},
|
||||
id: "quality", value: "100%", description: "ISO Certified"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="entrance-slide"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -129,58 +105,37 @@ export default function AboutPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg"
|
||||
imageAlt="Medical equipment and professional healthcare"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Products", href: "/products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Distribution",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Distribution", href: "#services"},
|
||||
{
|
||||
label: "Repair & Maintenance",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Repair & Maintenance", href: "#services"},
|
||||
{
|
||||
label: "Installation & Support",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Installation & Support", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Casablanca, Morocco",
|
||||
href: "#",
|
||||
},
|
||||
label: "Casablanca, Morocco", href: "#"},
|
||||
{
|
||||
label: "+212 6 61 74 49 48",
|
||||
href: "tel:+212661744948",
|
||||
},
|
||||
label: "+212 6 61 74 49 48", href: "tel:+212661744948"},
|
||||
{
|
||||
label: "Contact Form",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Form", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -19,24 +19,21 @@ export default function ContactPage() {
|
||||
|
||||
const footerColumns = [
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Products", href: "/products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Distribution", href: "/services" },
|
||||
{ label: "Repair & Maintenance", href: "/services" },
|
||||
{ label: "Installation & Support", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Casablanca, Morocco", href: "#" },
|
||||
{ label: "+212 6 61 74 49 48", href: "tel:+212661744948" },
|
||||
{ label: "Contact Form", href: "/contact" },
|
||||
@@ -73,41 +70,27 @@ export default function ContactPage() {
|
||||
background={{ variant: "plain" }}
|
||||
tag="Professional Support"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Service",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Service", href: "/contact"},
|
||||
{
|
||||
text: "Call Us",
|
||||
href: "tel:+212661744948",
|
||||
},
|
||||
text: "Call Us", href: "tel:+212661744948"},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg?_wi=7",
|
||||
imageAlt: "Medical equipment and biomedical technician",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg", imageAlt: "Medical equipment and biomedical technician"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-medical-staff-working-reception-counter-filling-checkup-report-papers-making-appointments-nurse-receptionist-doing-registration-work-hospital-waiting-room_482257-51640.jpg?_wi=5",
|
||||
imageAlt: "Professional healthcare staff",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-medical-staff-working-reception-counter-filling-checkup-report-papers-making-appointments-nurse-receptionist-doing-registration-work-hospital-waiting-room_482257-51640.jpg", imageAlt: "Professional healthcare staff"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-medics-with-papers_23-2147767245.jpg?_wi=5",
|
||||
imageAlt: "Medical professionals collaborating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-medics-with-papers_23-2147767245.jpg", imageAlt: "Medical professionals collaborating"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-entering-room-with-coworkers_23-2147656726.jpg?_wi=2",
|
||||
imageAlt: "Professional office environment",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-entering-room-with-coworkers_23-2147656726.jpg", imageAlt: "Professional office environment"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/storehouse-manager-looking-merchandise-boxes-analyzing-clients-orders-before-start-shipping-products-warehouse-african-american-employee-checking-distribution-details-laptop-computer_482257-66143.jpg?_wi=5",
|
||||
imageAlt: "Medical equipment distribution center",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/storehouse-manager-looking-merchandise-boxes-analyzing-clients-orders-before-start-shipping-products-warehouse-african-american-employee-checking-distribution-details-laptop-computer_482257-66143.jpg", imageAlt: "Medical equipment distribution center"},
|
||||
]}
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -118,40 +101,26 @@ export default function ContactPage() {
|
||||
description="Reach out to our team for technical assistance, equipment inquiries, or service requests. We're available Monday to Friday, 09:00 - 18:00. Our experts will respond within 24 hours."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "clinic_name",
|
||||
type: "text",
|
||||
placeholder: "Clinic / Company Name",
|
||||
required: true,
|
||||
name: "clinic_name", type: "text", placeholder: "Clinic / Company Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "+212 6 XX XX XX XX",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "+212 6 XX XX XX XX", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "service_request",
|
||||
placeholder: "Describe your service request or equipment needs...",
|
||||
rows: 5,
|
||||
name: "service_request", placeholder: "Describe your service request or equipment needs...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-entering-room-with-coworkers_23-2147656726.jpg?_wi=3"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-entering-room-with-coworkers_23-2147656726.jpg"
|
||||
imageAlt="MDBIOMEDICAL office"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Request"
|
||||
/>
|
||||
@@ -193,7 +162,7 @@ export default function ContactPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg?_wi=8"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg"
|
||||
imageAlt="Medical equipment and professional healthcare"
|
||||
columns={footerColumns}
|
||||
logoText="MDBIOMEDICAL"
|
||||
|
||||
233
src/app/page.tsx
233
src/app/page.tsx
@@ -51,41 +51,27 @@ export default function HomePage() {
|
||||
background={{ variant: "plain" }}
|
||||
tag="Medical Excellence"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{
|
||||
text: "Request Technical Service",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Request Technical Service", href: "/contact"},
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "/contact",
|
||||
},
|
||||
text: "Contact Us", href: "/contact"},
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg?_wi=1",
|
||||
imageAlt: "Medical equipment and biomedical technician",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg", imageAlt: "Medical equipment and biomedical technician"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-medical-staff-working-reception-counter-filling-checkup-report-papers-making-appointments-nurse-receptionist-doing-registration-work-hospital-waiting-room_482257-51640.jpg?_wi=1",
|
||||
imageAlt: "Professional equipment installation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-medical-staff-working-reception-counter-filling-checkup-report-papers-making-appointments-nurse-receptionist-doing-registration-work-hospital-waiting-room_482257-51640.jpg", imageAlt: "Professional equipment installation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67187.jpg?_wi=1",
|
||||
imageAlt: "Biomedical technician performing repairs",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67187.jpg", imageAlt: "Biomedical technician performing repairs"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/storehouse-manager-looking-merchandise-boxes-analyzing-clients-orders-before-start-shipping-products-warehouse-african-american-employee-checking-distribution-details-laptop-computer_482257-66143.jpg?_wi=1",
|
||||
imageAlt: "Medical equipment distribution center",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/storehouse-manager-looking-merchandise-boxes-analyzing-clients-orders-before-start-shipping-products-warehouse-african-american-employee-checking-distribution-details-laptop-computer_482257-66143.jpg", imageAlt: "Medical equipment distribution center"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-medics-with-papers_23-2147767245.jpg?_wi=1",
|
||||
imageAlt: "Medical professionals collaborating",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-multiethnic-medics-with-papers_23-2147767245.jpg", imageAlt: "Medical professionals collaborating"},
|
||||
]}
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -96,43 +82,22 @@ export default function HomePage() {
|
||||
description="Comprehensive medical equipment solutions tailored for clinics, laboratories, and hospitals across Morocco."
|
||||
tag="Professional Services"
|
||||
tagIcon={Stethoscope}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
features={[
|
||||
{
|
||||
id: "distribution",
|
||||
title: "Medical Equipment Distribution",
|
||||
tags: [
|
||||
"Diagnostic Equipment",
|
||||
"Laboratory Devices",
|
||||
"Complete Supply",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/storehouse-manager-looking-merchandise-boxes-analyzing-clients-orders-before-start-shipping-products-warehouse-african-american-employee-checking-distribution-details-laptop-computer_482257-66143.jpg?_wi=2",
|
||||
imageAlt: "Medical equipment distribution center",
|
||||
},
|
||||
id: "distribution", title: "Medical Equipment Distribution", tags: [
|
||||
"Diagnostic Equipment", "Laboratory Devices", "Complete Supply"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/storehouse-manager-looking-merchandise-boxes-analyzing-clients-orders-before-start-shipping-products-warehouse-african-american-employee-checking-distribution-details-laptop-computer_482257-66143.jpg", imageAlt: "Medical equipment distribution center"},
|
||||
{
|
||||
id: "repair",
|
||||
title: "Biomedical Equipment Repair",
|
||||
tags: [
|
||||
"Maintenance Services",
|
||||
"Diagnostics",
|
||||
"Component Replacement",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67187.jpg?_wi=2",
|
||||
imageAlt: "Biomedical technician performing equipment repair",
|
||||
},
|
||||
id: "repair", title: "Biomedical Equipment Repair", tags: [
|
||||
"Maintenance Services", "Diagnostics", "Component Replacement"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67187.jpg", imageAlt: "Biomedical technician performing equipment repair"},
|
||||
{
|
||||
id: "installation",
|
||||
title: "Installation & Technical Support",
|
||||
tags: [
|
||||
"Professional Setup",
|
||||
"Staff Training",
|
||||
"System Integration",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-medical-staff-working-reception-counter-filling-checkup-report-papers-making-appointments-nurse-receptionist-doing-registration-work-hospital-waiting-room_482257-51640.jpg?_wi=2",
|
||||
imageAlt: "Professional equipment installation and setup",
|
||||
},
|
||||
id: "installation", title: "Installation & Technical Support", tags: [
|
||||
"Professional Setup", "Staff Training", "System Integration"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/diverse-medical-staff-working-reception-counter-filling-checkup-report-papers-making-appointments-nurse-receptionist-doing-registration-work-hospital-waiting-room_482257-51640.jpg", imageAlt: "Professional equipment installation and setup"},
|
||||
]}
|
||||
animationType="entrance-slide"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -142,14 +107,14 @@ export default function HomePage() {
|
||||
<TestimonialAboutCard
|
||||
tag="Why Choose MDBIOMEDICAL"
|
||||
tagIcon={Verified}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
title="Your trusted partner for biomedical equipment and services"
|
||||
description="Certified Expertise"
|
||||
subdescription="15+ years serving healthcare facilities across Morocco"
|
||||
icon={CheckCircle}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-multiethnic-medics-with-papers_23-2147767245.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/cheerful-multiethnic-medics-with-papers_23-2147767245.jpg"
|
||||
imageAlt="MDBIOMEDICAL professional team"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -160,31 +125,19 @@ export default function HomePage() {
|
||||
description="Serving healthcare professionals with reliable solutions across Morocco"
|
||||
tag="Key Metrics"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
metrics={[
|
||||
{
|
||||
id: "customers",
|
||||
value: "500+",
|
||||
description: "Healthcare Facilities Served",
|
||||
},
|
||||
id: "customers", value: "500+", description: "Healthcare Facilities Served"},
|
||||
{
|
||||
id: "experience",
|
||||
value: "15+",
|
||||
description: "Years of Expertise",
|
||||
},
|
||||
id: "experience", value: "15+", description: "Years of Expertise"},
|
||||
{
|
||||
id: "response",
|
||||
value: "24H",
|
||||
description: "Average Response Time",
|
||||
},
|
||||
id: "response", value: "24H", description: "Average Response Time"},
|
||||
{
|
||||
id: "satisfaction",
|
||||
value: "98%",
|
||||
description: "Customer Satisfaction Rate",
|
||||
},
|
||||
id: "satisfaction", value: "98%", description: "Customer Satisfaction Rate"},
|
||||
]}
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="entrance-slide"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -194,46 +147,22 @@ export default function HomePage() {
|
||||
<TestimonialCardTwelve
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Dr. Hassan Benani",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309928.jpg?_wi=1",
|
||||
imageAlt: "Dr. Hassan Benani, Clinic Director",
|
||||
},
|
||||
id: "1", name: "Dr. Hassan Benani", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309928.jpg", imageAlt: "Dr. Hassan Benani, Clinic Director"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fatima Al-Mansouri",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-white-coat-front-view_23-2149844580.jpg?_wi=1",
|
||||
imageAlt: "Fatima Al-Mansouri, Laboratory Manager",
|
||||
},
|
||||
id: "2", name: "Fatima Al-Mansouri", imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-white-coat-front-view_23-2149844580.jpg", imageAlt: "Fatima Al-Mansouri, Laboratory Manager"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Dr. Mohamed Chakir",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-holding-clipboard_23-2149304261.jpg?_wi=1",
|
||||
imageAlt: "Dr. Mohamed Chakir, Hospital Director",
|
||||
},
|
||||
id: "3", name: "Dr. Mohamed Chakir", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-doctor-holding-clipboard_23-2149304261.jpg", imageAlt: "Dr. Mohamed Chakir, Hospital Director"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Karim Oussidi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-successful-businessman-smiling-posing-office_176420-911.jpg",
|
||||
imageAlt: "Karim Oussidi, Biomedical Engineer",
|
||||
},
|
||||
id: "4", name: "Karim Oussidi", imageSrc: "http://img.b2bpic.net/free-photo/young-handsome-successful-businessman-smiling-posing-office_176420-911.jpg", imageAlt: "Karim Oussidi, Biomedical Engineer"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Dr. Leila Zahra",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309928.jpg?_wi=2",
|
||||
imageAlt: "Dr. Leila Zahra, Medical Director",
|
||||
},
|
||||
id: "5", name: "Dr. Leila Zahra", imageSrc: "http://img.b2bpic.net/free-photo/nurse-preparing-consult_23-2149309928.jpg", imageAlt: "Dr. Leila Zahra, Medical Director"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Ahmed Sidi",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-white-coat-front-view_23-2149844580.jpg?_wi=2",
|
||||
imageAlt: "Ahmed Sidi, Technical Specialist",
|
||||
},
|
||||
id: "6", name: "Ahmed Sidi", imageSrc: "http://img.b2bpic.net/free-photo/doctor-wearing-white-coat-front-view_23-2149844580.jpg", imageAlt: "Ahmed Sidi, Technical Specialist"},
|
||||
]}
|
||||
cardTitle="Trusted by hundreds of healthcare professionals across Morocco"
|
||||
cardTag="See what they say"
|
||||
cardTagIcon={Star}
|
||||
cardAnimation="entrance-slide"
|
||||
cardAnimation="blur-reveal"
|
||||
useInvertedBackground={true}
|
||||
/>
|
||||
</div>
|
||||
@@ -244,21 +173,14 @@ export default function HomePage() {
|
||||
description="Join the network of clinics, laboratories, and hospitals that rely on MDBIOMEDICAL for their medical equipment needs."
|
||||
tag="Partners"
|
||||
tagIcon={Handshake}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
names={[
|
||||
"Clinique Al-Noor",
|
||||
"Laboratoire Diagnostique Central",
|
||||
"Hôpital Universitaire",
|
||||
"Centre Médical Excellence",
|
||||
"Laboratoire Bio-Sciences",
|
||||
"Clinique Santé Plus",
|
||||
"Hôpital Regional",
|
||||
]}
|
||||
"Clinique Al-Noor", "Laboratoire Diagnostique Central", "Hôpital Universitaire", "Centre Médical Excellence", "Laboratoire Bio-Sciences", "Clinique Santé Plus", "Hôpital Regional"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -268,40 +190,26 @@ export default function HomePage() {
|
||||
description="Reach out to our team for technical assistance, equipment inquiries, or service requests. We're available Monday to Friday, 09:00 - 18:00."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "clinic_name",
|
||||
type: "text",
|
||||
placeholder: "Clinic / Company Name",
|
||||
required: true,
|
||||
name: "clinic_name", type: "text", placeholder: "Clinic / Company Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "+212 6 XX XX XX XX",
|
||||
required: true,
|
||||
name: "phone", type: "tel", placeholder: "+212 6 XX XX XX XX", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email Address",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Email Address", required: true,
|
||||
},
|
||||
]}
|
||||
textarea={{
|
||||
name: "service_request",
|
||||
placeholder: "Describe your service request or equipment needs...",
|
||||
rows: 5,
|
||||
name: "service_request", placeholder: "Describe your service request or equipment needs...", rows: 5,
|
||||
required: true,
|
||||
}}
|
||||
useInvertedBackground={false}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-entering-room-with-coworkers_23-2147656726.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/man-entering-room-with-coworkers_23-2147656726.jpg"
|
||||
imageAlt="MDBIOMEDICAL office"
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="blur-reveal"
|
||||
mediaPosition="right"
|
||||
buttonText="Send Request"
|
||||
/>
|
||||
@@ -309,58 +217,37 @@ export default function HomePage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg"
|
||||
imageAlt="Medical equipment and professional healthcare"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "/about",
|
||||
},
|
||||
label: "About", href: "/about"},
|
||||
{
|
||||
label: "Services",
|
||||
href: "/services",
|
||||
},
|
||||
label: "Services", href: "/services"},
|
||||
{
|
||||
label: "Products",
|
||||
href: "/products",
|
||||
},
|
||||
label: "Products", href: "/products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{
|
||||
label: "Distribution",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Distribution", href: "#services"},
|
||||
{
|
||||
label: "Repair & Maintenance",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Repair & Maintenance", href: "#services"},
|
||||
{
|
||||
label: "Installation & Support",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Installation & Support", href: "#services"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{
|
||||
label: "Casablanca, Morocco",
|
||||
href: "#",
|
||||
},
|
||||
label: "Casablanca, Morocco", href: "#"},
|
||||
{
|
||||
label: "+212 6 61 74 49 48",
|
||||
href: "tel:+212661744948",
|
||||
},
|
||||
label: "+212 6 61 74 49 48", href: "tel:+212661744948"},
|
||||
{
|
||||
label: "Contact Form",
|
||||
href: "/contact",
|
||||
},
|
||||
label: "Contact Form", href: "/contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
@@ -47,40 +47,30 @@ export default function ProductsPage() {
|
||||
background={{ variant: "plain" }}
|
||||
tag="Medical Excellence"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Request Product Information", href: "/contact" },
|
||||
{ text: "Get Quotation", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/old-specialist-meeting-with-woman-patient-discuss-results-cabinet_482257-126936.jpg?_wi=1",
|
||||
imageAlt: "Ultrasound machine medical device equipment",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/old-specialist-meeting-with-woman-patient-discuss-results-cabinet_482257-126936.jpg", imageAlt: "Ultrasound machine medical device equipment"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medical-test-tubes-with-blood-desk-laboratory_482257-9074.jpg?_wi=1",
|
||||
imageAlt: "Laboratory analyzer medical equipment device",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/medical-test-tubes-with-blood-desk-laboratory_482257-9074.jpg", imageAlt: "Laboratory analyzer medical equipment device"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-cleaning-ophthalmologist-s-office_23-2150917640.jpg?_wi=1",
|
||||
imageAlt: "Medical sterilization equipment autoclave device",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/woman-cleaning-ophthalmologist-s-office_23-2150917640.jpg", imageAlt: "Medical sterilization equipment autoclave device"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/doctor-preparing-ophthalmologist-s-office_23-2150917654.jpg?_wi=1",
|
||||
imageAlt: "Diagnostic equipment medical device professional",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/doctor-preparing-ophthalmologist-s-office_23-2150917654.jpg", imageAlt: "Diagnostic equipment medical device professional"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medical-equipment_181624-91.jpg?_wi=1",
|
||||
imageAlt: "Medical accessories supplies equipment collection",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/medical-equipment_181624-91.jpg", imageAlt: "Medical accessories supplies equipment collection"},
|
||||
]}
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -89,71 +79,36 @@ export default function ProductsPage() {
|
||||
<FeatureCardTwentyThree
|
||||
features={[
|
||||
{
|
||||
id: "ultrasound",
|
||||
title: "Diagnostic Ultrasound Systems",
|
||||
tags: [
|
||||
"Portable & Fixed",
|
||||
"High Resolution",
|
||||
"Clinical Grade",
|
||||
],
|
||||
id: "ultrasound", title: "Diagnostic Ultrasound Systems", tags: [
|
||||
"Portable & Fixed", "High Resolution", "Clinical Grade"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/old-specialist-meeting-with-woman-patient-discuss-results-cabinet_482257-126936.jpg?_wi=2",
|
||||
imageAlt: "Ultrasound machine medical device equipment",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/old-specialist-meeting-with-woman-patient-discuss-results-cabinet_482257-126936.jpg", imageAlt: "Ultrasound machine medical device equipment"},
|
||||
{
|
||||
id: "lab-equipment",
|
||||
title: "Laboratory Analysis Equipment",
|
||||
tags: [
|
||||
"Hematology Analyzers",
|
||||
"Chemistry Systems",
|
||||
"Quality Control",
|
||||
],
|
||||
id: "lab-equipment", title: "Laboratory Analysis Equipment", tags: [
|
||||
"Hematology Analyzers", "Chemistry Systems", "Quality Control"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medical-test-tubes-with-blood-desk-laboratory_482257-9074.jpg?_wi=2",
|
||||
imageAlt: "Laboratory analyzer medical equipment device",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/medical-test-tubes-with-blood-desk-laboratory_482257-9074.jpg", imageAlt: "Laboratory analyzer medical equipment device"},
|
||||
{
|
||||
id: "sterilization",
|
||||
title: "Sterilization & Disinfection Equipment",
|
||||
tags: [
|
||||
"Autoclaves",
|
||||
"UV Sterilizers",
|
||||
"Reliable Performance",
|
||||
],
|
||||
id: "sterilization", title: "Sterilization & Disinfection Equipment", tags: [
|
||||
"Autoclaves", "UV Sterilizers", "Reliable Performance"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/woman-cleaning-ophthalmologist-s-office_23-2150917640.jpg?_wi=2",
|
||||
imageAlt: "Medical sterilization equipment autoclave device",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/woman-cleaning-ophthalmologist-s-office_23-2150917640.jpg", imageAlt: "Medical sterilization equipment autoclave device"},
|
||||
{
|
||||
id: "diagnostic",
|
||||
title: "Advanced Diagnostic Devices",
|
||||
tags: [
|
||||
"ECG Systems",
|
||||
"Spirometers",
|
||||
"Patient Monitoring",
|
||||
],
|
||||
id: "diagnostic", title: "Advanced Diagnostic Devices", tags: [
|
||||
"ECG Systems", "Spirometers", "Patient Monitoring"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/doctor-preparing-ophthalmologist-s-office_23-2150917654.jpg?_wi=2",
|
||||
imageAlt: "Diagnostic equipment medical device professional",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/doctor-preparing-ophthalmologist-s-office_23-2150917654.jpg", imageAlt: "Diagnostic equipment medical device professional"},
|
||||
{
|
||||
id: "accessories",
|
||||
title: "Medical Consumables & Accessories",
|
||||
tags: [
|
||||
"Supplies",
|
||||
"Replacement Parts",
|
||||
"Quality Materials",
|
||||
],
|
||||
id: "accessories", title: "Medical Consumables & Accessories", tags: [
|
||||
"Supplies", "Replacement Parts", "Quality Materials"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/medical-equipment_181624-91.jpg?_wi=2",
|
||||
imageAlt: "Medical accessories supplies equipment collection",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/medical-equipment_181624-91.jpg", imageAlt: "Medical accessories supplies equipment collection"},
|
||||
]}
|
||||
animationType="entrance-slide"
|
||||
animationType="blur-reveal"
|
||||
title="Our Product Range"
|
||||
description="Comprehensive selection of medical equipment and devices meeting international quality standards."
|
||||
tag="Premium Equipment"
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -165,48 +120,38 @@ export default function ProductsPage() {
|
||||
description="Join the network of clinics, laboratories, and hospitals that rely on MDBIOMEDICAL for their medical equipment needs."
|
||||
tag="Partners"
|
||||
tagIcon={Handshake}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
names={[
|
||||
"Clinique Al-Noor",
|
||||
"Laboratoire Diagnostique Central",
|
||||
"Hôpital Universitaire",
|
||||
"Centre Médical Excellence",
|
||||
"Laboratoire Bio-Sciences",
|
||||
"Clinique Santé Plus",
|
||||
"Hôpital Regional",
|
||||
]}
|
||||
"Clinique Al-Noor", "Laboratoire Diagnostique Central", "Hôpital Universitaire", "Centre Médical Excellence", "Laboratoire Bio-Sciences", "Clinique Santé Plus", "Hôpital Regional"]}
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
speed={40}
|
||||
showCard={true}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg?_wi=6"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg"
|
||||
imageAlt="Medical equipment and professional healthcare"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Products", href: "/products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Distribution", href: "/services" },
|
||||
{ label: "Repair & Maintenance", href: "/services" },
|
||||
{ label: "Installation & Support", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Casablanca, Morocco", href: "#" },
|
||||
{ label: "+212 6 61 74 49 48", href: "tel:+212661744948" },
|
||||
{ label: "Contact Form", href: "/contact" },
|
||||
|
||||
@@ -47,40 +47,30 @@ export default function ServicesPage() {
|
||||
background={{ variant: "plain" }}
|
||||
tag="Medical Excellence"
|
||||
tagIcon={Shield}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
buttons={[
|
||||
{ text: "Request Technical Service", href: "/contact" },
|
||||
{ text: "Contact Us", href: "/contact" },
|
||||
]}
|
||||
buttonAnimation="entrance-slide"
|
||||
buttonAnimation="blur-reveal"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg?_wi=4",
|
||||
imageAlt: "Medical equipment and biomedical technician",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg", imageAlt: "Medical equipment and biomedical technician"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/diverse-medical-staff-working-reception-counter-filling-checkup-report-papers-making-appointments-nurse-receptionist-doing-registration-work-hospital-waiting-room_482257-51640.jpg?_wi=3",
|
||||
imageAlt: "Professional equipment installation",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/diverse-medical-staff-working-reception-counter-filling-checkup-report-papers-making-appointments-nurse-receptionist-doing-registration-work-hospital-waiting-room_482257-51640.jpg", imageAlt: "Professional equipment installation"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67187.jpg?_wi=3",
|
||||
imageAlt: "Biomedical technician performing repairs",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67187.jpg", imageAlt: "Biomedical technician performing repairs"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/storehouse-manager-looking-merchandise-boxes-analyzing-clients-orders-before-start-shipping-products-warehouse-african-american-employee-checking-distribution-details-laptop-computer_482257-66143.jpg?_wi=3",
|
||||
imageAlt: "Medical equipment distribution center",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/storehouse-manager-looking-merchandise-boxes-analyzing-clients-orders-before-start-shipping-products-warehouse-african-american-employee-checking-distribution-details-laptop-computer_482257-66143.jpg", imageAlt: "Medical equipment distribution center"},
|
||||
{
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cheerful-multiethnic-medics-with-papers_23-2147767245.jpg?_wi=4",
|
||||
imageAlt: "Medical professionals collaborating",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/cheerful-multiethnic-medics-with-papers_23-2147767245.jpg", imageAlt: "Medical professionals collaborating"},
|
||||
]}
|
||||
mediaAnimation="entrance-slide"
|
||||
mediaAnimation="blur-reveal"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -89,44 +79,26 @@ export default function ServicesPage() {
|
||||
<FeatureCardTwentyThree
|
||||
features={[
|
||||
{
|
||||
id: "distribution",
|
||||
title: "Medical Equipment Distribution",
|
||||
tags: [
|
||||
"Diagnostic Equipment",
|
||||
"Laboratory Devices",
|
||||
"Complete Supply",
|
||||
],
|
||||
id: "distribution", title: "Medical Equipment Distribution", tags: [
|
||||
"Diagnostic Equipment", "Laboratory Devices", "Complete Supply"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/storehouse-manager-looking-merchandise-boxes-analyzing-clients-orders-before-start-shipping-products-warehouse-african-american-employee-checking-distribution-details-laptop-computer_482257-66143.jpg?_wi=4",
|
||||
imageAlt: "Medical equipment distribution center",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/storehouse-manager-looking-merchandise-boxes-analyzing-clients-orders-before-start-shipping-products-warehouse-african-american-employee-checking-distribution-details-laptop-computer_482257-66143.jpg", imageAlt: "Medical equipment distribution center"},
|
||||
{
|
||||
id: "repair",
|
||||
title: "Biomedical Equipment Repair",
|
||||
tags: [
|
||||
"Maintenance Services",
|
||||
"Diagnostics",
|
||||
"Component Replacement",
|
||||
],
|
||||
id: "repair", title: "Biomedical Equipment Repair", tags: [
|
||||
"Maintenance Services", "Diagnostics", "Component Replacement"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67187.jpg?_wi=4",
|
||||
imageAlt: "Biomedical technician performing equipment repair",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/young-female-dentist-showing-patient-dental-xray-dentistry-concept_169016-67187.jpg", imageAlt: "Biomedical technician performing equipment repair"},
|
||||
{
|
||||
id: "installation",
|
||||
title: "Installation & Technical Support",
|
||||
tags: ["Professional Setup", "Staff Training", "System Integration"],
|
||||
id: "installation", title: "Installation & Technical Support", tags: ["Professional Setup", "Staff Training", "System Integration"],
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/diverse-medical-staff-working-reception-counter-filling-checkup-report-papers-making-appointments-nurse-receptionist-doing-registration-work-hospital-waiting-room_482257-51640.jpg?_wi=4",
|
||||
imageAlt: "Professional equipment installation and setup",
|
||||
},
|
||||
"http://img.b2bpic.net/free-photo/diverse-medical-staff-working-reception-counter-filling-checkup-report-papers-making-appointments-nurse-receptionist-doing-registration-work-hospital-waiting-room_482257-51640.jpg", imageAlt: "Professional equipment installation and setup"},
|
||||
]}
|
||||
animationType="entrance-slide"
|
||||
animationType="blur-reveal"
|
||||
title="Our Core Services"
|
||||
description="Comprehensive medical equipment solutions tailored for clinics, laboratories, and hospitals across Morocco."
|
||||
tag="Professional Services"
|
||||
tagIcon={Stethoscope}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -136,33 +108,21 @@ export default function ServicesPage() {
|
||||
<MetricCardTwo
|
||||
metrics={[
|
||||
{
|
||||
id: "customers",
|
||||
value: "500+",
|
||||
description: "Healthcare Facilities Served",
|
||||
},
|
||||
id: "customers", value: "500+", description: "Healthcare Facilities Served"},
|
||||
{
|
||||
id: "experience",
|
||||
value: "15+",
|
||||
description: "Years of Expertise",
|
||||
},
|
||||
id: "experience", value: "15+", description: "Years of Expertise"},
|
||||
{
|
||||
id: "response",
|
||||
value: "24H",
|
||||
description: "Average Response Time",
|
||||
},
|
||||
id: "response", value: "24H", description: "Average Response Time"},
|
||||
{
|
||||
id: "satisfaction",
|
||||
value: "98%",
|
||||
description: "Customer Satisfaction Rate",
|
||||
},
|
||||
id: "satisfaction", value: "98%", description: "Customer Satisfaction Rate"},
|
||||
]}
|
||||
title="Our Impact"
|
||||
description="Serving healthcare professionals with reliable solutions across Morocco"
|
||||
tag="Key Metrics"
|
||||
tagIcon={TrendingUp}
|
||||
tagAnimation="entrance-slide"
|
||||
tagAnimation="blur-reveal"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
animationType="entrance-slide"
|
||||
animationType="blur-reveal"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
@@ -170,28 +130,25 @@ export default function ServicesPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg?_wi=5"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/african-american-woman-doctor-explaining-radiology-results-girl_482257-125280.jpg"
|
||||
imageAlt="Medical equipment and professional healthcare"
|
||||
columns={[
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{ label: "About", href: "/about" },
|
||||
{ label: "Services", href: "/services" },
|
||||
{ label: "Products", href: "/products" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Services",
|
||||
items: [
|
||||
title: "Services", items: [
|
||||
{ label: "Distribution", href: "/services" },
|
||||
{ label: "Repair & Maintenance", href: "/services" },
|
||||
{ label: "Installation & Support", href: "/services" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
title: "Contact", items: [
|
||||
{ label: "Casablanca, Morocco", href: "#" },
|
||||
{ label: "+212 6 61 74 49 48", href: "tel:+212661744948" },
|
||||
{ label: "Contact Form", href: "/contact" },
|
||||
|
||||
Reference in New Issue
Block a user