Carousel Test

Testing the fixed ImageCarouselLightbox component with proper TypeScript types

Test Details:

  • ✅ Fixed Image Type Issue: Using ImageProps from ~/utils/images-optimization
  • ✅ Fixed Svelte Slot Error: Removed dynamic slot names, using direct rendering
  • ✅ Fixed Interface Compatibility: ImageItem extends ImageProps correctly
  • ✅ Self-contained Svelte component: No external snippets required