Home
Features
About
Pricing
Articles
Contact
Contact
Home
Feature
About Us
Pricing
Articles
Contact
Get App
V.1
Initial Webflow Template Release
Terms & Conditions
Privacy Policy
Copyright @Brokket Technologies Pvt.Ltd. All Rights Reserved
Powered by
Webflow
(function () { "use strict"; var APP_STORE_URLS = { android: "https://play.google.com/store/apps/details?id=com.brokket.brokket", ios: "https://apps.apple.com/in/app/brokket/id6767840187", }; function detectPlatform() { var ua = (window.navigator && window.navigator.userAgent) || ""; if (/android/i.test(ua)) { return "android"; } var isIOS = /iphone|ipad|ipod/i.test(ua) || (ua.indexOf("Macintosh") !== -1 && window.navigator.maxTouchPoints && window.navigator.maxTouchPoints > 1); if (isIOS) { return "ios"; } return "other"; } function getAppStoreUrl(platform) { if (platform === "android") return APP_STORE_URLS.android; return APP_STORE_URLS.ios; } var url = getAppStoreUrl(detectPlatform()); window.location.replace(url); })();