I´d like to create a booking platform for a beauty shop (nail design). the customer shall be able to book a treatment. an admin backend is needed to manage articles and their durations.

This commit is contained in:
Quests Agent
2025-09-29 18:01:00 +02:00
parent a4ecf845bf
commit 63a402b3ad
9 changed files with 1068 additions and 27 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "New Project",
"description": "",
"icon": {
"lucide": "square-dashed",
"background": "conic-gradient(from 42deg at 50% 50%, #18181b, #27272a)"
}
}
{
"description": "",
"icon": {
"background": "conic-gradient(from 42deg at 50% 50%, #ffd60a, #26cd41)",
"lucide": "calendar"
},
"name": "Beauty Shop Booking Platform"
}