feat: blockquote
This commit is contained in:
parent
6e231f5485
commit
62bfec7c87
@ -57,7 +57,61 @@ export default function homepage({ dark = false }) {
|
||||
</Link>
|
||||
</div>
|
||||
</section>
|
||||
<section className="py-5 w-full">
|
||||
<section className="py-5 w-full flex flex-col">
|
||||
<div className="relative flex justify-center">
|
||||
<div className="w-full md:w-1/2 self-center mt-[-70px] mb-50 flex justify-center">
|
||||
<div className="bg-white h-full flex flex-col lg:flex-row flex-wrap justify-center p-4 lg:p-8 gap-3 rounded-xl shadow-xl">
|
||||
<blockquote
|
||||
className="self-center border-teal-500 pl-4 italic text-gray-800"
|
||||
style={{ borderLeft: "4px solid #eee" }}
|
||||
>
|
||||
I was diagnosed with cancer up in Tucson. The doctor was said to be best oncologist in the state.
|
||||
Problem was I needed radiation for 45 days not counting weekends and holidays.
|
||||
<br />
|
||||
<br />
|
||||
I had to tell her that that was not doable. I couldn't commute daily and I couldn't rent. I
|
||||
told her that I could get treatment of some sort in Sierra Vista. She told me that normally she would
|
||||
fight me, but only 2 Clinics in the state had this latest and greatest radiation hardware. Hers and
|
||||
Cochise Oncology in Sierra Vista.
|
||||
<br />
|
||||
<br />
|
||||
At Cochise Oncology I was introduced to Dr. Vedula. What a good man and what a great doctor. Check out
|
||||
his credentials. I am now cancer free for 9 months. It was still 45 days of treatment but no side
|
||||
effects. Plus, I would go home every day after undergoing treatment. I forget, maybe 15 minutes of
|
||||
treatment.
|
||||
<br />
|
||||
<br />
|
||||
Do yourself a favor and see Dr. Vedula.
|
||||
<br></br>
|
||||
<b>-a Cochise Oncology patient</b>
|
||||
</blockquote>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<h1 className="w-full text-center !font-light">Testimonials</h1>
|
||||
<blockquote
|
||||
className="w-full md:w-8/12 self-center border-teal-500 pl-4 italic text-gray-800"
|
||||
style={{ borderLeft: "4px solid #eee" }}
|
||||
>
|
||||
I was diagnosed with cancer up in Tucson. The doctor was said to be best oncologist in the state. Problem was
|
||||
I needed radiation for 45 days not counting weekends and holidays.
|
||||
<br />
|
||||
<br />
|
||||
I had to tell her that that was not doable. I couldn't commute daily and I couldn't rent. I told her
|
||||
that I could get treatment of some sort in Sierra Vista. She told me that normally she would fight me, but
|
||||
only 2 Clinics in the state had this latest and greatest radiation hardware. Hers and Cochise Oncology in
|
||||
Sierra Vista.
|
||||
<br />
|
||||
<br />
|
||||
At Cochise Oncology I was introduced to Dr. Vedula. What a good man and what a great doctor. Check out his
|
||||
credentials. I am now cancer free for 9 months. It was still 45 days of treatment but no side effects. Plus, I
|
||||
would go home every day after undergoing treatment. I forget, maybe 15 minutes of treatment.
|
||||
<br />
|
||||
<br />
|
||||
Do yourself a favor and see Dr. Vedula.
|
||||
<br></br>
|
||||
<b>-a Cochise Oncology patient</b>
|
||||
</blockquote>
|
||||
<Testimonials />
|
||||
</section>
|
||||
<section className="page-section bg-scroll light-content bg-[url(/assets/images/demo-modern/section-bg-3.jpeg)] bg-cover">
|
||||
|
Loading…
x
Reference in New Issue
Block a user