First commit. claude tried
This commit is contained in:
22
src/data/gifts.json
Normal file
22
src/data/gifts.json
Normal 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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user