This commit is contained in:
2025-01-05 17:52:41 +01:00
parent ceb64d5251
commit 143bd821e5
14 changed files with 404 additions and 130 deletions

26
public/data/projects.json Normal file
View File

@@ -0,0 +1,26 @@
[
{
"id": "1",
"title": "Project One",
"description": "A brief description of Project One.",
"link": "/Projects/1"
},
{
"id": "2",
"title": "Project Two",
"description": "A brief description of Project Two.",
"link": "/Projects/2"
},
{
"id": "3",
"title": "Project Three",
"description": "A brief description of Project Three.",
"link": "/Projects/3"
},
{
"id": "4",
"title": "Project Marie/Dennis",
"description": "Ich liebe Marie",
"link": "/Projects/4"
}
]