[{
        "id": 1,
        "courseNumber": 1001,
        "title": "Introduction to Design",
        "description": "En beskrivning kommer att komma här",
        "length": 40,
        "imageName": "course1",
        "category": "Art & Design"
    },
    {
        "id": 2,
        "courseNumber": 1002,
        "title": "Introduction to Marketing",
        "description": "En beskrivning kommer att komma här",
        "length": 40,
        "imageName": "course2",
        "category": "Marketing"
    },
    {
        "id": 3,
        "courseNumber": 1003,
        "title": "Introduction to Development",
        "description": "En beskrivning kommer att komma här",
        "length": 40,
        "imageName": "course3",
        "category": "Programming"
    },
    {
        "id": 4,
        "courseNumber": 1004,
        "title": "Introduction to  IT & Software",
        "description": "En beskrivning kommer att komma här",
        "length": 40,
        "imageName": "course4",
        "category": "Programming"
    },
    {
        "id": 5,
        "courseNumber": 1005,
        "title": "Introduction to Personal Development",
        "description": "En beskrivning kommer att komma här",
        "length": 40,
        "imageName": "course5",
        "category": "Personal Development"
    },
    {
        "id": 6,
        "courseNumber": 1006,
        "title": "Introduction to Business",
        "description": "En beskrivning kommer att komma här",
        "length": 40,
        "imageName": "course6",
        "category": "Business"
    },
    {
        "id": 7,
        "courseNumber": 1007,
        "title": "Introduction to Music",
        "description": "En beskrivning kommer att komma här",
        "length": 40,
        "imageName": "course7",
        "category": "Music"
    },
    {
        "id": 8,
        "courseNumber": 1008,
        "title": "Introduction to Photography",
        "description": "En beskrivning kommer att komma här",
        "length": 40,
        "imageName": "course8",
        "category": "Photography"
    }
]