diff --git a/src/components/homes/HomeTopSection.tsx b/src/components/homes/HomeTopSection.tsx index 9f0bdaa..0a20662 100644 --- a/src/components/homes/HomeTopSection.tsx +++ b/src/components/homes/HomeTopSection.tsx @@ -1,18 +1,17 @@ "use client"; import HeroSlider from "@/components/HeroSlider"; -import { useRef } from "react"; export default function HomeTopSection() { - const formRef = useRef(null); + // const formRef = useRef(null); - function scrollToForm() { - formRef.current?.scrollIntoView?.({ behavior: "smooth" }); - } + // function scrollToForm() { + // formRef.current?.scrollIntoView?.({ behavior: "smooth" }); + // } return ( <> - + {/*