'use client' import Layout from "@/components/layout/Layout" import TestimonialSlider1 from '@/components/slider/TestimonialSlider1' import Link from "next/link" import React, { useState } from 'react'; import ModalVideo from 'react-modal-video' export default function Home() { const [isOpen, setOpen] = useState(false) return ( <>
Process

How it Helps You to
Keep Healthy

{/* Processing Blocks */} {[1, 2, 3].map((count) => (
0{count}
{/* Replace with actual titles and descriptions */}

Title {count}

Lorem ipsum dolor sit amet, consectetur adipiscing elit.

))}
TESTIMONIALS

What Our Client Say About medimart

{/*Theme Carousel*/}

Online Consultations With
Qualified Doctors

Make an Appointment
Our Team

Meet our experienced doctors
for best treatment

Black Marvin

Medical Assistant

Eleanor Pena

Doctor

Arlene Maccy

Nursing Assistant

Jenny Wilson

Senior Doctor
  • 1
  • 2
  • 3
{/* subscibe */}

Subscribe for the exclusive updates!

{/* subscibe end */}
setOpen(false)} />
) }