import { features4 } from "@/data/features"; import Image from "next/image"; import Link from "next/link"; import Cta3 from "./cta3"; import Testimonials from "./Testimonials"; import About from "./About"; import Contact from "./Contacts/Contact"; export default function homepage({ onePage = false, dark = false }) { return ( <>
{/* Section Text */}

About Oncology

Begin your path to healing with Cochise Oncology.

Our dedicated team in Sierra Vista, AZ is here to support you with hope, strength, and courage. We offer personalized cancer care using innovative treatments in our state-of-the-art facility. Take the first step towards comprehensive, patient-focused treatment by scheduling a consultation. Let us listen to your needs, answer your questions, and create a tailored plan for your journey. Fill out our form to connect with our compassionate experts and discover how Cochise Oncology can stand with you in your fight against cancer.

{/* Features List */}
{/* Features List Item */} {features4.map((feature, index) => (
{feature.text}
))} {/* End Features List Item */}
{/* End Features List */}
{onePage ? ( <> Contact us ) : ( <> Contact us )} {onePage ? ( <> ) : ( <> {" "}
Find more about Radixact
)}
{/* End Section Text */} {/* Image */}
Image Description
{/* End Images */}
{/* Mobile Overlay */}
{/* End Mobile Overlay */}

A Cancer Treatment Center of Excellence

Get compassionate care and excellent medical services from COCHISE ONCOLOGY in Sierra Vista, Arizona. We are the largest full-service cancer treatment center between Albuquerque, New Mexico and Tucson, Arizona. Our services cover radiation treatments as well as chemotherapy, and we also have an infusion center. We offer support groups as well as free hospitality housing for patients undergoing treatment. Read on to learn more about our establishment, or reach out to us via phone or email to make an inquiry.

The Mission of Cochise Oncology

To provide excellence in cancer and patient care in a comprehensive center for the local community. Optimal cancer treatment places the patient first—from the patient’s first greeting with the front office staff to the trust they develop with the physicians and the whole treatment team. We believe our patients deserve and demand the very best in timely treatments, personalized care, professional competence, and advanced technology. We will achieve this vision by employing caring and competent staff with excellent training, developing multidisciplinary collaborations, and using the latest technology available in the most comfortable environment.

{/* Features List */} {/* End Features List */}

Our Service

Radixact® Radiation Therapy

{/* Decorative Dots */}
{/* End Decorative Dots */} Explore Radixact®
{" "}
); }