From 17cd03d9a2cea8084ab034e14eb0b103969b56ed Mon Sep 17 00:00:00 2001 From: jingrow Date: Fri, 22 Aug 2025 22:43:09 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0Hero15=E7=9A=84UI?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/homes/home-15/Hero15/UI.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;