Hopefully final

This commit is contained in:
2026-05-21 20:59:04 +03:00
parent 901b5a7b04
commit ae85143efc
9 changed files with 475 additions and 536 deletions

39
src/data/gift.json Normal file
View File

@@ -0,0 +1,39 @@
{
"couple": {
"name1": "Elza",
"name2": "Ainārs",
"weddingDate": "2026.05.25"
},
"heading": "With love, on your special day",
"message": "Wishing you a lifetime of joy, laughter, and adventure together. May your home be filled with warmth and your hearts with happiness. This small gift comes with all our love.",
"signature": "With love, from us",
"giftCards": [
{
"id": 1,
"name": "IKEA Gift Card",
"description": "For your new home together",
"emoji": "🏡",
"url": "https://example.com/ikea-gift"
},
{
"id": 2,
"name": "Booking.com",
"description": "Your first trip as a married couple",
"emoji": "✈️",
"url": "https://example.com/booking-gift"
},
{
"id": 3,
"name": "Amazon Gift Card",
"description": "Whatever your hearts desire",
"emoji": "🎁",
"url": "https://example.com/amazon-gift"
}
],
"payment": {
"label": "Or a little something extra",
"description": "Straight to you, with love",
"emoji": "💸",
"url": "https://revolut.me/example"
}
}

View File

@@ -1,22 +0,0 @@
{
"couple": {
"names": "Anna & Tomas",
"date": "July 19, 2025",
"from": "Armands"
},
"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"
}
}