Where Elevated Dining
Meets Family Adventure

Discover family-friendly dining, thrilling play zones, a rooftop lounge, and unforgettable birthday & party experiences all under one roof. Reservations and event bookings available now.

Secure your spot today

And benefit from our Early Bird Offers before they end.

Adventure Awaits

Discover all the amazing experiences waiting for you and your family at Peaksy

Peaksy Gourmet
Elevated Dining For The Whole Family.
Adventure Park
Fun Adventures For Every Age.
Soft Play and Cafe
Where Parents Unwind While The Kids Play.
Events and Celebrations
Customizable Space For All Your Special Memories.
Rooftop Lounge
Good Vibes, Great Views

We’re Just One Message Away!

We’d love to hear from you! Whether you’re booking a table, planning an event, or just saying hi — our team is here to help.

Gourmet Dining

Chef-crafted menu for families and special occasions.

Soft Play & Café

A cozy space for parents while kids play safely.

Events & Celebrations

Customizable Space For All Your Special Memories.

Adventure Park

Rope park, climbing wall and activities for all ages.

Let’s Connect!

Have a question, booking, or idea? We’re just a message away.

jQuery(function ($) { function callWaiver(phone, $box) { $box.text("Checking waiver..."); var fd = new FormData(); fd.append("mobile", phone); fetch("/wp-admin/admin-ajax.php?action=peaksy_validate_waiver", { method: "POST", body: fd }) .then(function (r) { return r.json(); }) .then(function (json) { if (!json || !json.success) { $box.text((json && json.message) ? json.message : "Error"); return; } var data = json.data || {}; var html = ""; if (data.Message) html += "
" + data.Message + "
"; if (Array.isArray(data.Participants) && data.Participants.length) { html += "
Participants:
"; } $box.html(html || "No response."); }) .catch(function (err) { $box.text(err && err.message ? err.message : "Request failed"); }); } // Elementor form submit success event document.addEventListener("submit_success", function (event) { var form = event.target; // Only Popup 527 var popup = form.closest("#elementor-popup-modal-527"); if (!popup) return; var $box = $(popup).find("#waiver-result"); if (!$box.length) return; var $phoneInput = $(form).find('input[name^="form_fields["], input[type="tel"], input[type="text"]').first(); var phone = ($phoneInput.val() || "").trim(); if (!phone) { $box.text("Please enter mobile number."); return; } callWaiver(phone, $box); }); });