diff --git a/public/assets/images/about-image.webp b/public/assets/images/about-image.webp new file mode 100644 index 0000000..2c34833 Binary files /dev/null and b/public/assets/images/about-image.webp differ diff --git a/src/components/About.tsx b/src/components/About.tsx new file mode 100644 index 0000000..5ba3bc8 --- /dev/null +++ b/src/components/About.tsx @@ -0,0 +1,50 @@ +"use client"; +import Image from "next/image"; + +export default function About() { + return ( +
+
+
+ {/* Image */} +
+ Image Description +
+ {/* End Image */} + {/* Decorative Waves */} +
+ +
+ {/* End Decorative Waves */} +
+
+
+

What is Radixact® Radiation Therapy?

+

+ Radixact® is an advanced form of radiation therapy that targets a wide range of cancers. Radixact® is a form + of TomoTherapy®, a system of CT imaging that provides 3D images of the tumor, then targets it more precisely + to minimize the effects on healthy tissue. It also works from all directions to treat tumors more effectively + from multiple angles. +

+

What are the Side Effects of Radixact®?

+

+ Radixact® reduces many of the common after-effects of radiation therapy by protecting healthy tissue. Common + side effects of radiation therapy include fatigue and local skin irritation in the treatment area. Radixact® + decreases the occurrence of these problems by leaving healthy tissue as untouched as possible. Radixact® + patients usually go about their daily lives during treatment with minimal disruption. +

+
+
+ ); +} diff --git a/src/components/Blocks/GoogleReviews/index.tsx b/src/components/Blocks/GoogleReviews/index.tsx index 8880d36..44ff184 100644 --- a/src/components/Blocks/GoogleReviews/index.tsx +++ b/src/components/Blocks/GoogleReviews/index.tsx @@ -64,13 +64,13 @@ export function GoogleReviewsBlock() {
-

Reviews

+

Reviews

-

4.8

+

4.8

-
Over 200 Reviews
+
Over 200 Reviews
-
+
+ +
-
+

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. +

+ 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 */} @@ -126,8 +138,38 @@ export default function homepage({ onePage = false, dark = false }) {
-
- + +
+
+
+
+

Our Service

+

Radixact® Radiation Therapy

+
+
+ {/* Decorative Dots */} +
+ +
+ {/* End Decorative Dots */} + + + + Explore Our Services + + + +
+
+ +
); diff --git a/src/components/Testimonials.tsx b/src/components/Testimonials.tsx index 8c59097..8076d52 100644 --- a/src/components/Testimonials.tsx +++ b/src/components/Testimonials.tsx @@ -1,11 +1,6 @@ "use client"; -import { brands } from "@/data/brands"; -import { numberItems4 } from "@/data/facts"; -import { testimonials5 } from "@/data/testimonials"; import { useEffect, useRef } from "react"; -import { Autoplay } from "swiper/modules"; -import { Swiper, SwiperSlide } from "swiper/react"; -import Image from "next/image"; +import { GoogleReviewsBlock } from "./Blocks/GoogleReviews"; export default function Testimonials() { const isotopContainer = useRef(null); @@ -26,66 +21,12 @@ export default function Testimonials() { initIsotop(); }, []); return ( -
+
- {/* Section Text */} -
-
-

Testimonials

-

We're trusted by leading companies.

-

- A static website stores a unique file for every page of a static website. Each time that page is - requested, the same content is returned. -

- {/* Numbers */} -
- {numberItems4.map((item, index) => ( -
-
{item.title}
-
{item.description}
-
- ))} -
- {/* End Numbers */} -
+
+
- {/* End Section Text */} - {/* Testimonials Grid */} -
-
-
- {/* Testimonials Item */} - {testimonials5.map((testimonial: any, index: number) => ( -
-
-
- -
-
-

{testimonial.text}

-
-
- {testimonial.altText} -
-
- {testimonial.author} -
{testimonial.position}
-
-
-
-
-
- ))} - - {/* End Testimonials Item */} -
-
-
- {/* Testimonials Grid */}
- {/* Logotypes */} - - {/* End Logotypes */}
); } diff --git a/src/data/testimonials.ts b/src/data/testimonials.ts index e7ee076..fdd4136 100644 --- a/src/data/testimonials.ts +++ b/src/data/testimonials.ts @@ -1,169 +1,168 @@ export const testimonials = [ - { - quote: `This template is so beautiful and has such wonderful new options. It is updated often which gives me even more quality. The support is one of the absolute best I've ever had the pleasure of interacting with. Quick, courteous, and extremely helpful!`, - author: "Adam Peterson", - role: "Business Owner", - image: "/assets/images/ts1-user.jpg", + { + quote: `This template is so beautiful and has such wonderful new options. It is updated often which gives me even more quality. The support is one of the absolute best I've ever had the pleasure of interacting with. Quick, courteous, and extremely helpful!`, + author: "Adam Peterson", + role: "Business Owner", + image: "/assets/images/ts1-user.jpg", + }, + { + quote: `This template is so beautiful and has such wonderful new options. It is updated often which gives me even more quality. The support is one of the absolute best I've ever had the pleasure of interacting with. Quick, courteous, and extremely helpful!`, + author: "Adam Peterson", + role: "Business Owner", + image: "/assets/images/ts1-user.jpg", + }, + { + quote: `This template is so beautiful and has such wonderful new options. It is updated often which gives me even more quality. The support is one of the absolute best I've ever had the pleasure of interacting with. Quick, courteous, and extremely helpful!`, + author: "Adam Peterson", + role: "Business Owner", + image: "/assets/images/ts1-user.jpg", + }, +]; + +export const testimonials2 = [ + { + id: 1, + blockquote: + "Beautifull template, nice code and easy to customize. Optimization and structure are very good for seo basics.", + author: { + name: "Adam Peterson", + title: "Business Owner", + imgSrc: "/assets/images/ts1-user.jpg", }, - { - quote: `This template is so beautiful and has such wonderful new options. It is updated often which gives me even more quality. The support is one of the absolute best I've ever had the pleasure of interacting with. Quick, courteous, and extremely helpful!`, - author: "Adam Peterson", - role: "Business Owner", - image: "/assets/images/ts1-user.jpg", + }, + { + id: 2, + blockquote: + "Beautifull template, nice code and easy to customize. Optimization and structure are very good for seo basics.", + author: { + name: "Adam Peterson", + title: "Business Owner", + imgSrc: "/assets/images/ts1-user.jpg", }, - { - quote: `This template is so beautiful and has such wonderful new options. It is updated often which gives me even more quality. The support is one of the absolute best I've ever had the pleasure of interacting with. Quick, courteous, and extremely helpful!`, - author: "Adam Peterson", - role: "Business Owner", - image: "/assets/images/ts1-user.jpg", + }, + { + id: 3, + blockquote: + "Beautifull template, nice code and easy to customize. Optimization and structure are very good for seo basics.", + author: { + name: "Adam Peterson", + title: "Business Owner", + imgSrc: "/assets/images/ts1-user.jpg", }, - ]; - - export const testimonials2 = [ - { - id: 1, - blockquote: - "Beautifull template, nice code and easy to customize. Optimization and structure are very good for seo basics.", - author: { - name: "Adam Peterson", - title: "Business Owner", - imgSrc: "/assets/images/ts1-user.jpg", - }, - }, - { - id: 2, - blockquote: - "Beautifull template, nice code and easy to customize. Optimization and structure are very good for seo basics.", - author: { - name: "Adam Peterson", - title: "Business Owner", - imgSrc: "/assets/images/ts1-user.jpg", - }, - }, - { - id: 3, - blockquote: - "Beautifull template, nice code and easy to customize. Optimization and structure are very good for seo basics.", - author: { - name: "Adam Peterson", - title: "Business Owner", - imgSrc: "/assets/images/ts1-user.jpg", - }, - }, - ]; - - export const testimonials3 = [ - { - text: "Beautiful template, nice code and easy to customize. Optimization, structure and pages are very good for SEO basics.", - author: "Thomas Johnson", - role: "UI/UX designer", - imgSrc: "/assets/images/demo-gradient/user-1.jpg", - }, - { - text: "This template is so beautiful and has such wonderful new options. It is updated often which gives me even more quality.", - author: "Alice Watson", - role: "3D artist", - imgSrc: "/assets/images/demo-gradient/user-2.jpg", - }, - { - text: "A remarkable model, everything has been thought out with talent, the design, the responsiveness, the various adaptations.", - author: "Peter Braun", - role: "Business owner", - imgSrc: "/assets/images/demo-gradient/user-3.jpg", - }, - { - text: "Beautiful template, nice code and easy to customize. Optimization, structure and pages are very good for SEO basics.", - author: "Thomas Johnson", - role: "UI/UX designer", - imgSrc: "/assets/images/demo-gradient/user-1.jpg", - }, - { - text: "This template is so beautiful and has such wonderful new options. It is updated often which gives me even more quality.", - author: "Alice Watson", - role: "3D artist", - imgSrc: "/assets/images/demo-gradient/user-2.jpg", - }, - { - text: "A remarkable model, everything has been thought out with talent, the design, the responsiveness, the various adaptations.", - author: "Peter Braun", - role: "Business owner", - imgSrc: "/assets/images/demo-gradient/user-3.jpg", - }, - ]; - - export const testimonials4 = [ - { - id: 1, - delay: "0s", - stars: 4.5, - text: "“Really impressed with the service and the results!”", - caption: "Rated 4.5 on Trustpilot", - }, - { - id: 2, - delay: "0.15s", - stars: 4.5, - text: "“Excellent service for targeted lead generation.”", - caption: "Rated 4.5 on Trustpilot", - }, - { - id: 3, - delay: "0.3s", - stars: 4.5, - text: "“I have super enjoyed working with Resonance.”", - caption: "Rated 4.5 on Trustpilot", - }, - ]; - - export const testimonialItems = [ - { - imageSrc: "/assets/images/demo-corporate/testimonial-1.jpg", - quote: - "This template is so beautiful and has such wonderful new options. It is updated often which gives me even more quality. The support is the absolute best I've ever had the pleasure of interacting with. Quick, courteous, premium and extremely helpful!", - author: "Adam Peterson", - position: "Marketing Consultant", - }, - { - imageSrc: "/assets/images/demo-corporate/testimonial-2.jpg", - quote: - "Optimization and structure are very good for SEO basics. A remarkable model, everything has been thought out with talent, the design, the various adaptations. Beautiful template, nice code and easy to customize.", - author: "Jordan Harvey", - position: "SEO/SMO Expert", - }, - ]; - - export const testimonials5 = [ - { - text: "Beautifull template, nice code and easy to customize. Optimization and structure are verry good for SEO basics.", - author: "Thomas Johnson", - position: "UI/ UX Designer", - imgSrc: "/assets/images/demo-fancy/user-1.jpg", - altText: "Image description is here", - extraClass: "mt-50 mt-sm-0", - }, - { - text: "The support is one of the absolute best I've ever had the pleasure of interacting with. Quick, courteous, and extremely helpful!", - author: "Emma Kande", - position: "3D Artist", - imgSrc: "/assets/images/demo-fancy/user-2.jpg", - altText: "Image description is here", - extraClass: "", - }, - { - text: "This template is so beautiful and has such wonderful new options. It is updated often which gives me even more quality.", - author: "Peter Rebel", - position: "Business Owner", - imgSrc: "/assets/images/demo-fancy/user-3.jpg", - altText: "Image description is here", - extraClass: "", - }, - { - text: "A remarkable model, everything has been thought out with talent, the design, the responsiveness, the various adaptations.", - author: "Alice Watson", - position: "Product Designer", - imgSrc: "/assets/images/demo-fancy/user-4.jpg", - altText: "Image description is here", - extraClass: "", - }, - ]; - \ No newline at end of file + }, +]; + +export const testimonials3 = [ + { + text: "Beautiful template, nice code and easy to customize. Optimization, structure and pages are very good for SEO basics.", + author: "Thomas Johnson", + role: "UI/UX designer", + imgSrc: "/assets/images/demo-gradient/user-1.jpg", + }, + { + text: "This template is so beautiful and has such wonderful new options. It is updated often which gives me even more quality.", + author: "Alice Watson", + role: "3D artist", + imgSrc: "/assets/images/demo-gradient/user-2.jpg", + }, + { + text: "A remarkable model, everything has been thought out with talent, the design, the responsiveness, the various adaptations.", + author: "Peter Braun", + role: "Business owner", + imgSrc: "/assets/images/demo-gradient/user-3.jpg", + }, + { + text: "Beautiful template, nice code and easy to customize. Optimization, structure and pages are very good for SEO basics.", + author: "Thomas Johnson", + role: "UI/UX designer", + imgSrc: "/assets/images/demo-gradient/user-1.jpg", + }, + { + text: "This template is so beautiful and has such wonderful new options. It is updated often which gives me even more quality.", + author: "Alice Watson", + role: "3D artist", + imgSrc: "/assets/images/demo-gradient/user-2.jpg", + }, + { + text: "A remarkable model, everything has been thought out with talent, the design, the responsiveness, the various adaptations.", + author: "Peter Braun", + role: "Business owner", + imgSrc: "/assets/images/demo-gradient/user-3.jpg", + }, +]; + +export const testimonials4 = [ + { + id: 1, + delay: "0s", + stars: 4.5, + text: "“Really impressed with the service and the results!”", + caption: "Rated 4.5 on Trustpilot", + }, + { + id: 2, + delay: "0.15s", + stars: 4.5, + text: "“Excellent service for targeted lead generation.”", + caption: "Rated 4.5 on Trustpilot", + }, + { + id: 3, + delay: "0.3s", + stars: 4.5, + text: "“I have super enjoyed working with Resonance.”", + caption: "Rated 4.5 on Trustpilot", + }, +]; + +export const testimonialItems = [ + { + imageSrc: "/assets/images/demo-corporate/testimonial-1.jpg", + quote: + "This template is so beautiful and has such wonderful new options. It is updated often which gives me even more quality. The support is the absolute best I've ever had the pleasure of interacting with. Quick, courteous, premium and extremely helpful!", + author: "Adam Peterson", + position: "Marketing Consultant", + }, + { + imageSrc: "/assets/images/demo-corporate/testimonial-2.jpg", + quote: + "Optimization and structure are very good for SEO basics. A remarkable model, everything has been thought out with talent, the design, the various adaptations. Beautiful template, nice code and easy to customize.", + author: "Jordan Harvey", + position: "SEO/SMO Expert", + }, +]; + +export const testimonials5 = [ + { + text: "Beautifull template, nice code and easy to customize. Optimization and structure are verry good for SEO basics.", + author: "Thomas Johnson", + position: "UI/ UX Designer", + imgSrc: "/assets/images/demo-fancy/user-1.jpg", + altText: "Image description is here", + extraClass: "mt-50 mt-sm-0", + }, + { + text: "The support is one of the absolute best I've ever had the pleasure of interacting with. Quick, courteous, and extremely helpful!", + author: "Emma Kande", + position: "3D Artist", + imgSrc: "/assets/images/demo-fancy/user-2.jpg", + altText: "Image description is here", + extraClass: "", + }, + { + text: "This template is so beautiful and has such wonderful new options. It is updated often which gives me even more quality.", + author: "Peter Rebel", + position: "Business Owner", + imgSrc: "/assets/images/demo-fancy/user-3.jpg", + altText: "Image description is here", + extraClass: "", + }, + { + text: "A remarkable model, everything has been thought out with talent, the design, the responsiveness, the various adaptations.", + author: "Alice Watson", + position: "Product Designer", + imgSrc: "/assets/images/demo-fancy/user-4.jpg", + altText: "Image description is here", + extraClass: "", + }, +];