123456789101112131415 |
- const tileData = [{
- img: '/images/Q1_PHYS.jpeg',
- title: 'Tasty burger',
- author: 'director90',
- }, {
- img: '/images/Q12.jpeg',
- title: 'Tasty burger',
- author: 'director90',
- }, {
- img: '/images/Q1234.jpeg',
- title: 'Tasty burger',
- author: 'director90',
- }, ];
- export default tileData;
|