a||125d?(a.sortIndex=c,f(t,a),null===h(r)&&a===h(t)&&(B?(E(L),L=-1):B=!0,K(H,c-d))):(a.sortIndex=e,f(r,a),A||z||(A=!0,I(J)));return a};\nexports.unstable_shouldYield=M;exports.unstable_wrapCallback=function(a){var b=y;return function(){var c=y;y=b;try{return a.apply(this,arguments)}finally{y=c}}};\n","'use strict';\n\nif (process.env.NODE_ENV === 'production') {\n module.exports = require('./cjs/scheduler.production.min.js');\n} else {\n module.exports = require('./cjs/scheduler.development.js');\n}\n","function _interopRequireDefault(obj) {\n return obj && obj.__esModule ? obj : {\n \"default\": obj\n };\n}\nmodule.exports = _interopRequireDefault, module.exports.__esModule = true, module.exports[\"default\"] = module.exports;","export default function _arrayLikeToArray(arr, len) {\n if (len == null || len > arr.length) len = arr.length;\n for (var i = 0, arr2 = new Array(len); i < len; i++) arr2[i] = arr[i];\n return arr2;\n}","export default function _arrayWithHoles(arr) {\n if (Array.isArray(arr)) return arr;\n}","import toPropertyKey from \"./toPropertyKey.js\";\nexport default function _defineProperty(obj, key, value) {\n key = toPropertyKey(key);\n if (key in obj) {\n Object.defineProperty(obj, key, {\n value: value,\n enumerable: true,\n configurable: true,\n writable: true\n });\n } else {\n obj[key] = value;\n }\n return obj;\n}","export default function _extends() {\n _extends = Object.assign ? Object.assign.bind() : function (target) {\n for (var i = 1; i < arguments.length; i++) {\n var source = arguments[i];\n for (var key in source) {\n if (Object.prototype.hasOwnProperty.call(source, key)) {\n target[key] = source[key];\n }\n }\n }\n return target;\n };\n return _extends.apply(this, arguments);\n}","export default function _iterableToArray(iter) {\n if (typeof Symbol !== \"undefined\" && iter[Symbol.iterator] != null || iter[\"@@iterator\"] != null) return Array.from(iter);\n}","export default function _nonIterableRest() {\n throw new TypeError(\"Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}","export default function _objectWithoutPropertiesLoose(source, excluded) {\n if (source == null) return {};\n var target = {};\n var sourceKeys = Object.keys(source);\n var key, i;\n for (i = 0; i < sourceKeys.length; i++) {\n key = sourceKeys[i];\n if (excluded.indexOf(key) >= 0) continue;\n target[key] = source[key];\n }\n return target;\n}","import arrayWithHoles from \"./arrayWithHoles.js\";\nimport iterableToArrayLimit from \"./iterableToArrayLimit.js\";\nimport unsupportedIterableToArray from \"./unsupportedIterableToArray.js\";\nimport nonIterableRest from \"./nonIterableRest.js\";\nexport default function _slicedToArray(arr, i) {\n return arrayWithHoles(arr) || iterableToArrayLimit(arr, i) || unsupportedIterableToArray(arr, i) || nonIterableRest();\n}","export default function _iterableToArrayLimit(r, l) {\n var t = null == r ? null : \"undefined\" != typeof Symbol && r[Symbol.iterator] || r[\"@@iterator\"];\n if (null != t) {\n var e,\n n,\n i,\n u,\n a = [],\n f = !0,\n o = !1;\n try {\n if (i = (t = t.call(r)).next, 0 === l) {\n if (Object(t) !== t) return;\n f = !1;\n } else for (; !(f = (e = i.call(t)).done) && (a.push(e.value), a.length !== l); f = !0);\n } catch (r) {\n o = !0, n = r;\n } finally {\n try {\n if (!f && null != t[\"return\"] && (u = t[\"return\"](), Object(u) !== u)) return;\n } finally {\n if (o) throw n;\n }\n }\n return a;\n }\n}","import arrayWithoutHoles from \"./arrayWithoutHoles.js\";\nimport iterableToArray from \"./iterableToArray.js\";\nimport unsupportedIterableToArray from \"./unsupportedIterableToArray.js\";\nimport nonIterableSpread from \"./nonIterableSpread.js\";\nexport default function _toConsumableArray(arr) {\n return arrayWithoutHoles(arr) || iterableToArray(arr) || unsupportedIterableToArray(arr) || nonIterableSpread();\n}","import arrayLikeToArray from \"./arrayLikeToArray.js\";\nexport default function _arrayWithoutHoles(arr) {\n if (Array.isArray(arr)) return arrayLikeToArray(arr);\n}","export default function _nonIterableSpread() {\n throw new TypeError(\"Invalid attempt to spread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.\");\n}","import _typeof from \"./typeof.js\";\nimport toPrimitive from \"./toPrimitive.js\";\nexport default function toPropertyKey(t) {\n var i = toPrimitive(t, \"string\");\n return \"symbol\" == _typeof(i) ? i : String(i);\n}","import _typeof from \"./typeof.js\";\nexport default function toPrimitive(t, r) {\n if (\"object\" != _typeof(t) || !t) return t;\n var e = t[Symbol.toPrimitive];\n if (void 0 !== e) {\n var i = e.call(t, r || \"default\");\n if (\"object\" != _typeof(i)) return i;\n throw new TypeError(\"@@toPrimitive must return a primitive value.\");\n }\n return (\"string\" === r ? String : Number)(t);\n}","export default function _typeof(o) {\n \"@babel/helpers - typeof\";\n\n return _typeof = \"function\" == typeof Symbol && \"symbol\" == typeof Symbol.iterator ? function (o) {\n return typeof o;\n } : function (o) {\n return o && \"function\" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? \"symbol\" : typeof o;\n }, _typeof(o);\n}","import arrayLikeToArray from \"./arrayLikeToArray.js\";\nexport default function _unsupportedIterableToArray(o, minLen) {\n if (!o) return;\n if (typeof o === \"string\") return arrayLikeToArray(o, minLen);\n var n = Object.prototype.toString.call(o).slice(8, -1);\n if (n === \"Object\" && o.constructor) n = o.constructor.name;\n if (n === \"Map\" || n === \"Set\") return Array.from(o);\n if (n === \"Arguments\" || /^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)) return arrayLikeToArray(o, minLen);\n}","function r(e){var t,f,n=\"\";if(\"string\"==typeof e||\"number\"==typeof e)n+=e;else if(\"object\"==typeof e)if(Array.isArray(e)){var o=e.length;for(t=0;t 💿 Hey developer 👋 \n You can provide a way better UX than this when your app throws errors by\n providing your own \n {error} \n {item.description}\n \n Delnie Cloud Admin is expertly designed to efficiently manage master\n data, providing centralized data management that enhances\n collaboration across all employees. With robust role-level\n restrictions, it ensures security and access control tailored to\n your organization's needs. The platform allows for seamless API\n creation, streamlining operations and integrating effortlessly with\n MongoDB Charts for real-time analytics and insightful\n visualizations. Experience the power of a fully customized admin\n panel, crafted to meet your unique business requirements, enabling\n easy analysis through intuitive Mongo charts and empowering your\n team with actionable insights.\n \n {tech.name}\n \n We leverage cutting-edge technologies to ensure your website\n performs optimally. Our robust tech stack guarantees\n lightning-fast speed, top-level security, seamless scalability,\n and an exceptional user experience on every device.\n \n Contact us for a free consultation, and we'll guide you through the\n best stack for your project.\n \n We utilize the latest technologies to ensure your website performs\n at its best. Our stack guarantees speed, security, scalability, and\n a fantastic user experience across all devices.\n \n Contact us for a free consultation, and we'll guide you through the\n best stack for your project.\n \n {feature.title}\n \n {feature.description}\n \n {plan.price}\n \n Our Pricing Plans\n \n Choose the best plan that suits your business needs\n \n Contact us for a free consultation and we’ll guide you to the\n perfect plan for your business.\n \n {testimonial.sub_title}\n \n {testimonial.sub_title}\n \n Tailored Solutions to Reflect Your Unique Brand.\n \n Years\n {props.error}Unhandled Thrown Error!
\n {message}
\n {stack ? {stack}
: null}\n errorElement
props on \n <Route>
\n \n
Enquire Now
\n \n \n Recent Works\n
\n \n
\n {item.title}\n
\n \n Delnie Cloud Admin\n
\n \n Get Delnie Cloud Admin free for 1 year.\n
\n \n \n
\n
\n for Your Website\n \n FRONTEND
\n {renderTechStack(technologies.frontend)}\n BACKEND
\n {renderTechStack(technologies.backend)}\n DEV-OPS & HOSTING
\n {renderTechStack(technologies.devOps)}\n \n Not sure which stack to choose?\n
\n
\n for Your Website\n \n FRONTEND
\n {renderTechStack(technologies.frontend)}\n BACKEND
\n {renderTechStack(technologies.backend)}\n \n DEV-OPS & HOSTING\n
\n {renderTechStack(technologies.devOps)}\n \n Not sure which stack to choose?\n
\n \n {plan.title}\n
\n \n {plan.features.map((feature, index) => (\n
\n \n Still Unsure Which Plan to Choose?\n
\n \n
\n
\n {testimonial.author}\n
\n \n
\n {testimonial.author}\n
\n
The website design is professional, easy to navigate, and perfectly tailored to showcase our industrial products and services. Their team was quick to implement changes and provided consistent support throughout the project. Delnie truly understands how to help businesses grow and scale online.\",\n author: \"GATE\",\n sub_title: \"Industrial Product Supplier\",\n logo: gate_logo,\n },\n {\n content:\n \"Working with Delnie on our web app for Acceron Industries has been an exceptional experience. The team is passionate about constantly upgrading the UI, offering creative suggestions that have enhanced the user experience. Their innovative approach and attention to detail are truly impressive.
Additionally, Delnie Cloud Admin has been a game-changer in efficiently managing our data, making our operations smoother and more organized. We are delighted with the collaboration and highly recommend Delnie for their expertise and dedication.\",\n author: \"Acceron\",\n sub_title: \"Automotive Lubrication Solution Manufacturer\",\n logo: acceron_logo,\n },\n {\n content:\n \"Our experience with Delnie in building the website for Famycare has been outstanding. A special mention goes to Rajesh for his exceptional coordination and for quickly implementing live changes in Figma, which greatly streamlined the process. The team's prompt responses on WhatsApp made us feel as though we were collaborating with an extension of our own team.
As a new business, we greatly value their insightful vision for scaling our operations. Delnie's expertise and commitment to our success have been invaluable. We wholeheartedly recommend their services!\",\n author: \"Famycare\",\n sub_title: \"NDIS Provider, Melbourne\",\n logo: famycare_logo,\n }\n];\n\n\n return (\n \n What Our Clients Say\n
\n \n Crafting Websites as Unique as Your Business\n
\n \n {/*
\n
\n Experience\n