diff --git a/website/app/(pages)/acupuncture/views/ScalpAcupuncture.tsx b/website/app/(pages)/acupuncture/views/ScalpAcupuncture.tsx index ea75cbe..0673052 100644 --- a/website/app/(pages)/acupuncture/views/ScalpAcupuncture.tsx +++ b/website/app/(pages)/acupuncture/views/ScalpAcupuncture.tsx @@ -3,6 +3,7 @@ import CenterView from "@/components/CenterView"; import LearnMoreLink from "@/components/LearnMoreLink"; import { ArrowTopRightOnSquareIcon } from "@heroicons/react/24/solid"; import Image from "next/image"; +import scalpPoints from "@/public/content/scalp_points.png"; const ScalpAcupuncture = () => { return ( @@ -29,7 +30,7 @@ const ScalpAcupuncture = () => {
Image of Dr. Toshikatsu Yamamoto diff --git a/website/app/(pages)/articles/views/ArtsForDocs.tsx b/website/app/(pages)/articles/views/ArtsForDocs.tsx index ee80156..c4f588b 100644 --- a/website/app/(pages)/articles/views/ArtsForDocs.tsx +++ b/website/app/(pages)/articles/views/ArtsForDocs.tsx @@ -12,10 +12,10 @@ const ArtsForDocs = () => {

For Doctors

-
+

Osteopathy

-
-

Articles

+
+
Articles
{ The Trauma of Birth
-
-

Resources

+
+
Resources
{
-
+

Acupuncture

-
-

Articles

+
+
Articles
{ Acupuncture Letter
-
-

Resources

+
+
Resources
{
-
+

Neuro Ocular Release

- - Neuro-Ocular Release: A New Osteopathic Technique [PDF]{" "} - - +
+ + Neuro-Ocular Release: A New Osteopathic Technique [PDF]{" "} + + +
); diff --git a/website/app/(pages)/articles/views/ArtsForPatients.tsx b/website/app/(pages)/articles/views/ArtsForPatients.tsx index 4dbb76e..b3366be 100644 --- a/website/app/(pages)/articles/views/ArtsForPatients.tsx +++ b/website/app/(pages)/articles/views/ArtsForPatients.tsx @@ -15,83 +15,93 @@ const ArtsForPatients = () => {

General

- - The Ten Stages of Grief - - - Coccydynia Case Report - - - Chronic Muscle Pain - - - Arthritis and Excercise - +
+ + The Ten Stages of Grief + + + Coccydynia Case Report + + + Chronic Muscle Pain + + + Arthritis and Excercise + +

What is Osteopathy?

- - Cranial Osteopathy - - - Cranial Osteopathy FAQ - - - Introduction to Osteopathy - - - Osteopath Comparison Table - - - Osteopathic Manipulation in Pregnancy - - - Osteopathic Manipulative Treatment - - Osteopathy FAQ - What is a D.O.? +
+ + Cranial Osteopathy + + + Cranial Osteopathy FAQ + + + Introduction to Osteopathy + + + Osteopath Comparison Table + + + Osteopathic Manipulation in Pregnancy + + + Osteopathic Manipulative Treatment + + Osteopathy FAQ + What is a D.O.? +

Pediatric Osteopathy

- - Digestive Problems - - - Down Syndrome - - - Orthopedic Problems - - - Respiratory Health - - - Treatment for the Newborn - +
+ + Digestive Problems + + + Down Syndrome + + + Orthopedic Problems + + + Respiratory Health + + + Treatment for the Newborn + +

Acupuncture

- - Acupuncture Basics - - - Acupuncture History - - Ear Acupuncture - - Ear Acupuncture FAQ - - Scalp Acupuncture - - Yamamoto New Scalp Acupuncture FAQ{" "} - - - Patient Before-and-Afters [PDF]{" "} - - +
+ + Acupuncture Basics + + + Acupuncture History + + Ear Acupuncture + + Ear Acupuncture FAQ + + + Scalp Acupuncture + + + Yamamoto New Scalp Acupuncture FAQ{" "} + + + Patient Before-and-Afters [PDF]{" "} + + +
); diff --git a/website/public/content/scalp_points.png b/website/public/content/scalp_points.png new file mode 100644 index 0000000..a10a6bb Binary files /dev/null and b/website/public/content/scalp_points.png differ diff --git a/website/public/content/toshikatsu.jpg b/website/public/content/toshikatsu.jpg new file mode 100644 index 0000000..eace488 Binary files /dev/null and b/website/public/content/toshikatsu.jpg differ