
Gift cards
Give the gift of Hotel Fratelli to someone you care about! A gift card from Hotel Fratelli is the perfect present — whether it’s for a relaxing overnight stay, a lovely dinner in the restaurant, or a drink at the bar. With us, everything is about the feeling — the delicious food, the warm atmosphere, and the small details that make every visit memorable. With a gift card, the recipient can choose their own experience.
Digital gift cards can be purchased on this page. If you prefer to give a physical gift card in
an envelope, you can buy one at the reception at Hotel Fratelli.
The gift card is valid throughout the entire house and can be used for accommodation, food, drinks, and experiences.
// Track conversions:
giftup(“conversion”, function(payload) {
var event = {};
// Specify your Google Tag Manager custom event name here:
event.event = ‘GiftUpConversion’;
// Add any properties that you want from the Gift Up conversion payload:
event.GiftUpRevenue = payload.revenue;
event.GiftUpItems = payload.giftCards;
// Fire the Google Tag Manager custom event:
dataLayer.push(event);
});
