diff --git a/attached_assets/image_1772303816735.png b/attached_assets/image_1772303816735.png new file mode 100644 index 0000000..9248460 Binary files /dev/null and b/attached_assets/image_1772303816735.png differ diff --git a/client/src/components/photo-gallery.tsx b/client/src/components/photo-gallery.tsx index d544b00..44de15c 100644 --- a/client/src/components/photo-gallery.tsx +++ b/client/src/components/photo-gallery.tsx @@ -114,7 +114,7 @@ function SingleImageCarousel({ {images[index].fileName} @@ -196,7 +196,7 @@ export function PhotoGalleryWidget() { setLightboxIndex(i)} /> diff --git a/client/src/pages/home.tsx b/client/src/pages/home.tsx index 6567ba0..921c91a 100644 --- a/client/src/pages/home.tsx +++ b/client/src/pages/home.tsx @@ -71,7 +71,7 @@ function GalleryHeroCard({ images }: { images: GalleryImage[] }) { const [idx, setIdx] = useState(0); useEffect(() => { - const timer = setInterval(() => setIdx((i) => (i + 1) % images.length), 4000); + const timer = setInterval(() => setIdx((i) => (i + 1) % images.length), 10000); return () => clearInterval(timer); }, [images.length]); @@ -79,7 +79,7 @@ function GalleryHeroCard({ images }: { images: GalleryImage[] }) {
- {images[idx].fileName} + {images[idx].fileName}