diff --git a/src/components/HeroSlider.tsx b/src/components/HeroSlider.tsx index b9f3601..cc6ae42 100644 --- a/src/components/HeroSlider.tsx +++ b/src/components/HeroSlider.tsx @@ -5,17 +5,13 @@ import { useState } from "react"; import { Autoplay } from "swiper/modules"; import { Swiper, SwiperSlide } from "swiper/react"; -type HeroSliderProps = { - onClickBook?: () => void; -}; - type HeroSlideItem = { title: string; description: string; img: string; }; -export default function HeroSlider({ onClickBook }: HeroSliderProps) { +export default function HeroSlider() { const [slideItems] = useState([ { title: "Full-Service Veteran-Owned Real Estate Company",