second commit
This commit is contained in:
@@ -23,8 +23,6 @@ export default function InsurancesSlider() {
|
||||
centerInsufficientSlides={true}
|
||||
spaceBetween={40}
|
||||
modules={[Navigation, Autoplay]}
|
||||
onSlideChange={() => console.log("slide change")}
|
||||
onSwiper={(swiper) => console.log(swiper)}
|
||||
className="h-[120px]"
|
||||
>
|
||||
<SwiperSlide className="h-full !w-[120px] rounded-xl overflow-hidden ">
|
||||
|
||||
@@ -10,7 +10,7 @@ interface AccordionProps {
|
||||
description: string;
|
||||
thumbnail: string;
|
||||
services: string;
|
||||
notes?: string;
|
||||
notes?: string | undefined;
|
||||
price: string;
|
||||
defaultOpen?: number;
|
||||
index: number;
|
||||
|
||||
@@ -3,7 +3,6 @@ import React, {useState} from "react";
|
||||
|
||||
export default function MobileMenu() {
|
||||
const [open, setOpen] = useState(false);
|
||||
console.log(open);
|
||||
return (
|
||||
<>
|
||||
<button
|
||||
|
||||
Reference in New Issue
Block a user