diff --git a/public/assets/images/cochise-medical-oncology-768x512.webp b/public/assets/images/cochise-medical-oncology-768x512.webp new file mode 100644 index 0000000..138cecf Binary files /dev/null and b/public/assets/images/cochise-medical-oncology-768x512.webp differ diff --git a/public/assets/images/cochise-radiation-oncology-768x512.webp b/public/assets/images/cochise-radiation-oncology-768x512.webp new file mode 100644 index 0000000..359d825 Binary files /dev/null and b/public/assets/images/cochise-radiation-oncology-768x512.webp differ diff --git a/public/assets/images/cochise-skin-cancer-768x512.webp b/public/assets/images/cochise-skin-cancer-768x512.webp new file mode 100644 index 0000000..0e4f6b2 Binary files /dev/null and b/public/assets/images/cochise-skin-cancer-768x512.webp differ diff --git a/src/app/globals.css b/src/app/globals.css index 4c79a60..574eee0 100644 --- a/src/app/globals.css +++ b/src/app/globals.css @@ -9,6 +9,7 @@ --ext-color-primary-4: #d4a187; --ext-color-primary-5: #e7ccc0; --ext-color-primary-6: #64b3b4; + --ext-color-primary-7: #a8dcca; --background: #ffffff; --foreground: #171717; } @@ -21,6 +22,7 @@ --ext-color-primary-4: #d4a187; --ext-color-primary-5: #e7ccc0; --ext-color-primary-6: #64b3b4; + --ext-color-primary-7: #a8dcca; --background: #0a0a0a; --foreground: #ededed; } diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index 294a0ba..e42980f 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -7,7 +7,7 @@ export default function Hero() { return (
-
+
{/* Background Video */} {/* Please replace the video file in folder "video" with your own file */}
@@ -18,21 +18,17 @@ export default function Hero() {
{/* Home Section Content */}
-
- {/* Home Section Text */} -
-

Healing Begins Here

-

Cochise Oncology

-

Southern Arizona’s Only Complete Cancer Treatment Center in Sierra Vista.

- - Request Consultation - -
- {/* End Home Section Text */} +
+

Healing Begins Here

+

Cochise Oncology

+

Southern Arizona’s Only Complete Cancer Treatment Center in Sierra Vista.

+ + Request Consultation +
{/* End Home Section Content */} diff --git a/src/components/Homepage.tsx b/src/components/Homepage.tsx index a7a3f21..d2ac287 100644 --- a/src/components/Homepage.tsx +++ b/src/components/Homepage.tsx @@ -6,55 +6,63 @@ import Contact from "./Contacts/Contact"; export default function homepage({ dark = false }) { return ( <> -
-
-
-
- - -
-
-
-
- {/* Section Text */} -
- {/* End Section Text */} -
-
-
-
-
-
-
+
+
Image Description
Image Description
-
-
-
-
-

- Radiation Oncology -

-
-
- Medical Oncology -
-
- Skin Cancer +
+
+
+
+ +
+
+ +
+
+ +
+
+

+ Radiation Oncology +

+
+ + +
+
+

+ Medical Oncology +

+
+ + +
+
+

+ Skin Cancer +

+
+ +
{/*
diff --git a/tailwind.config.ts b/tailwind.config.ts index e199f93..7578dd2 100644 --- a/tailwind.config.ts +++ b/tailwind.config.ts @@ -17,6 +17,7 @@ export default { extColorPrimary4: "var(--ext-color-primary-4)", extColorPrimary5: "var(--ext-color-primary-5)", extColorPrimary6: "var(--ext-color-primary-6)", + extColorPrimary7: "var(--ext-color-primary-7)", }, }, },