AN EXCELLENCEOF APULIAN ENOLOGY

Inherited over three generations from Grandfather Francesco and Dad Angel, our vineyards in Salento's heart produce prized grapes in Torricella, Taranto. These fertile lands, just 3 km from the Ionian Sea, nurture our exclusive Primitivo di Manduria. Managed by me and my brothers Francesco and Valentino, our 20-hectare expanse benefits from modern, ecologically balanced techniques, resulting in a meticulous yield of 50-60 quintals per hectare, emphasizing quality over quantity.

Filters
$('.wish-list').click(function () { var product_id = $(this).data('product-id'); $.ajax({ url: "https://m.centaurusint.net/wishlist", type: "POST", data: {'products_id': product_id, '_token': "ZkcDVChkmDWGsai1XZXdYSTKDOTzpxKbvfNZZYYe"}, success: function (response) { console.log(response); toastr.options = { "closeButton": true, "progressBar": true } if (response.error) { toastr.error(response.error); } if (response.success) { toastr.success(response.success); } }, }); });