import { features4 } from "@/data/features"; import Image from "next/image"; import Link from "next/link"; import Cta3 from "./cta3"; import Service from "./Service"; import { GoogleReviewsBlock } from "./Blocks/GoogleReviews"; import Testimonials from "./Testimonials"; 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 */}

{/* End Desktop Overlay */} {/* Mobile Overlay */}
{/* End Mobile Overlay */}

A Cancer Treatment Center of Excellence

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 */}
); }