This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| The LR01 uses the same design as the most iconic | |
| bikes from PEUGEOT Cycles' 130-year history and | |
| combines it with agile, dynamic performance | |
| that's perfectly suited to navigating today's | |
| cities. As well as a lugged steel frame and | |
| iconic PEUGEOT black-and-white chequer design, | |
| this city bike also features a 16-speed Shimano | |
| Claris drivetrain. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "equipments": [ | |
| { | |
| "id": "1", | |
| "image": "https://i.imgur.com/zjgFbOM.png", | |
| "model": "PEUGEOT", | |
| "title": "Road Bike", | |
| "price": 29439 | |
| }, | |
| { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| import { extendTheme } from "native-base"; | |
| export const theme = extendTheme({ | |
| colors: { | |
| primary: { | |
| 10: '#28303F', | |
| 50: '#353F54', | |
| 100: '#242C3B', | |
| 200: '#222834', |