diff --git a/components/homes/home-15/Hero15/UI.jsx b/components/homes/home-15/Hero15/UI.jsx index e4e527e..d2efa97 100644 --- a/components/homes/home-15/Hero15/UI.jsx +++ b/components/homes/home-15/Hero15/UI.jsx @@ -5,7 +5,7 @@ import Link from "next/link"; import { Autoplay, Navigation, Pagination } from "swiper/modules"; import { Swiper, SwiperSlide } from "swiper/react"; -export default function HeroUI({ data, showNavButtons = false }) { +export default function UI({ data, showNavButtons = false }) { const [isOpen, setIsOpen] = useState(""); if (!data) return null;