Files
ElzaUnAinarsGift/src/data/gift.json
2026-05-21 20:59:04 +03:00

40 lines
1.1 KiB
JSON

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