Premium fried chicken, crafted sauces & good vibes.
Order Now
Book a Table
Choose your location
Horsham
7 Piries Place
Brighton
3-4 East Street
{ const res = await fetch('https://thebokshop.codedvisiondesign.co.uk/api/nearest-store?lat=' + pos.coords.latitude + '&lng=' + pos.coords.longitude); const data = await res.json(); if (data.nearest) { window.location.href = 'https://thebokshop.codedvisiondesign.co.uk/store/' + data.nearest.slug; } else { detecting = false; detected = 'Could not determine nearest store'; } }, async () => { const res = await fetch('https://thebokshop.codedvisiondesign.co.uk/api/nearest-store'); const data = await res.json(); if (data.nearest) { window.location.href = 'https://thebokshop.codedvisiondesign.co.uk/store/' + data.nearest.slug; } else { detecting = false; } } ); } else { fetch('https://thebokshop.codedvisiondesign.co.uk/api/nearest-store').then(r => r.json()).then(data => { if (data.nearest) window.location.href = 'https://thebokshop.codedvisiondesign.co.uk/store/' + data.nearest.slug; else detecting = false; }); } " class="w-full mt-3 flex items-center justify-center gap-2 text-sm font-medium py-2.5 rounded-xl border border-white/10 hover:border-bok-olive/30 transition-all" style="color:#98A974" :disabled="detecting">
Find My Nearest Store
Detecting...
Home
Order
Book
Cart
Sign In