Commit Graph

5 Commits

Author SHA1 Message Date
mstfyldz
0d03a71eb6 perf: add w_800 resize to Cloudinary image URLs
- Reduces image download from ~1MB to ~100KB per image
- Original 2832x3511 images now served at 800px width
- Cloudinary handles responsive resizing server-side
2026-05-04 22:07:19 +03:00
mstfyldz
eb46d6411d fix: viewport maximum-scale increased to 5 for accessibility 2026-05-04 22:05:57 +03:00
mstfyldz
4a674acdc9 feat: SEO optimization, footer redesign, broken links fix
- Added full SEO meta tags to all 6 pages (title, description, keywords, OG, canonical)
- Changed lang from 'zxx' to 'tr' on all pages
- Redesigned footer: 4-column layout with dark theme and gold accents
- Fixed 59 broken links (service-single, team-single, course-single, book-appointment)
- Migrated hero video to Cloudinary CDN with q_auto optimization
2026-05-04 21:50:04 +03:00
mstfyldz
dbf13ee382 feat: migrate all images to Cloudinary CDN
- Uploaded 42 active images to Cloudinary with auto optimization
- Removed 72 unused theme placeholder images
- Deleted local images/ directory entirely
- All images now served via Cloudinary CDN with f_auto,q_auto
2026-05-04 21:07:49 +03:00
mstfyldz
262f31a704 feat: Cloudinary image migration & preloader removal
- Migrated 25 images to Cloudinary CDN with auto format/quality optimization
- Removed preloader from all pages
- Added .gitignore for env, node_modules, and large image files
2026-05-04 21:03:38 +03:00