diff --git a/public/assets/images/full-width-images/section-bg-13.jpeg b/public/assets/images/full-width-images/section-bg-13.jpeg new file mode 100644 index 0000000..7e4bc74 Binary files /dev/null and b/public/assets/images/full-width-images/section-bg-13.jpeg differ diff --git a/src/app/(main)/biography/page.tsx b/src/app/(main)/biography/page.tsx new file mode 100644 index 0000000..e69de29 diff --git a/src/app/(main)/home-bg-video/page.tsx b/src/app/(main)/home-bg-video/page.tsx index 9317775..901ca2c 100644 --- a/src/app/(main)/home-bg-video/page.tsx +++ b/src/app/(main)/home-bg-video/page.tsx @@ -1,5 +1,5 @@ "use client"; -import Hero from "@/components/Hero"; +import Hero6 from "@/components/Hero"; import dynamic from "next/dynamic"; const ParallaxContainer = dynamic(() => import("@/components/ParallaxContainer"), { @@ -9,15 +9,21 @@ const ParallaxContainer = dynamic(() => import("@/components/ParallaxContainer") export default function Home1BGVideoMultiPage() { return ( <> - - - +
+
+
+ + + +
+
+
); } diff --git a/src/app/(main)/layout.tsx b/src/app/(main)/layout.tsx index 6d532b6..22a31e6 100644 --- a/src/app/(main)/layout.tsx +++ b/src/app/(main)/layout.tsx @@ -1,20 +1,20 @@ "use client"; -import "@/app/globals.css"; -import Footer from "@/components/Footer"; -import Header from "@/components/Header"; -import { navMenuData } from "@/data/menu"; -import { headerChangeOnScroll } from "@/utils/changeHeaderOnScroll"; +import { usePathname } from "next/navigation"; +import { useEffect } from "react"; import { init_wow } from "@/utils/initWow"; import { parallaxMouseMovement, parallaxScroll } from "@/utils/parallax"; -import "@public/assets/css/styles.css"; -import "jarallax/dist/jarallax.min.css"; -import { usePathname } from "next/navigation"; -import "photoswipe/dist/photoswipe.css"; -import { useEffect } from "react"; -import "react-modal-video/css/modal-video.css"; +import { headerChangeOnScroll } from "@/utils/changeHeaderOnScroll"; +import Header from "@/components/Header"; +import Footer from "@/components/Footer"; +import { navMenuData } from "@/data/menu"; +import "@/app/globals.css"; import "swiper/css"; +import "jarallax/dist/jarallax.min.css"; import "swiper/css/effect-fade"; +import "react-modal-video/css/modal-video.css"; +import "photoswipe/dist/photoswipe.css"; import "tippy.js/dist/tippy.css"; +import "@public/assets/css/styles.css"; export default function MainLayout({ children, diff --git a/src/components/HeaderNav.tsx b/src/components/HeaderNav.tsx index a600f76..aaea62d 100644 --- a/src/components/HeaderNav.tsx +++ b/src/components/HeaderNav.tsx @@ -41,7 +41,7 @@ export default function HeaderNav({ links, animateY = false }: any) { links.map((link: any, index: any) => (
  • {!Array.isArray(link?.child) && ( - + {animateY ? ( {link.text} diff --git a/src/components/Hero.tsx b/src/components/Hero.tsx index bf6ee40..9ef59ed 100644 --- a/src/components/Hero.tsx +++ b/src/components/Hero.tsx @@ -1,65 +1,63 @@ "use client"; -import { useRef } from "react"; -import Link from "next/link"; -import Modal from "./Modal"; +import ModalVideo from "react-modal-video"; +import { useState } from "react"; export default function Hero6() { - const videoRef = useRef(null); - + const [isOpen, setOpen] = useState(false); return ( -
    -
    - {/* Background Video */} - {/* Please replace the video file in folder "video" with your own file */} -
    - -
    -
    + <> +
    {/* Home Section Content */}
    {/* Home Section Text */} -
    -

    Healing Begins Here

    -

    - +
    +

    + Healing Begins Here +

    +

    + Cochise Oncology

    -

    - Southern Arizona’s Only Complete Cancer Treatment Center in Sierra Vista. -

    - +
    {/* End Home Section Text */}

    {/* End Home Section Content */} - {/* Scroll Down */} - - {/* End Scroll Down */} -
    -
    + {" "} + setOpen(false)} + />{" "} + ); } diff --git a/src/components/Homepage.tsx b/src/components/Homepage.tsx index 9a0082a..00a3d19 100644 --- a/src/components/Homepage.tsx +++ b/src/components/Homepage.tsx @@ -4,6 +4,7 @@ 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 ( @@ -95,33 +96,6 @@ export default function homepage({ onePage = false, dark = false }) { -
    -
    -
    -
    -

    Testimonials

    -
    - -
    -
    -
    -
    - {/* Left Column */} -
    -

    Our Services

    -

    A Cancer Treatment Center of Excellence.

    -

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

    -
    - {/* End Left Column */} - {/* Right Column */} - - {/* End Right Column */} -
    -
    -
    -
    +
    + +
    ); } diff --git a/src/components/Team.tsx b/src/components/Team.tsx index c8b6d57..ad64f95 100644 --- a/src/components/Team.tsx +++ b/src/components/Team.tsx @@ -4,22 +4,20 @@ import { CardTeam } from "./Teams/CardTeam"; export default function Team({ data }: any) { return (
    -
    +

    Our Team .

    -
    - The same color can evoke different emotions, or have various meanings to different individuals and cultures. -
    -
    +
    {/* Team item */} {data.map((member: any, index: any) => ( -
    +
    +
    ))} {/* End Team item */} diff --git a/src/components/Teams/CardTeam.tsx b/src/components/Teams/CardTeam.tsx index 18ca208..0804220 100644 --- a/src/components/Teams/CardTeam.tsx +++ b/src/components/Teams/CardTeam.tsx @@ -10,7 +10,7 @@ export interface CardTeamProps { export function CardTeam({ data }: CardTeamProps) { return ( -
    +
    -

    - Testimonials -

    -

    - We're trusted by leading companies. -

    +

    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. + 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 */}
    @@ -58,16 +53,10 @@ export default function Testimonials() { {/* Testimonials Grid */}
    -
    +
    {/* Testimonials Item */} {testimonials5.map((testimonial: any, index: number) => ( -
    +
    @@ -76,12 +65,7 @@ export default function Testimonials() {

    {testimonial.text}

    - {testimonial.altText} + {testimonial.altText}
    {testimonial.author} @@ -100,45 +84,7 @@ export default function Testimonials() { {/* Testimonials Grid */}
    {/* Logotypes */} -
    -

    Trusted by Leading Companies

    - - {/* Team item */} - {brands.map((elm: any, i: number) => ( - -
    - Company Name -
    -
    - ))} - - {/* End Team item */} -
    -
    {/* End Logotypes */}
    ); diff --git a/src/data/menu.ts b/src/data/menu.ts index 404d43b..3a5a32e 100644 --- a/src/data/menu.ts +++ b/src/data/menu.ts @@ -1,5 +1,8 @@ export const navMenuData = [ { href: "/", text: "Home" }, + { href: "/blog", text: "Blog" }, + { href: "/testimonials", text: "Testimonials" }, + { href: "https://cochise.mdnavigatorclinical.com/prognocistc1/cochiseClinicIndex.html", text: "Patient Portal" }, { href: "#", text: "About", @@ -69,14 +72,11 @@ export const navMenuData = [ href: "#", text: "Resources", child: [ - { href: "/testimonials", text: "Testimonials" }, { href: "/insurances", text: "Insurances" }, { href: "/support", text: "Support Groups" }, { href: "/hospitality-house", text: "Hospitality House" }, { href: "/in-house-lab", text: "In-House Lab" }, { href: "/american-cancer-society", text: "American Cancer Society" }, - { href: "/#", text: "Patient Portal" }, - { href: "/blog", text: "Blog" }, ], }, ];