cb9c7c8970
- Replace hardcoded centerFrames array with CMS data from features.cards - Update hero section to use CMS data for title, description, button text and link - Migrate features section title and description from hardcoded text to CMS - Replace hardcoded challenges section with dynamic CMS data for title, description and cards - Update advantages section to use CMS data for title and cards - Normalize CMS field names from PascalCase to snake_case (Title → title, ButtonLink → button_link, etc.) - Replace Image component with ImageWithFallback for better error handling on dynamic images - Add unoptimized prop to images to support dynamic CMS image URLs - Remove 29 lines of hardcoded content, making the page fully data-driven from CMS