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"
}
}