diff --git a/components/sections/CloudRevealSection.tsx b/components/sections/CloudRevealSection.tsx index 17f0ef5..f3cbb75 100644 --- a/components/sections/CloudRevealSection.tsx +++ b/components/sections/CloudRevealSection.tsx @@ -14,7 +14,7 @@ import UnitRevealOverlay from './UnitRevealOverlay' const TOTAL_FRAMES = 299 const CDN = 'https://media.ayris.tech/t' const FRAME_PATH = (n: number) => - `${CDN}/vesta/frames/ezgif-frame-${String(n).padStart(3, '0')}.jpg` + `${CDN}/w_1920,f_webp,q_55/vesta/frames/ezgif-frame-${String(n).padStart(3, '0')}.jpg` // Scroll aralığına göre opacity döndüren helper function usePhaseOpacity(