diff --git a/components/elements/PortfolioFilter3.js b/components/elements/PortfolioFilter3.js deleted file mode 100644 index 3797e9a..0000000 --- a/components/elements/PortfolioFilter3.js +++ /dev/null @@ -1,199 +0,0 @@ - -'use client' -import Isotope from "isotope-layout" -import Link from "next/link" -import { useCallback, useEffect, useRef, useState } from "react" - -export default function PortfolioFilter3() { - // Isotope - const isotope = useRef() - const [filterKey, setFilterKey] = useState("*") - useEffect(() => { - setTimeout(() => { - isotope.current = new Isotope(".items-container", { - itemSelector: ".masonry-item", - // layoutMode: "fitRows", - percentPosition: true, - masonry: { - columnWidth: ".masonry-item", - }, - animationOptions: { - duration: 750, - easing: "linear", - queue: false, - }, - }) - }, 1000) - }, []) - useEffect(() => { - if (isotope.current) { - filterKey === "*" - ? isotope.current.arrange({ filter: `*` }) - : isotope.current.arrange({ filter: `.${filterKey}` }) - } - }, [filterKey]) - const handleFilterKeyChange = useCallback((key) => () => { - setFilterKey(key) - }, - [] - ) - - const activeBtn = (value) => (value === filterKey ? "filter active" : "filter") - - - - return ( - <> - -
- -
- -
- {/* Project Block */} -
-
-
- -
-
-
-
-
Marketing
-

Business Leadership

-
-
-
-
- {/* Project Block */} -
-
-
- -
-
-
-
-
Technical
-

Market Expansion

-
-
-
-
- {/* Project Block */} -
-
-
- -
-
-
-
-
Coaching
-

Money Savings

-
-
-
-
- {/* Project Block */} -
-
-
- -
-
-
-
-
Business
-

Helthy Solutions

-
-
-
-
- {/* Project Block */} -
-
-
- -
-
-
-
-
Marketing
-

Startup Business

-
-
-
-
- {/* Project Block */} -
-
-
- -
-
-
-
-
Technical
-

Market Expansion

-
-
-
-
- {/* Project Block */} -
-
-
- -
-
-
-
-
Marketing
-

Business Leadership

-
-
-
-
- {/* Project Block */} -
-
-
- -
-
-
-
-
Financial
-

Capital Management

-
-
-
-
- {/* Project Block */} -
-
-
- -
-
-
-
-
Financial
-

Capital Management

-
-
-
-
-
- - - ) -} diff --git a/components/elements/PortfolioFilter4.js b/components/elements/PortfolioFilter4.js deleted file mode 100644 index b683131..0000000 --- a/components/elements/PortfolioFilter4.js +++ /dev/null @@ -1,173 +0,0 @@ - -'use client' -import Isotope from "isotope-layout" -import Link from "next/link" -import { useCallback, useEffect, useRef, useState } from "react" - -export default function PortfolioFilter4() { - // Isotope - const isotope = useRef() - const [filterKey, setFilterKey] = useState("*") - useEffect(() => { - setTimeout(() => { - isotope.current = new Isotope(".isotope-block", { - itemSelector: ".project-block-six", - // layoutMode: "fitRows", - percentPosition: true, - masonry: { - columnWidth: ".project-block-six", - }, - animationOptions: { - duration: 750, - easing: "linear", - queue: false, - }, - }) - }, 1000) - }, []) - useEffect(() => { - if (isotope.current) { - filterKey === "*" - ? isotope.current.arrange({ filter: `*` }) - : isotope.current.arrange({ filter: `.${filterKey}` }) - } - }, [filterKey]) - const handleFilterKeyChange = useCallback((key) => () => { - setFilterKey(key) - }, - [] - ) - - const activeBtn = (value) => (value === filterKey ? "filter active" : "filter") - - - - return ( - <> - -
-
-
-
-
-
Marketing
-

Leadership

-
-
-
-
-
-
-
-
-
Financial
-

Responsibility

-
-
-
-
-
-
-
-
-
Technical
-

Engineering

-
-
-
-
-
-
-
-
-
Coaching
-

Manufacturer

-
-
-
-
-
-
-
-
-
Business
-

Management

-
-
-
-
-
-
-
-
-
Marketing
-

Data Analytics

-
-
-
-
-
-
-
-
-
Technical
-

Reservations

-
-
-
-
-
-
-
-
-
Marketing
-

Inventory

-
-
-
-
-
-
-
-
-
Financial
-

Innovative

-
-
-
-
-
-
-
-
-
Technical
-

Supply Chain

-
-
-
-
-
-
-
-
-
Marketing
-

Expansion

-
-
-
-
-
-
-
-
-
Financial
-

Remote Support

-
-
-
-
-
- - - ) -} diff --git a/components/elements/PortfolioFilter5.js b/components/elements/PortfolioFilter5.js deleted file mode 100644 index fd28da0..0000000 --- a/components/elements/PortfolioFilter5.js +++ /dev/null @@ -1,120 +0,0 @@ - -'use client' -import Isotope from "isotope-layout" -import Link from "next/link" -import { useCallback, useEffect, useRef, useState } from "react" - -export default function PortfolioFilter5() { - // Isotope - const isotope = useRef() - const [filterKey, setFilterKey] = useState("*") - useEffect(() => { - setTimeout(() => { - isotope.current = new Isotope(".isotope-block", { - itemSelector: ".project-block-three", - // layoutMode: "fitRows", - percentPosition: true, - masonry: { - columnWidth: ".project-block-three", - }, - animationOptions: { - duration: 750, - easing: "linear", - queue: false, - }, - }) - }, 1000) - }, []) - useEffect(() => { - if (isotope.current) { - filterKey === "*" - ? isotope.current.arrange({ filter: `*` }) - : isotope.current.arrange({ filter: `.${filterKey}` }) - } - }, [filterKey]) - const handleFilterKeyChange = useCallback((key) => () => { - setFilterKey(key) - }, - [] - ) - - const activeBtn = (value) => (value === filterKey ? "filter active" : "filter") - - - - return ( - <> - -
-
-
-
-
-
-
Technical
-
Market Expansion
-
-
-
-
-
-
-
-
-
-
-
Technical
-
Market Expansion
-
-
-
-
-
-
-
-
-
-
-
Technical
-
Market Expansion
-
-
-
-
-
-
-
-
-
-
-
Technical
-
Market Expansion
-
-
-
-
-
-
-
-
-
-
-
Technical
-
Market Expansion
-
-
-
-
-
-
-
-

1.6k

-

projects Completed

- View All Projects -
-
-
- - - ) -} diff --git a/components/elements/QuantityInput.js b/components/elements/QuantityInput.js deleted file mode 100644 index 8d2aa62..0000000 --- a/components/elements/QuantityInput.js +++ /dev/null @@ -1,31 +0,0 @@ -import { useState } from 'react' -export default function QuantityInput() { - const [value, setValue] = useState(1) - - const handleUpClick = () => { - setValue(value + 1) - } - - const handleDownClick = () => { - setValue(value - 1) - } - - return ( - <> -
-
- - setValue(e.target.value)} /> - - - - - -
-
- - ) -} \ No newline at end of file diff --git a/components/elements/ThemeSwitch.js b/components/elements/ThemeSwitch.js deleted file mode 100644 index cf2d235..0000000 --- a/components/elements/ThemeSwitch.js +++ /dev/null @@ -1,27 +0,0 @@ -import { useEffect, useState } from "react" - -export default function ThemeSwitch() { - const [togglETHeme, setTogglETHeme] = useState( - () => JSON.parse(localStorage.getItem("togglETHeme")) || "light-theme" - ) - useEffect(() => { - localStorage.setItem("togglETHeme", JSON.stringify(togglETHeme)) - document.body.classList.add(togglETHeme) - return () => { - document.body.classList.remove(togglETHeme) - } - }, [togglETHeme]) - - return ( - <> - - - ) -} diff --git a/components/sections/home1/About.js b/components/sections/home1/About.js deleted file mode 100644 index 4739087..0000000 --- a/components/sections/home1/About.js +++ /dev/null @@ -1,58 +0,0 @@ -import Link from 'next/link'; -import React from 'react'; - -export default function about() { - return ( -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

Wade Warren

- Medical Assistant -
-
-
-
-
-
-
-
- About Us -

Medical services & diagnostics

-
-
-
Committed To Delivering High Quality Medical & Diagnostics Services!
-

Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet.

-
    -
  • Ambulance Services
  • -
  • Oxizen on Wheel
  • -
  • Pharmacy on Clinic
  • -
  • On duty Doctors
  • -
  • 24/7 Medical Emergency
  • -
-
-
- Discover More -
-
-
-
-
-
-
- ); -}; diff --git a/components/sections/home1/Banner.js b/components/sections/home1/Banner.js deleted file mode 100644 index 9e864d5..0000000 --- a/components/sections/home1/Banner.js +++ /dev/null @@ -1,35 +0,0 @@ -import React from 'react'; -import Link from "next/link" -export default function Banner() { - return ( -
-
-
-
-
-
-
-
-
-
-
-
- Highest level of service you can find -

Take Care of Your Health Now.

-

Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit.

-
- Explore Our Service -
-
-
-
-
-
-
-
-
-
-
- ); -}; - diff --git a/components/sections/home1/Features.js b/components/sections/home1/Features.js deleted file mode 100644 index fa09365..0000000 --- a/components/sections/home1/Features.js +++ /dev/null @@ -1,50 +0,0 @@ -import Link from 'next/link'; -import React from 'react'; - -export default function feature() { - return ( -
-
-
-
-
-
-
-
-

Qualified Doctor

-

Lorem ipsum dolor sit amet ctetur adipiscing

-
-
-
-
-
-
-
-

Emergency Help

-

Lorem ipsum dolor sit amet ctetur adipiscing

-
-
-
-
-
-
-
-

Modern Equipment

-

Lorem ipsum dolor sit amet ctetur adipiscing

-
-
-
-
-
-
-
-

Family Medicine

-

Lorem ipsum dolor sit amet ctetur adipiscing

-
-
-
-
-
-
- ); -}; diff --git a/components/sections/home1/Funfacts.js b/components/sections/home1/Funfacts.js deleted file mode 100644 index 2dbbfa6..0000000 --- a/components/sections/home1/Funfacts.js +++ /dev/null @@ -1,61 +0,0 @@ -import CounterUp from "@/components/elements/CounterUp" - - -export default function Funfacts() { - return ( - <> -
-
-
-
-
-
-
- -
- + -
- Expert Doctors -
-
-
-
-
-
- -
- k -
- Happy Patients -
-
-
-
-
-
- -
- -
- Modern Rooms -
-
-
-
-
-
- -
- -
- Awards Win -
-
-
-
-
-
-
- - ) -} diff --git a/components/sections/home1/Pricing.js b/components/sections/home1/Pricing.js deleted file mode 100644 index 2177981..0000000 --- a/components/sections/home1/Pricing.js +++ /dev/null @@ -1,92 +0,0 @@ -import React from 'react'; -import Link from "next/link" -export default function Pricing() { - return ( -
-
-
- Our Pricing -

Affordable care options for
all patients

-
-
-
-
-
-
-
-
Standard Consultation
-

$49.99

- Monthly -
-
-
    -
  • Virtual visit
  • -
  • Up to 30 minutes
  • -
  • Securely conducted online
  • -
  • Discuss and receive guidance
  • -
  • Rate varies on specific needs
  • -
  • Healthcare provider Consult
  • -
-
-
- Choose Plan -
-
-
-
-
-
-
-
-
-
Annual Physical
-

$149.99

- Monthly -
-
-
    -
  • In-person examination
  • -
  • Up to 60 minutes
  • -
  • Various tests and assessments
  • -
  • In-person service
  • -
  • Rate varies on specific needs
  • -
  • Healthcare provider Consult
  • -
-
-
- Choose Plan -
-
-
-
-
-
-
-
-
-
Extended Consultation
-

$99.99

- Monthly -
-
-
    -
  • Virtual visit
  • -
  • Up to 60 minutes
  • -
  • Discuss more details
  • -
  • Receive in-depth guidance
  • -
  • Rate varies on specific needs
  • -
  • Healthcare provider Consult
  • -
-
-
- Choose Plan -
-
-
-
-
-
-
- ); -}; - diff --git a/components/sections/home1/Process.js b/components/sections/home1/Process.js deleted file mode 100644 index 76d9e98..0000000 --- a/components/sections/home1/Process.js +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react'; - -export default function Process() { - return ( -
-
-
-
-
-
-
-
-
- Process -

How it Helps You to
Keep Healthy

-
-
-
-
-
- 01 -
-
-

Get Appointment

-

Lorem ipsum dolor sit amet, conse ctetur adipiscing elit.

-
-
-
-
-
- 02 -
-
-

Start Check-Up

-

Lorem ipsum dolor sit amet, conse ctetur adipiscing elit.

-
-
-
-
-
- 03 -
-
-

Enjoy Healthy Life

-

Lorem ipsum dolor sit amet, conse ctetur adipiscing elit.

-
-
-
-
-
-
- ); -}; - diff --git a/components/sections/home1/Services.js b/components/sections/home1/Services.js deleted file mode 100644 index 871b3a1..0000000 --- a/components/sections/home1/Services.js +++ /dev/null @@ -1,59 +0,0 @@ -import Link from 'next/link'; -import React from 'react'; - -export default function service() { - return ( -
-
-
- Our Services -

We Offer For You Medical &
Saving Lives

-
-
-
-
-
-
-
-
-
-
-

Neurosurgery

-

Amet minim mollit non deserunt ullamco aliqua dolor do amet sint.

-
-
-
-
-
-
-
-
-
-
-
-
-

Modern Laboratory

-

Amet minim mollit non deserunt ullamco aliqua dolor do amet sint.

-
-
-
-
-
-
-
-
-
-
-
-
-

Experienced Doctors

-

Amet minim mollit non deserunt ullamco aliqua dolor do amet sint.

-
-
-
-
-
-
-
- ); -}; diff --git a/components/sections/home1/Subscribe.js b/components/sections/home1/Subscribe.js deleted file mode 100644 index b98e407..0000000 --- a/components/sections/home1/Subscribe.js +++ /dev/null @@ -1,35 +0,0 @@ -import React from 'react'; -import Link from "next/link" -export default function subscribe() { - return ( -
-
-
-
-
-
-

Subscribe for the exclusive updates!

-
-
-
-
-
-
- - -
-
-
- - -
-
-
-
-
-
-
-
-
- ); -}; diff --git a/components/sections/home1/Team.js b/components/sections/home1/Team.js deleted file mode 100644 index cd6d1e4..0000000 --- a/components/sections/home1/Team.js +++ /dev/null @@ -1,54 +0,0 @@ -import React from 'react'; -import Link from "next/link" -export default function Team() { - const teamMembers = [ - { name: 'Black Marvin', role: 'Medical Assistant', image: 'assets/images/team/team-1.jpg' }, - { name: 'Eleanor Pena', role: 'Doctor', image: 'assets/images/team/team-2.jpg' }, - { name: 'Arlene Maccy', role: 'Nursing Assistant', image: 'assets/images/team/team-3.jpg' }, - { name: 'Jenny Wilson', role: 'Senior Doctor', image: 'assets/images/team/team-4.jpg' }, - ]; - - return ( -
-
-
-
-
-
-
-
-
-
-
-
- Our Team -

Meet our experienced doctors
for the best treatment

-
-
- {teamMembers.map((member, index) => ( -
-
-
-
-
{`${member.name}'s
-
    -
  • -
  • -
  • -
  • -
-
-
-

{member.name}

- {member.role} -
-
-
-
- ))} -
-
-
- ); -}; - diff --git a/components/sections/home1/WhyChooseUs.js b/components/sections/home1/WhyChooseUs.js deleted file mode 100644 index 44e78d0..0000000 --- a/components/sections/home1/WhyChooseUs.js +++ /dev/null @@ -1,61 +0,0 @@ -import Link from 'next/link'; -import React from 'react'; - -export default function chooseus() { - return ( -
-
-
-
-
-
-
-
- Why Choose Us -

Choose The Best For Your
Health

-
-
-
-
-
-
-

Professional Staff

-

Amet minim mollit non deserunt aliqua dolor do amet sint.

-
-
-
-
-
-
-
-

Emergency Case

-

Amet minim mollit non deserunt aliqua dolor do amet sint.

-
-
-
-
-
-
-
-

Online Appointment

-

Amet minim mollit non deserunt aliqua dolor do amet sint.

-
-
-
-
-
-
-
-

24/7 Services

-

Amet minim mollit non deserunt aliqua dolor do amet sint.

-
-
-
-
-
-
-
-
-
- ); -}; diff --git a/components/sections/home2/About.js b/components/sections/home2/About.js deleted file mode 100644 index ba16589..0000000 --- a/components/sections/home2/About.js +++ /dev/null @@ -1,60 +0,0 @@ -import React from 'react'; - -export default function About() { - return ( -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

Wade Warren

- Medical Assistant -
-
-
-
-
-
-
-
- About Us -

Medical services & diagnostics

-
-
-

Amet minim mollit non deserunt ullamco est sit aliqua dolor do amet sint. Velit officia consequat duis enim velit mollit. Exercitation veniam consequat sunt nostrud amet.

-
    -
  • Refresing to get such a personal touch.
  • -
  • Duis aute irure dolor in reprehenrit in voluptate.
  • -
  • Velit esse cillum dolore eu fugiat nua pariatur.
  • -
-
-
-
-
-

32 Years

- Of Medical Experience -
-
-
-
-
-
-
-
-
-
- ); -}; - diff --git a/components/sections/home2/Chooseus.js b/components/sections/home2/Chooseus.js deleted file mode 100644 index a302be9..0000000 --- a/components/sections/home2/Chooseus.js +++ /dev/null @@ -1,61 +0,0 @@ -import Link from 'next/link'; -import React from 'react'; - -export default function Chooseus() { - return ( -
-
-
-
-
-
-
-
- Why Choose Us -

Choose The Best For Your
Health

-
-
-
-
-
-
-

Professional Staff

-

Amet minim mollit non deserunt aliqua dolor do amet sint.

-
-
-
-
-
-
-
-

Emergency Case

-

Amet minim mollit non deserunt aliqua dolor do amet sint.

-
-
-
-
-
-
-
-

Online Appointment

-

Amet minim mollit non deserunt aliqua dolor do amet sint.

-
-
-
-
-
-
-
-

24/7 Services

-

Amet minim mollit non deserunt aliqua dolor do amet sint.

-
-
-
-
-
-
-
-
-
- ); -}; diff --git a/components/sections/home2/Client.js b/components/sections/home2/Client.js deleted file mode 100644 index 70a060f..0000000 --- a/components/sections/home2/Client.js +++ /dev/null @@ -1,18 +0,0 @@ - -import ClientSlider1 from '@/components/slider/ClientSlider1' - -import React from 'react'; - -export default function client() { - return ( -
-
-
-
- {/*Theme Carousel*/} - -
-
-
- ); -}; diff --git a/components/sections/home2/Contact.js b/components/sections/home2/Contact.js deleted file mode 100644 index 0898b0f..0000000 --- a/components/sections/home2/Contact.js +++ /dev/null @@ -1,45 +0,0 @@ -import React from 'react'; - -export default function Contact() { - return ( -
-
-
-
-
-