diff --git a/src/app/(main)/home-bg-video/page.tsx b/src/app/(main)/home-bg-video/page.tsx index 901ca2c..86ea151 100644 --- a/src/app/(main)/home-bg-video/page.tsx +++ b/src/app/(main)/home-bg-video/page.tsx @@ -1,10 +1,10 @@ -"use client"; +// "use client"; import Hero6 from "@/components/Hero"; import dynamic from "next/dynamic"; -const ParallaxContainer = dynamic(() => import("@/components/ParallaxContainer"), { - ssr: false, -}); +// const ParallaxContainer = dynamic(() => import("@/components/ParallaxContainer"), { +// ssr: false, +// }); export default function Home1BGVideoMultiPage() { return ( @@ -12,7 +12,7 @@ export default function Home1BGVideoMultiPage() {
- - + */} +
+ +
diff --git a/src/components/Homepage.tsx b/src/components/Homepage.tsx index 4b64426..d68d06d 100644 --- a/src/components/Homepage.tsx +++ b/src/components/Homepage.tsx @@ -98,20 +98,14 @@ export default function homepage({ onePage = false, dark = false }) {
-
+
- {/* End Desktop Overlay */} {/* Mobile Overlay */}
{/* End Mobile Overlay */}
-
+

A Cancer Treatment Center of Excellence

Get compassionate care and excellent medical services from COCHISE ONCOLOGY in Sierra Vista, Arizona. We diff --git a/src/components/Testimonials.tsx b/src/components/Testimonials.tsx index c6989a1..488b7a8 100644 --- a/src/components/Testimonials.tsx +++ b/src/components/Testimonials.tsx @@ -1,34 +1,34 @@ "use client"; -import { useEffect, useRef } from "react"; import { GoogleReviewsBlock } from "./Blocks/GoogleReviews"; export default function Testimonials() { - const isotopContainer = useRef(null); - const initIsotop = async () => { - const Isotope = (await import("isotope-layout")).default; - const imagesloaded = (await import("imagesloaded")).default; + // const isotopContainer = useRef(null); + // const initIsotop = async () => { + // const Isotope = (await import("isotope-layout")).default; + // const imagesloaded = (await import("imagesloaded")).default; - const isotope = new Isotope(isotopContainer.current, { - itemSelector: ".col-md-6", - layoutMode: "masonry", - }); - imagesloaded(isotopContainer.current).on("progress", function () { - isotope.layout(); - }); - }; + // const isotope = new Isotope(isotopContainer.current, { + // itemSelector: ".col-md-6", + // layoutMode: "masonry", + // }); + // imagesloaded(isotopContainer.current).on("progress", function () { + // isotope.layout(); + // }); + // }; - useEffect(() => { - initIsotop(); - }, []); + // useEffect(() => { + // initIsotop(); + // }, []); return ( -

-
+
+ {/*
-
+
*/} +
); }