drfeely.com/website/app/(pages)/articles/views/ArtsForPatients.tsx

101 lines
3.3 KiB
TypeScript
Raw Normal View History

2023-08-31 03:18:58 +00:00
import View from "@/components/View";
import { ArrowTopRightOnSquareIcon } from "@heroicons/react/24/solid";
2023-09-05 17:34:41 +00:00
import ArtLink from "@/components/ArtLink";
2023-08-26 02:18:11 +00:00
2023-08-25 19:06:28 +00:00
const ArtsForPatients = () => {
return (
2023-08-31 03:18:58 +00:00
<View
bg_color="bg-primary-300"
txt_color="text-primary-500"
id="artsforpatients"
>
<h1>Articles</h1>
<h1>
<em>For Patients</em>
</h1>
2023-08-29 19:23:30 +00:00
<div>
2023-08-31 03:18:58 +00:00
<h2>General</h2>
2023-09-05 17:34:41 +00:00
<ArtLink href="/articles/ten-stages-of-grief">
2023-08-29 19:23:30 +00:00
The Ten Stages of Grief
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/coccydynia-case-report">
2023-08-29 19:23:30 +00:00
Coccydynia Case Report
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/chronic-muscle-pain">
2023-08-29 19:23:30 +00:00
Chronic Muscle Pain
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/arthritis-and-exercise">
2023-08-29 19:23:30 +00:00
Arthritis and Excercise
2023-09-05 17:34:41 +00:00
</ArtLink>
2023-08-29 19:23:30 +00:00
</div>
2023-08-26 02:18:11 +00:00
<div>
2023-08-31 03:18:58 +00:00
<h2>What is Osteopathy?</h2>
2023-09-05 17:34:41 +00:00
<ArtLink href="/articles/cranial-osteopathy">
2023-08-26 17:05:20 +00:00
Cranial Osteopathy
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/cranial-osteopathy-faq">
2023-08-26 17:05:20 +00:00
Cranial Osteopathy FAQ
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/intro-to-osteopathy">
2023-08-26 17:05:20 +00:00
Introduction to Osteopathy
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/osteopath-comparison-table">
2023-08-26 17:05:20 +00:00
Osteopath Comparison Table
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/osteopathic-manipulation-in-pregnancy">
2023-08-26 17:05:20 +00:00
Osteopathic Manipulation in Pregnancy
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/osteopathic-manipulative-treatment">
2023-08-26 17:05:20 +00:00
Osteopathic Manipulative Treatment
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/osteopathy-faq">Osteopathy FAQ</ArtLink>
<ArtLink href="/articles/what-is-a-do">What is a D.O.?</ArtLink>
2023-08-26 02:18:11 +00:00
</div>
<div>
2023-08-31 03:18:58 +00:00
<h2>Pediatric Osteopathy</h2>
2023-09-05 17:34:41 +00:00
<ArtLink href="/articles/pediatric-digestive-problems">
2023-08-26 02:18:11 +00:00
Digestive Problems
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/pediatric-down-syndrome">
2023-08-26 02:18:11 +00:00
Down Syndrome
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/pediatric-orthopedic-problems">
2023-08-26 02:18:11 +00:00
Orthopedic Problems
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/pediatric-respiratory-health">
2023-08-26 02:18:11 +00:00
Respiratory Health
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/pediatric-treatment-for-newborns">
2023-08-26 02:18:11 +00:00
Treatment for the Newborn
2023-09-05 17:34:41 +00:00
</ArtLink>
2023-08-26 02:18:11 +00:00
</div>
2023-08-28 22:06:06 +00:00
<div>
2023-08-31 03:18:58 +00:00
<h2>Acupuncture</h2>
2023-09-05 17:34:41 +00:00
<ArtLink href="/articles/acupuncture-basics">
Acupuncture Basics
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/acupuncture-history">
Acupuncture History
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/ear-acupuncture">Ear Acupuncture</ArtLink>
<ArtLink href="/articles/ear-acupuncture-faq">
Ear Acupuncture FAQ
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink href="/articles/scalp-acupuncture">Scalp Acupuncture</ArtLink>
<ArtLink href="/articles/yamamoto-new-scalp-acupuncture-faq">
Yamamoto New Scalp Acupuncture FAQ{" "}
2023-09-05 17:34:41 +00:00
</ArtLink>
<ArtLink
href="/content/patient-resources/scalp_acupuncture.pdf"
target="_blank"
>
Patient Before-and-Afters [PDF]{" "}
<ArrowTopRightOnSquareIcon className="inline w-[16px] align-[-2px]" />
2023-09-05 17:34:41 +00:00
</ArtLink>
2023-08-28 22:06:06 +00:00
</div>
2023-08-31 03:18:58 +00:00
</View>
2023-08-25 19:06:28 +00:00
);
};
export default ArtsForPatients;