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() {
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