diff --git a/app/accupuncture/page.tsx b/app/accupuncture/page.tsx index 6c4f97b..995a59e 100644 --- a/app/accupuncture/page.tsx +++ b/app/accupuncture/page.tsx @@ -1,5 +1,9 @@ const Accupuncture = () => { - return
Accupuncture
; + return ( +
+
Accupuncture
+
+ ); }; export default Accupuncture; diff --git a/app/articles/page.tsx b/app/articles/page.tsx index edd8eb8..77b2c45 100644 --- a/app/articles/page.tsx +++ b/app/articles/page.tsx @@ -1,5 +1,9 @@ const Articles = () => { - return
Articles
; + return ( +
+
Articles
+
+ ); }; export default Articles; diff --git a/app/layout.tsx b/app/layout.tsx index a088d75..ac95d69 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,6 +1,7 @@ import Navbar from "@/components/Navbar"; import "./globals.css"; import type { Metadata } from "next"; +import Footer from "@/components/Footer"; export const metadata: Metadata = { title: "Dr. Richard Feely | Home", @@ -20,6 +21,7 @@ export default function RootLayout({ {children} + ); diff --git a/app/nor/page.tsx b/app/nor/page.tsx index d4aa321..3aeba87 100644 --- a/app/nor/page.tsx +++ b/app/nor/page.tsx @@ -1,5 +1,9 @@ const NeuroOcularRelease = () => { - return
NeuroOcularRelease
; + return ( +
+
NeuroOcularRelease
+
+ ); }; export default NeuroOcularRelease; diff --git a/app/osteopathy/page.tsx b/app/osteopathy/page.tsx index cde3a2a..4fdffdf 100644 --- a/app/osteopathy/page.tsx +++ b/app/osteopathy/page.tsx @@ -1,5 +1,9 @@ const Osteopathy = () => { - return
Osteopathy
; + return ( +
+
Osteopathy
+
+ ); }; export default Osteopathy; diff --git a/app/page.tsx b/app/page.tsx index 2be39ee..658737f 100644 --- a/app/page.tsx +++ b/app/page.tsx @@ -1,12 +1,12 @@ import Accomplishments from "./views/Accomplishments"; -import Bio from "./views/Bio"; -import Landing from "./views/Landing"; +import ClinicalPhilosophy from "./views/ClinicalPhilosophy"; +import Introduction from "./views/Introduction"; const Home = () => { return (
- - + +
); diff --git a/app/views/Accomplishments.tsx b/app/views/Accomplishments.tsx index c3ca9dc..bcf8903 100644 --- a/app/views/Accomplishments.tsx +++ b/app/views/Accomplishments.tsx @@ -1,12 +1,23 @@ const Accomplishments = () => { return ( -
+

Richard A. Feely, DO

+

+ Richard is also widely known for his work in osteopathic + manipulation, cranial osteopathy, and acupuncture. He is a + sought-after lecturer, educator, and author. He has written about + integrative medical treatments and has edited several prestigious + medical journals, including{" "} + + Clinical Cranial Osteopathy: Selected Readings + + . +

diff --git a/app/views/Bio.tsx b/app/views/Bio.tsx deleted file mode 100644 index a3a9b4c..0000000 --- a/app/views/Bio.tsx +++ /dev/null @@ -1,17 +0,0 @@ -const Bio = () => { - return ( -
-
-
-
-

- Richard A. Feely, DO -

-
-
-
-
- ); -}; - -export default Bio; diff --git a/app/views/ClinicalPhilosophy.tsx b/app/views/ClinicalPhilosophy.tsx new file mode 100644 index 0000000..17a2380 --- /dev/null +++ b/app/views/ClinicalPhilosophy.tsx @@ -0,0 +1,66 @@ +const ClinicalPhilosophy = () => { + return ( +
+
+
+
+
+

+ A unique approach to + medicine, since 1981. +

+
+
+
+
+ Picture of Dr. Feely +
+
+
+
+

+ Dr. Richard Feely has served the Chicago area with high + quality medical care marked by a holistic approach. As a + specialist in osteopathic medicine, Dr. Feely views your + health in the context of your lifestyle and environment, + providing you with comprehensive care that has lasting + results. +

+
+
+ +

+ After an evaluation, Dr. Feely will give you access to every + health resource you need, enabling you to not only feel better + in the short term, but live a healthier lifestyle and acheive + optimal health. +

+ +
+
+
+

+ As an osteopathic physician, my education and philosophy + of care centers around treating the whole person. I don’t + look at or treat only the symptoms you may present with. I + consider everything about you and your life. +

+

+ —Dr. Richard Feely +

+
+
+
+
+
+
+
+
+ ); +}; + +export default ClinicalPhilosophy; diff --git a/app/views/Landing.tsx b/app/views/Introduction.tsx similarity index 72% rename from app/views/Landing.tsx rename to app/views/Introduction.tsx index c7a80db..e99e144 100644 --- a/app/views/Landing.tsx +++ b/app/views/Introduction.tsx @@ -1,9 +1,9 @@ -const Landing = () => { +const Introduction = () => { return ( -
+
-
+

@@ -11,19 +11,19 @@ const Landing = () => {

-

+

Dr. Feely is a highly accomplished physician with over 25 years of experience in osteopathic medicine, acupuncture, herbal medicine, and family practice. He specializes in the treatment of neuromusculoskeletal pain—especially back pain, neck pain and headaches. -

-
+

+
Picture of Dr. Feely
@@ -32,4 +32,4 @@ const Landing = () => { ); }; -export default Landing; +export default Introduction; diff --git a/components/Footer.tsx b/components/Footer.tsx new file mode 100644 index 0000000..0472a54 --- /dev/null +++ b/components/Footer.tsx @@ -0,0 +1,88 @@ +const Footer = () => { + return ( + + ); +}; + +export default Footer; diff --git a/components/Navbar/index.tsx b/components/Navbar/index.tsx index 03511af..b698053 100644 --- a/components/Navbar/index.tsx +++ b/components/Navbar/index.tsx @@ -27,7 +27,7 @@ const Navbar = () => { "bg-primary-500 text-primary-100 fixed top-0 w-full " + (isTopOfPage ? "bg-transparent" - : "z-40 bg-opacity-60 backdrop-blur-sm drop-shadow") + : "z-40 bg-opacity-75 backdrop-blur-sm drop-shadow") } >
diff --git a/public/dr_feely_brick_wall.webp b/public/dr_feely_brick_wall.webp new file mode 100644 index 0000000..f6b47f8 Binary files /dev/null and b/public/dr_feely_brick_wall.webp differ diff --git a/public/dr_feely_cutout.png b/public/dr_feely_cutout.png deleted file mode 100644 index 1c87d8f..0000000 Binary files a/public/dr_feely_cutout.png and /dev/null differ diff --git a/public/dr_feely_cutout_headshot.png b/public/dr_feely_cutout_headshot.png deleted file mode 100644 index 6b1e495..0000000 Binary files a/public/dr_feely_cutout_headshot.png and /dev/null differ diff --git a/public/dr_feely_cutout_headshot.xcf b/public/dr_feely_cutout_headshot.xcf deleted file mode 100644 index 94657a8..0000000 Binary files a/public/dr_feely_cutout_headshot.xcf and /dev/null differ diff --git a/public/dr_feely_cutout_headshot_2.png b/public/dr_feely_headshot.png similarity index 100% rename from public/dr_feely_cutout_headshot_2.png rename to public/dr_feely_headshot.png diff --git a/public/dr_feely_portrait.jpg b/public/dr_feely_portrait.jpg deleted file mode 100644 index a886916..0000000 Binary files a/public/dr_feely_portrait.jpg and /dev/null differ diff --git a/public/feely_logo_dark_transparent.png b/public/feely_logo_dark_transparent.png deleted file mode 100644 index 02307c8..0000000 Binary files a/public/feely_logo_dark_transparent.png and /dev/null differ diff --git a/public/feelycenter.png b/public/feelycenter.png deleted file mode 100644 index 5bf00b9..0000000 Binary files a/public/feelycenter.png and /dev/null differ diff --git a/public/franciscan.jpg b/public/franciscan.jpg deleted file mode 100644 index 0321cd1..0000000 Binary files a/public/franciscan.jpg and /dev/null differ diff --git a/public/malta.gif b/public/malta.gif deleted file mode 100644 index 36aba09..0000000 Binary files a/public/malta.gif and /dev/null differ diff --git a/public/midwestern_college.jpg b/public/midwestern_college.jpg deleted file mode 100644 index adaa8d5..0000000 Binary files a/public/midwestern_college.jpg and /dev/null differ diff --git a/public/quote.png b/public/quote.png new file mode 100644 index 0000000..7d63171 Binary files /dev/null and b/public/quote.png differ diff --git a/public/tcm_tests.png b/public/tcm_tests.png deleted file mode 100644 index a288ce4..0000000 Binary files a/public/tcm_tests.png and /dev/null differ diff --git a/public/text_accent_2.png b/public/text_accent_2.png new file mode 100644 index 0000000..622174b Binary files /dev/null and b/public/text_accent_2.png differ diff --git a/public/text_accent_3.png b/public/text_accent_3.png new file mode 100644 index 0000000..565a7db Binary files /dev/null and b/public/text_accent_3.png differ diff --git a/public/womack.png b/public/womack.png deleted file mode 100644 index cc15192..0000000 Binary files a/public/womack.png and /dev/null differ diff --git a/tailwind.config.js b/tailwind.config.js index edc4a31..18a4c9a 100644 --- a/tailwind.config.js +++ b/tailwind.config.js @@ -48,10 +48,14 @@ module.exports = { fadeOut: "fadeOut 500ms ease-out", }, boxShadow: { - superPortrait: "75px 75px 250px 0px", + superPortraitR: "75px 75px 250px 0px", + superPortraitL: "-75px 75px 250px 0px", }, content: { textAccent: "url('/text_accent.png')", + textAccent2: "url('/text_accent_2.png')", + quote: "url('/quote.png')", + textAccent3: "url('/text_accent_3.png')", }, }, },