"""Small editorial bike directory. Source links checked on 2026-09-25.

Pricing stays on the source pages so this directory does not imply live prices.
This is independent of the existing car-only scraper and database.
"""

BIKES = [
    dict(name='Classic 350', brand='Royal Enfield', category='Cruiser',
         description='A classic silhouette for a slower kind of weekend.',
         image='https://imgd.aeplcdn.com/310x174/n/cw/ec/101487/classic-350-right-side-view-20.png?isig=0&q=80',
         source='https://www.bikewale.com/royalenfield-bikes/classic-350/'),
    dict(name='Raider 125', brand='TVS', category='Commuter',
         description='Put a little more personality into the everyday ride.',
         image='https://imgd.aeplcdn.com/310x174/n/cw/ec/103183/raider-125-right-side-view-12.png?isig=0&q=80',
         source='https://www.bikewale.com/tvs-bikes/raider-125/'),
    dict(name='MT 15 V2', brand='Yamaha', category='Street',
         description='Sharp styling with a distinctly street-focused attitude.',
         image='https://imgd.aeplcdn.com/310x174/n/cw/ec/115871/mt-15-right-side-view-4.png?isig=0&q=80',
         source='https://www.bikewale.com/yamaha-bikes/mt-15/'),
    dict(name='iQube', brand='TVS', category='Electric scooter',
         description='Explore an electric alternative for your daily city trips.',
         image='https://imgd.aeplcdn.com/310x174/n/cw/ec/202879/iqube-right-side-view-55.jpeg?isig=0&q=80',
         source='https://www.bikewale.com/tvs-bikes/iqube/'),
]
