second commit

This commit is contained in:
romiz5269
2025-11-18 23:11:35 +03:30
parent acfea140a3
commit 4aa26ed219
17 changed files with 4863 additions and 3568 deletions

View File

@@ -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 ">

View File

@@ -10,7 +10,7 @@ interface AccordionProps {
description: string;
thumbnail: string;
services: string;
notes?: string;
notes?: string | undefined;
price: string;
defaultOpen?: number;
index: number;

View File

@@ -3,7 +3,6 @@ import React, {useState} from "react";
export default function MobileMenu() {
const [open, setOpen] = useState(false);
console.log(open);
return (
<>
<button