200" x-data="{ mobileOpen: false, productsOpen: false, discoverOpen: false, activeLink: 'discover', scrolled: false, showSticky: false, activeImg: 0, images: (document.getElementById('exploration-images') ? JSON.parse(document.getElementById('exploration-images').textContent || '[]') : []), hasVideo: false, touchStartX: 0, touchEndX: 0, get total() { return this.images.length + (this.hasVideo ? 1 : 0) }, next() { this.activeImg = (this.activeImg + 1) % this.total }, prev() { this.activeImg = (this.activeImg - 1 + this.total) % this.total }, handleSwipe() { const diff = this.touchStartX - this.touchEndX; if (Math.abs(diff) > 50) { if (diff > 0) { this.next(); } else { this.prev(); } } }, galleryOpen: false, galleryIndex: 0, mediaFiles: [], metaEventId: "view_exp_fa548dca-9cde-4a34-adbe-7d2f4a38eeb8_1784439506318855768", init() { // Init hero images logic if any // Init memories media const mediaScript = document.getElementById('memories-media-files'); if (mediaScript) { const parsed = JSON.parse(mediaScript.textContent || '[]'); this.mediaFiles = Array.isArray(parsed) ? parsed.slice(0, 30) : []; } const explorationId = "fa548dca-9cde-4a34-adbe-7d2f4a38eeb8"; const explorationTitle = document.title.split('|')[0].trim(); if (window.ttq) { ttq.track('ViewContent', { content_id: explorationId, content_type: 'product', content_name: explorationTitle }, { event_id: this.metaEventId }); } if (window.fbq) { const metaPixelID = document.querySelector('meta[name="meta-pixel-id"]')?.content; const userScript = document.getElementById('view-content-user'); if (metaPixelID && userScript) { const rawUser = JSON.parse(userScript.textContent || '{}'); const initData = {}; if (rawUser.em) initData.em = rawUser.em.trim().toLowerCase(); if (rawUser.ph) initData.ph = rawUser.ph.replace(/\D/g, ''); if (rawUser.external_id) initData.external_id = rawUser.external_id; if (Object.keys(initData).length > 0) fbq('init', metaPixelID, initData); } fbq('track', 'ViewContent', { content_ids: [explorationId], content_type: 'product', content_name: explorationTitle }, { eventID: this.metaEventId }); } if (window.snaptr) { snaptr('track', 'VIEW_CONTENT', { item_ids: [explorationId], item_category: 'exploration', content_name: explorationTitle }, { client_dedup_id: this.metaEventId }); } // Sticky CTA: show after a small scroll, hide once the static booking form CTA is visible. let sidebarInView = false; let scrolledEnough = false; const updateSticky = () => { this.showSticky = scrolledEnough && !sidebarInView; }; // Show after scrolling past 100px (hero is instantly scrolled past) const onScroll = () => { scrolledEnough = window.scrollY > 100; updateSticky(); }; window.addEventListener('scroll', onScroll, { passive: true }); onScroll(); // run once on load in case already scrolled // Hide when the static sidebar/booking form CTA is clearly in view const bookingForm = document.getElementById('booking-form'); if (bookingForm) { const isMobile = window.innerWidth < 1024; const sidebarObserver = new IntersectionObserver((entries) => { entries.forEach(entry => { sidebarInView = entry.isIntersecting; updateSticky(); }); }, { threshold: 0.5, rootMargin: isMobile ? '0px 0px -15% 0px' : '0px' }); sidebarObserver.observe(bookingForm); } }, openGallery(index) { this.galleryIndex = index; this.galleryOpen = true; document.body.style.overflow = 'hidden'; }, closeGallery() { this.galleryOpen = false; document.body.style.overflow = ''; }, nextGallery() { if (!this.mediaFiles.length) return; this.galleryIndex = (this.galleryIndex + 1) % this.mediaFiles.length; }, prevGallery() { if (!this.mediaFiles.length) return; this.galleryIndex = (this.galleryIndex - 1 + this.mediaFiles.length) % this.mediaFiles.length; } }">
House
Of
Explorers
Discover
Pricing
Blog
About Us
Leaderboard
Login
Create event
House
Of
Explorers
Discover Events
Pricing
About
Blog
Leaderboard
Login
Sign Up
Host an event
party
Ikogosi Warm Spring
Nigeria
Aug 21, 2026
Secure Spot
Curated by
WakaTravel
Past Experience
The Energy & Vibe
The Vision
Secure Spot
Sad to see you go
Why aren't you purchasing a ticket?
A
I have already bought
B
I can't afford it
C
Not interested
D
I will buy later
E
Other
Submit
Submitting...