import React from "react"; import Facts from "./Facts"; import Service from "./Service"; import Image from "next/image"; import Testimonials from "./Testimonials"; import Blog from "./Blogs/Blog"; import Newsletter from "./Newsletter"; import Contact from "./Contacts/Contact"; import Link from "next/link"; import TestimonialsDark from "./TestimonialsDark"; import ContactDark from "./ContactDark"; import { features4 } from "@/data/features"; import Features from "./Features"; import Team from "./Team"; 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 ? ( <> {" "} Learn more ) : ( <> {" "} Learn more )}
{/* End Section Text */} {/* Image */}
Image Description
{/* End Images */}
{/* Left Column */}

Our Services

A Cancer Treatment Center of Excellence.

Get compassionate care and excellent medical services from COCHISE ONCOLOGY in Sierra Vista, Arizona.

{onePage ? ( <> {" "} Request a quote ) : ( <> {" "} Request a quote )}
{/* End Left Column */} {/* Right Column */} {/* End Right Column */}

Why choose Cochise Oncology?

Here at Cochise Oncology we offer the most up-to-date technology in cancer treatment that rivals the largest and most prestigious centers in the country.

{/* Features Grid */} {/* End Features Grid */}

{/* Decoration Circles */}
{/* End Decoration Circles */}

Like our creative works?

Quisque posuere mollis ullamcorper. Ut eget metus lorem ipsum posuere eget at ex. Aenean consequat vitae lorem in vehicula.

{onePage ? ( <> Start a project ) : ( <> View all works )}
{dark ? : }

{dark ? : }
); }