|
@@ -3,19 +3,19 @@ import IndicatorDots from "@/components/common/IndicatorDots";
|
|
|
import { useScrollAnimation } from "@/hooks/useScrollAnimation";
|
|
import { useScrollAnimation } from "@/hooks/useScrollAnimation";
|
|
|
|
|
|
|
|
const Gallery: React.FC = () => {
|
|
const Gallery: React.FC = () => {
|
|
|
-
|
|
|
|
|
|
|
+
|
|
|
const images: string[] = [
|
|
const images: string[] = [
|
|
|
- "/image/gallery/1.jpg",
|
|
|
|
|
- "/image/gallery/2.jpg",
|
|
|
|
|
- "/image/gallery/3.jpg",
|
|
|
|
|
- "/image/gallery/4.jpg",
|
|
|
|
|
- "/image/gallery/5.jpg",
|
|
|
|
|
- "/image/gallery/6.jpg",
|
|
|
|
|
- "/image/gallery/7.jpg",
|
|
|
|
|
- "/image/gallery/8.jpg",
|
|
|
|
|
- "/image/gallery/9.jpg",
|
|
|
|
|
- "/image/gallery/10.jpg",
|
|
|
|
|
- "/image/gallery/11.jpg",
|
|
|
|
|
|
|
+ "/image/gallery/1.webp",
|
|
|
|
|
+ "/image/gallery/2.webp",
|
|
|
|
|
+ "/image/gallery/3.webp",
|
|
|
|
|
+ "/image/gallery/4.webp",
|
|
|
|
|
+ "/image/gallery/5.webp",
|
|
|
|
|
+ "/image/gallery/6.webp",
|
|
|
|
|
+ "/image/gallery/7.webp",
|
|
|
|
|
+ "/image/gallery/8.webp",
|
|
|
|
|
+ "/image/gallery/9.webp",
|
|
|
|
|
+ "/image/gallery/10.webp",
|
|
|
|
|
+ "/image/gallery/11.webp",
|
|
|
];
|
|
];
|
|
|
|
|
|
|
|
const [currentIndex, setCurrentIndex] = useState(0);
|
|
const [currentIndex, setCurrentIndex] = useState(0);
|