First commit. claude tried

This commit is contained in:
2026-04-10 10:44:49 +03:00
parent e8338576d7
commit 7931ddb528
13 changed files with 654 additions and 16 deletions

22
src/data/gifts.json Normal file
View File

@@ -0,0 +1,22 @@
{
"couple": {
"names": "Anna & Tomas",
"date": "July 19, 2025",
"from": "Marta"
},
"store": {
"name": "ZARA Home",
"url": "https://www.zarahome.com",
"codes": [
{ "id": 1, "code": "GIFT-A1B2-C3D4" },
{ "id": 2, "code": "GIFT-E5F6-G7H8" },
{ "id": 3, "code": "GIFT-I9J0-K1L2" }
]
},
"payment": {
"label": "A little extra, with love",
"description": "If you'd prefer something personal, here's a direct contribution.",
"url": "https://revolut.me/example",
"buttonText": "Send via Revolut"
}
}