import re # Read the original file with open('app/services/repairs/page.tsx', 'r') as f: content = f.read() # Add ArrowRight import if missing if 'ArrowRight' not in content: content = content.replace('import Link from \'next/link\';', 'import Link from \'next/link\';\nimport { ArrowRight } from \'lucide-react\';') # Modify Hero section hero_pattern = r'
' hero_replacement = '''
Rocky Mountain Vending delivers expert vending machine repair and maintenance services to keep your business thriving. From resolving jammed coin slots and refrigeration issues to fixing non-dispensing machines, our skilled technicians ensure reliable performance. For all your vending machine parts needs and professional vending machine moving services, contact us today for fast, professional solutions!
''' content = re.sub(hero_pattern, hero_replacement, content, flags=re.MULTILINE | re.DOTALL) # Add Related Services section after Why Choose Section related_services = ''' {/* Related Services Section */}Rocky Mountain Vending provides comprehensive vending solutions across Utah
Quality replacement parts and components for all major vending machine brands
View Parts ServicesServing 20+ cities across Utah with free delivery and installation
View Service AreasProfessional vending machine relocation and installation services
View Moving Services