fix: hero slider unused var
This commit is contained in:
parent
06057b51db
commit
1c30894cc7
@ -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<HeroSlideItem[]>([
|
||||
{
|
||||
title: "Full-Service Veteran-Owned Real Estate Company",
|
||||
|
Loading…
x
Reference in New Issue
Block a user