- Shipped
- December 14, 2025 at 1:10 AM UTC
- Author
- snadjafinia
- Commit
- 91dba9c
- Lazy load Swiper background carousel to reduce initial bundle size - Memoize components (ThemeLogo, BrandIcon, LazySwiperBackground) to prevent unnecessary re-renders - Optimize animations with GPU acceleration and reduced blur effects - Add font-display swap for faster initial render - Enable Next.js performance optimizations (compression, image formats, package optimization) - Remove duplicate framer-motion dependency (using motion/react) - Remove console.log statements for production performance - Optimize CSS animations with will-change and containment hints - Improve image loading strategy with proper priority and lazy loading