Update src/app/page.tsx
This commit is contained in:
312
src/app/page.tsx
312
src/app/page.tsx
@@ -34,37 +34,21 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "#home",
|
||||
},
|
||||
name: "Home", id: "#home"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Services",
|
||||
id: "#services",
|
||||
},
|
||||
name: "Services", id: "#services"},
|
||||
{
|
||||
name: "Products",
|
||||
id: "#products",
|
||||
},
|
||||
name: "Products", id: "#products"},
|
||||
{
|
||||
name: "Clients",
|
||||
id: "#clients",
|
||||
},
|
||||
name: "Clients", id: "#clients"},
|
||||
{
|
||||
name: "Testimonials",
|
||||
id: "#testimonials",
|
||||
},
|
||||
name: "Testimonials", id: "#testimonials"},
|
||||
{
|
||||
name: "FAQ",
|
||||
id: "#faq",
|
||||
},
|
||||
name: "FAQ", id: "#faq"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
logoSrc="http://img.b2bpic.net/free-vector/shine-light-cervical-resilience-vector-background-posters_1057-26711.jpg"
|
||||
logoAlt="Sachdeva Medical Agencies Logo"
|
||||
@@ -72,73 +56,49 @@ export default function LandingPage() {
|
||||
bottomLeftText="Healthcare Excellence"
|
||||
bottomRightText="contact@sachdevamedical.com"
|
||||
button={{
|
||||
text: "Get a Quote",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Get a Quote", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="home" data-section="home">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Trusted Medical Supplies for Healthcare Excellence"
|
||||
description="Sachdeva Medical Agencies delivers authentic, quality medical equipment and consumables to hospitals, clinics, and healthcare institutions across the region. Partner with us for reliability, compliance, and dedicated support."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-doctor-female-lab-coat-with-stethoscope-outdoor_627829-3166.jpg",
|
||||
alt: "Dr. Alex Sharma",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/african-american-doctor-female-lab-coat-with-stethoscope-outdoor_627829-3166.jpg", alt: "Dr. Alex Sharma"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-dentistry-assistant-looking-camera-standing-stomatology-clinic-caucasian-woman-with-nurse-occupation-working-dental-office-wearing-medical-uniform-teethcare_482257-28172.jpg",
|
||||
alt: "Nurse Maria Garcia",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-dentistry-assistant-looking-camera-standing-stomatology-clinic-caucasian-woman-with-nurse-occupation-working-dental-office-wearing-medical-uniform-teethcare_482257-28172.jpg", alt: "Nurse Maria Garcia"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-female-scientist-lab_23-2148816371.jpg",
|
||||
alt: "Dr. Emily Watson",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-female-scientist-lab_23-2148816371.jpg", alt: "Dr. Emily Watson"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-conference-room_23-2148911825.jpg",
|
||||
alt: "Mr. John Davis",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-businesswoman-conference-room_23-2148911825.jpg", alt: "Mr. John Davis"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg",
|
||||
alt: "Medical Professional",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/smiley-nurse-with-stethoscope_23-2148740054.jpg", alt: "Medical Professional"},
|
||||
]}
|
||||
avatarText="Serving 500+ Healthcare Partners"
|
||||
buttons={[
|
||||
{
|
||||
text: "Explore Our Catalog",
|
||||
href: "#products",
|
||||
},
|
||||
text: "Explore Our Catalog", href: "#products"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Certified Quality",
|
||||
icon: Award,
|
||||
type: "text-icon", text: "Certified Quality", icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Prompt Delivery",
|
||||
type: "text", text: "Prompt Delivery"
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Expert Support",
|
||||
icon: Headphones,
|
||||
type: "text-icon", text: "Expert Support", icon: Headphones,
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Global Sourcing",
|
||||
icon: Globe,
|
||||
type: "text-icon", text: "Global Sourcing", icon: Globe,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Regulatory Compliant",
|
||||
icon: Scale,
|
||||
type: "text-icon", text: "Regulatory Compliant", icon: Scale,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -153,12 +113,9 @@ export default function LandingPage() {
|
||||
title="Your Partner in Healthcare Excellence and Innovation"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn More About Us",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Learn More About Us", href: "#contact"},
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
description="At Sachdeva Medical Agencies, we are dedicated to advancing healthcare by providing access to high-quality, reliable medical supplies. Our commitment to authenticity, compliance, and responsive service ensures that healthcare providers can focus on what matters most: patient care."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -170,24 +127,16 @@ export default function LandingPage() {
|
||||
features={[
|
||||
{
|
||||
icon: ShieldCheck,
|
||||
title: "Uncompromised Quality",
|
||||
description: "We source products only from certified manufacturers, ensuring every item meets stringent international quality standards.",
|
||||
},
|
||||
title: "Uncompromised Quality", description: "We source products only from certified manufacturers, ensuring every item meets stringent international quality standards."},
|
||||
{
|
||||
icon: Rocket,
|
||||
title: "Efficient Supply Chain",
|
||||
description: "Our robust logistics network ensures timely and secure delivery of your medical supplies, minimizing disruptions to patient care.",
|
||||
},
|
||||
title: "Efficient Supply Chain", description: "Our robust logistics network ensures timely and secure delivery of your medical supplies, minimizing disruptions to patient care."},
|
||||
{
|
||||
icon: LifeBuoy,
|
||||
title: "Dedicated Support",
|
||||
description: "Receive expert technical assistance and responsive customer service for all your product inquiries and after-sales needs.",
|
||||
},
|
||||
title: "Dedicated Support", description: "Receive expert technical assistance and responsive customer service for all your product inquiries and after-sales needs."},
|
||||
{
|
||||
icon: ListChecks,
|
||||
title: "Regulatory Compliance",
|
||||
description: "All our products adhere strictly to healthcare regulations and compliance standards, guaranteeing peace of mind for our partners.",
|
||||
},
|
||||
title: "Regulatory Compliance", description: "All our products adhere strictly to healthcare regulations and compliance standards, guaranteeing peace of mind for our partners."},
|
||||
]}
|
||||
title="Comprehensive Solutions for Every Healthcare Need"
|
||||
description="From essential consumables to advanced diagnostic equipment, our diverse portfolio and tailored services support the full spectrum of medical requirements. We ensure seamless procurement and reliable delivery."
|
||||
@@ -205,47 +154,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "prod-1",
|
||||
name: "Advanced Surgical Kit",
|
||||
price: "$1,200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-wide-range-dental-instrument-special-container_627829-9801.jpg",
|
||||
imageAlt: "Advanced Surgical Kit",
|
||||
},
|
||||
id: "prod-1", name: "Advanced Surgical Kit", price: "$1,200", imageSrc: "http://img.b2bpic.net/free-photo/closeup-photo-wide-range-dental-instrument-special-container_627829-9801.jpg", imageAlt: "Advanced Surgical Kit"},
|
||||
{
|
||||
id: "prod-2",
|
||||
name: "High-Resolution Diagnostic Scanner",
|
||||
price: "$55,000",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-ready-ct-scan_23-2149367455.jpg",
|
||||
imageAlt: "High-Resolution Diagnostic Scanner",
|
||||
},
|
||||
id: "prod-2", name: "High-Resolution Diagnostic Scanner", price: "$55,000", imageSrc: "http://img.b2bpic.net/free-photo/patient-getting-ready-ct-scan_23-2149367455.jpg", imageAlt: "High-Resolution Diagnostic Scanner"},
|
||||
{
|
||||
id: "prod-3",
|
||||
name: "Comfort Patient Care Bundle",
|
||||
price: "$150",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-nurse-patient-sitting-sofa-holding-coffee-cups_23-2147861561.jpg",
|
||||
imageAlt: "Comfort Patient Care Bundle",
|
||||
},
|
||||
id: "prod-3", name: "Comfort Patient Care Bundle", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/close-up-nurse-patient-sitting-sofa-holding-coffee-cups_23-2147861561.jpg", imageAlt: "Comfort Patient Care Bundle"},
|
||||
{
|
||||
id: "prod-4",
|
||||
name: "Premium Personal Protective Equipment",
|
||||
price: "$80",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-concept-with-disinfectant_23-2148592526.jpg",
|
||||
imageAlt: "Premium Personal Protective Equipment",
|
||||
},
|
||||
id: "prod-4", name: "Premium Personal Protective Equipment", price: "$80", imageSrc: "http://img.b2bpic.net/free-photo/coronavirus-concept-with-disinfectant_23-2148592526.jpg", imageAlt: "Premium Personal Protective Equipment"},
|
||||
{
|
||||
id: "prod-5",
|
||||
name: "Laboratory Research Consumables",
|
||||
price: "$300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-laboratory-samples-arrangement_23-2151135007.jpg",
|
||||
imageAlt: "Laboratory Research Consumables",
|
||||
},
|
||||
id: "prod-5", name: "Laboratory Research Consumables", price: "$300", imageSrc: "http://img.b2bpic.net/free-photo/top-view-laboratory-samples-arrangement_23-2151135007.jpg", imageAlt: "Laboratory Research Consumables"},
|
||||
{
|
||||
id: "prod-6",
|
||||
name: "Physiotherapy Rehabilitation Devices",
|
||||
price: "$750",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/automatic-blood-pressure-monitor_1388-698.jpg",
|
||||
imageAlt: "Physiotherapy Rehabilitation Devices",
|
||||
},
|
||||
id: "prod-6", name: "Physiotherapy Rehabilitation Devices", price: "$750", imageSrc: "http://img.b2bpic.net/free-photo/automatic-blood-pressure-monitor_1388-698.jpg", imageAlt: "Physiotherapy Rehabilitation Devices"},
|
||||
]}
|
||||
title="Explore Our Range of Quality Medical Products"
|
||||
description="Browse through our extensive selection of medical equipment and consumables, sourced from trusted manufacturers to meet the highest standards of safety and efficacy. Each product is rigorously vetted for quality and compliance."
|
||||
@@ -262,23 +181,14 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "metric-1",
|
||||
icon: Users,
|
||||
title: "Satisfied Clients",
|
||||
value: "500+",
|
||||
},
|
||||
id: "metric-1", icon: Users,
|
||||
title: "Satisfied Clients", value: "500+"},
|
||||
{
|
||||
id: "metric-2",
|
||||
icon: Package,
|
||||
title: "Products Supplied",
|
||||
value: "10,000+",
|
||||
},
|
||||
id: "metric-2", icon: Package,
|
||||
title: "Products Supplied", value: "10,000+"},
|
||||
{
|
||||
id: "metric-3",
|
||||
icon: Clock,
|
||||
title: "Years in Service",
|
||||
value: "15+",
|
||||
},
|
||||
id: "metric-3", icon: Clock,
|
||||
title: "Years in Service", value: "15+"},
|
||||
]}
|
||||
title="Driving Healthcare Forward with Measurable Results"
|
||||
description="Our commitment to excellence is reflected in the strong relationships we've built and the positive outcomes we've achieved for our partners."
|
||||
@@ -293,14 +203,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Apex Hospital",
|
||||
"MediCare Clinics",
|
||||
"National Health Authority",
|
||||
"Wellness Corporate Solutions",
|
||||
"BioGen Research Labs",
|
||||
"City Pharmacy Group",
|
||||
"Global Medical Distributors",
|
||||
]}
|
||||
"Apex Hospital", "MediCare Clinics", "National Health Authority", "Wellness Corporate Solutions", "BioGen Research Labs", "City Pharmacy Group", "Global Medical Distributors"]}
|
||||
title="Trusted by Leading Healthcare Institutions"
|
||||
description="We are proud to be the preferred supplier for a diverse network of hospitals, clinics, and government organizations, consistently meeting their critical medical supply needs."
|
||||
tag="Our Partners"
|
||||
@@ -315,50 +218,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "test-1",
|
||||
title: "Exceptional Service and Reliability",
|
||||
quote: "Sachdeva Medical Agencies has consistently provided us with high-quality medical supplies, ensuring our hospital operations run smoothly. Their reliability and customer service are unparalleled.",
|
||||
name: "Dr. Sanjay Patel",
|
||||
role: "Chief Procurement Officer, City Hospital",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg",
|
||||
imageAlt: "Dr. Sanjay Patel",
|
||||
},
|
||||
id: "test-1", title: "Exceptional Service and Reliability", quote: "Sachdeva Medical Agencies has consistently provided us with high-quality medical supplies, ensuring our hospital operations run smoothly. Their reliability and customer service are unparalleled.", name: "Dr. Sanjay Patel", role: "Chief Procurement Officer, City Hospital", imageSrc: "http://img.b2bpic.net/free-photo/studio-portrait-redhead-bearded-male-dressed-suit-posing-grey-background_613910-11505.jpg", imageAlt: "Dr. Sanjay Patel"},
|
||||
{
|
||||
id: "test-2",
|
||||
title: "A Partner We Can Trust",
|
||||
quote: "Finding a dependable supplier for bulk orders used to be a challenge. Sachdeva Medical Agencies changed that. Their product authenticity and timely deliveries are outstanding.",
|
||||
name: "Ms. Pooja Sharma",
|
||||
role: "Administrator, Elite Medical Clinic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-using-laptop-waiting-area_107420-95824.jpg",
|
||||
imageAlt: "Ms. Pooja Sharma",
|
||||
},
|
||||
id: "test-2", title: "A Partner We Can Trust", quote: "Finding a dependable supplier for bulk orders used to be a challenge. Sachdeva Medical Agencies changed that. Their product authenticity and timely deliveries are outstanding.", name: "Ms. Pooja Sharma", role: "Administrator, Elite Medical Clinic", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-businesswoman-using-laptop-waiting-area_107420-95824.jpg", imageAlt: "Ms. Pooja Sharma"},
|
||||
{
|
||||
id: "test-3",
|
||||
title: "Quality Products, Seamless Experience",
|
||||
quote: "From diagnostic equipment to everyday consumables, the quality of products from Sachdeva Medical Agencies is top-notch. The entire procurement process is seamless and efficient.",
|
||||
name: "Dr. Vikram Singh",
|
||||
role: "Head of Diagnostics, Central Polyclinic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/room-doctor-hospital-people-sitting-looking_1291-123.jpg",
|
||||
imageAlt: "Dr. Vikram Singh",
|
||||
},
|
||||
id: "test-3", title: "Quality Products, Seamless Experience", quote: "From diagnostic equipment to everyday consumables, the quality of products from Sachdeva Medical Agencies is top-notch. The entire procurement process is seamless and efficient.", name: "Dr. Vikram Singh", role: "Head of Diagnostics, Central Polyclinic", imageSrc: "http://img.b2bpic.net/free-photo/room-doctor-hospital-people-sitting-looking_1291-123.jpg", imageAlt: "Dr. Vikram Singh"},
|
||||
{
|
||||
id: "test-4",
|
||||
title: "Meeting High Regulatory Standards",
|
||||
quote: "Their commitment to regulatory compliance is crucial for our operations. Sachdeva Medical Agencies consistently delivers products that meet all health and safety guidelines.",
|
||||
name: "Mr. Anil Kumar",
|
||||
role: "Operations Manager, Government Health Dept.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850980.jpg",
|
||||
imageAlt: "Mr. Anil Kumar",
|
||||
},
|
||||
id: "test-4", title: "Meeting High Regulatory Standards", quote: "Their commitment to regulatory compliance is crucial for our operations. Sachdeva Medical Agencies consistently delivers products that meet all health and safety guidelines.", name: "Mr. Anil Kumar", role: "Operations Manager, Government Health Dept.", imageSrc: "http://img.b2bpic.net/free-photo/vintage-style-people-working-office-with-computers_23-2149850980.jpg", imageAlt: "Mr. Anil Kumar"},
|
||||
{
|
||||
id: "test-5",
|
||||
title: "Responsive and Professional",
|
||||
quote: "The team at Sachdeva Medical Agencies is incredibly responsive. Any technical queries or special requests are handled with utmost professionalism and speed.",
|
||||
name: "Ms. Divya Reddy",
|
||||
role: "HR & Wellness Lead, Tech Solutions Inc.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-pandemic-with-smartphone-notepad_23-2148666380.jpg",
|
||||
imageAlt: "Ms. Divya Reddy",
|
||||
},
|
||||
id: "test-5", title: "Responsive and Professional", quote: "The team at Sachdeva Medical Agencies is incredibly responsive. Any technical queries or special requests are handled with utmost professionalism and speed.", name: "Ms. Divya Reddy", role: "HR & Wellness Lead, Tech Solutions Inc.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-woman-working-pandemic-with-smartphone-notepad_23-2148666380.jpg", imageAlt: "Ms. Divya Reddy"},
|
||||
]}
|
||||
title="Delivering Excellence, One Partnership at a Time"
|
||||
description="Hear from our satisfied clients about their experiences with Sachdeva Medical Agencies and our unwavering commitment to quality, reliability, and support."
|
||||
@@ -373,20 +241,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "faq-1",
|
||||
title: "How do I place an order?",
|
||||
content: "You can place an order by contacting our sales team directly via phone or email, or by filling out the inquiry form on our Contact page. Our team will guide you through the process.",
|
||||
},
|
||||
id: "faq-1", title: "How do I place an order?", content: "You can place an order by contacting our sales team directly via phone or email, or by filling out the inquiry form on our Contact page. Our team will guide you through the process."},
|
||||
{
|
||||
id: "faq-2",
|
||||
title: "What is your delivery policy?",
|
||||
content: "We offer prompt and reliable delivery services across the region. Delivery times vary based on product availability and location. Please contact us for specific delivery estimates.",
|
||||
},
|
||||
id: "faq-2", title: "What is your delivery policy?", content: "We offer prompt and reliable delivery services across the region. Delivery times vary based on product availability and location. Please contact us for specific delivery estimates."},
|
||||
{
|
||||
id: "faq-3",
|
||||
title: "Are your products certified and authentic?",
|
||||
content: "Yes, all products supplied by Sachdeva Medical Agencies are sourced directly from certified manufacturers and come with necessary authenticity and quality certifications, ensuring full regulatory compliance.",
|
||||
},
|
||||
id: "faq-3", title: "Are your products certified and authentic?", content: "Yes, all products supplied by Sachdeva Medical Agencies are sourced directly from certified manufacturers and come with necessary authenticity and quality certifications, ensuring full regulatory compliance."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers to common inquiries about our products, services, ordering process, and support."
|
||||
@@ -402,33 +261,19 @@ export default function LandingPage() {
|
||||
description="Reach out to discuss your specific requirements, request a quote, or inquire about our comprehensive range of medical products and services. Our team is ready to assist you."
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Your Name",
|
||||
required: true,
|
||||
name: "name", type: "text", placeholder: "Your Name", required: true,
|
||||
},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Your Email",
|
||||
required: true,
|
||||
name: "email", type: "email", placeholder: "Your Email", required: true,
|
||||
},
|
||||
{
|
||||
name: "organization",
|
||||
type: "text",
|
||||
placeholder: "Your Organization",
|
||||
required: true,
|
||||
name: "organization", type: "text", placeholder: "Your Organization", required: true,
|
||||
},
|
||||
{
|
||||
name: "phone",
|
||||
type: "tel",
|
||||
placeholder: "Phone Number (Optional)",
|
||||
},
|
||||
name: "phone", type: "tel", placeholder: "Phone Number (Optional)"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Tell us about your needs...",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Tell us about your needs...", rows: 4,
|
||||
required: true,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-doctor-greeting-young-female-patient-with-handshake_1262-12517.jpg"
|
||||
@@ -446,62 +291,37 @@ export default function LandingPage() {
|
||||
logoText="Sachdeva Medical Agencies"
|
||||
columns={[
|
||||
{
|
||||
title: "Products",
|
||||
items: [
|
||||
title: "Products", items: [
|
||||
{
|
||||
label: "Surgical Instruments",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Surgical Instruments", href: "#products"},
|
||||
{
|
||||
label: "Diagnostic Equipment",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Diagnostic Equipment", href: "#products"},
|
||||
{
|
||||
label: "Patient Care",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Patient Care", href: "#products"},
|
||||
{
|
||||
label: "PPE",
|
||||
href: "#products",
|
||||
},
|
||||
label: "PPE", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company",
|
||||
items: [
|
||||
title: "Company", items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Our Services",
|
||||
href: "#services",
|
||||
},
|
||||
label: "Our Services", href: "#services"},
|
||||
{
|
||||
label: "Our Partners",
|
||||
href: "#clients",
|
||||
},
|
||||
label: "Our Partners", href: "#clients"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Request a Quote",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Request a Quote", href: "#contact"},
|
||||
{
|
||||
label: "Technical Support",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Technical Support", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user