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'

\s*{page.title \| \'Vending Machine Repairs and Service\'}\s*

\s*

' hero_replacement = '''

{page.title || 'Vending Machine Repairs and Service'}

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 */}

Our Complete Service Network

Rocky Mountain Vending provides comprehensive vending solutions across Utah

Vending Machine Parts

Quality replacement parts and components for all major vending machine brands

View Parts Services

Service Areas

Serving 20+ cities across Utah with free delivery and installation

View Service Areas

Moving Services

Professional vending machine relocation and installation services

View Moving Services
''' # Insert before How It Works section how_it_works_pattern = r'