{"id":2288,"date":"2026-05-30T11:20:52","date_gmt":"2026-05-30T11:20:52","guid":{"rendered":"https:\/\/uniotechit.com\/newuniotechit\/?page_id=2288"},"modified":"2026-06-13T10:37:24","modified_gmt":"2026-06-13T10:37:24","slug":"hardware","status":"publish","type":"page","link":"https:\/\/uniotechit.com\/newuniotechit\/hardware\/","title":{"rendered":"Hardware Supply"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"2288\" class=\"elementor elementor-2288\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-b8f0ecd elementor-section-boxed elementor-section-height-default elementor-section-height-default\" data-id=\"b8f0ecd\" data-element_type=\"section\" data-e-type=\"section\">\n\t\t\t\t\t\t<div class=\"elementor-container elementor-column-gap-default\">\n\t\t\t\t\t<div class=\"elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3a7baf6\" data-id=\"3a7baf6\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap elementor-element-populated\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-78aa186 elementor-widget elementor-widget-html\" data-id=\"78aa186\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\r\n\r\n<style>\r\n\/* --- Global Wrapper --- *\/\r\n.uniotech-hardware-page {\r\n  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n  color: #333;\r\n  background-color: #f8f9fa;\r\n  padding-bottom: 60px;\r\n}\r\n\r\n\/* --- Hero Section Fix (Centered) --- *\/\r\n.hw-hero {\r\n  background: linear-gradient(rgba(0, 32, 74, 0.85), rgba(0, 32, 74, 0.85)), url('https:\/\/images.unsplash.com\/photo-1497366216548-37526070297c?q=80&w=1600') center\/cover no-repeat;\r\n  padding: 100px 20px;\r\n  border-radius: 0 0 30px 30px;\r\n  box-shadow: 0 10px 30px rgba(0,0,0,0.1);\r\n  display: flex;\r\n  flex-direction: column;\r\n  align-items: center;\r\n  justify-content: center;\r\n  text-align: center;\r\n}\r\n\r\n.hw-hero h1 {\r\n  font-size: 48px;\r\n  font-weight: 800;\r\n  margin-bottom: 20px;\r\n  color: #ffffff;\r\n  max-width: 900px;\r\n}\r\n\r\n.hw-hero p {\r\n  font-size: 18px;\r\n  max-width: 700px;\r\n  margin: 0 auto 30px auto;\r\n  line-height: 1.6;\r\n  color: #d1e3f8;\r\n}\r\n\r\n.hw-btn-main {\r\n  background-color: #f37021;\r\n  color: #fff !important;\r\n  padding: 16px 40px;\r\n  font-size: 16px;\r\n  font-weight: 600;\r\n  text-decoration: none;\r\n  border-radius: 8px;\r\n  transition: all 0.3s ease;\r\n  white-space: nowrap;\r\n  display: inline-block;\r\n  box-shadow: 0 4px 15px rgba(243, 112, 33, 0.4);\r\n}\r\n\r\n.hw-btn-main:hover {\r\n  background-color: #d95e16;\r\n  transform: translateY(-3px);\r\n  box-shadow: 0 8px 25px rgba(243, 112, 33, 0.6);\r\n}\r\n\r\n\/* --- 3 Hardware Cards Section --- *\/\r\n.hw-cards-container {\r\n  max-width: 1200px;\r\n  margin: -50px auto 0 auto; \/* Negative margin se card hero section ke upar overlap karenge thoda sa *\/\r\n  padding: 0 20px;\r\n  position: relative;\r\n  z-index: 10;\r\n}\r\n\r\n.hw-cards-grid {\r\n  display: grid;\r\n  grid-template-columns: repeat(3, 1fr);\r\n  gap: 30px;\r\n}\r\n\r\n.hw-card-item {\r\n  background: #ffffff;\r\n  border-radius: 12px;\r\n  padding: 35px 25px;\r\n  text-align: center;\r\n  box-shadow: 0 15px 35px rgba(0,0,0,0.08);\r\n  border-top: 5px solid #0056b3;\r\n  transition: all 0.3s ease;\r\n}\r\n\r\n.hw-card-item:hover {\r\n  transform: translateY(-10px);\r\n  box-shadow: 0 20px 45px rgba(0,0,0,0.12);\r\n}\r\n\r\n.hw-card-icon {\r\n  background: #f0f7ff;\r\n  width: 70px;\r\n  height: 70px;\r\n  line-height: 70px;\r\n  border-radius: 50%;\r\n  margin: 0 auto 20px auto;\r\n  color: #0056b3;\r\n  font-size: 30px;\r\n}\r\n\r\n.hw-card-item h3 {\r\n  font-size: 22px;\r\n  color: #1e293b;\r\n  margin-bottom: 15px;\r\n  font-weight: 700;\r\n}\r\n\r\n.hw-card-item p {\r\n  color: #64748b;\r\n  font-size: 15px;\r\n  line-height: 1.6;\r\n  margin-bottom: 25px;\r\n}\r\n\r\n.hw-card-link {\r\n  color: #f37021;\r\n  font-weight: 600;\r\n  text-decoration: none;\r\n  font-size: 15px;\r\n  display: inline-flex;\r\n  align-items: center;\r\n  gap: 5px;\r\n  transition: color 0.3s;\r\n}\r\n\r\n.hw-card-link:hover {\r\n  color: #d95e16;\r\n}\r\n\r\n\/* --- Responsive Layout --- *\/\r\n@media (max-width: 992px) {\r\n  .hw-cards-grid {\r\n    grid-template-columns: repeat(2, 1fr);\r\n  }\r\n}\r\n\r\n@media (max-width: 768px) {\r\n  .hw-hero h1 { font-size: 36px; }\r\n  .hw-cards-container { margin-top: 30px; }\r\n  .hw-cards-grid { grid-template-columns: 1fr; }\r\n}\r\n<\/style>\r\n\r\n<div class=\"uniotech-hardware-page\">\r\n  \r\n  <div class=\"hw-hero\">\r\n    <h1>Premium IT Hardware Solutions<\/h1>\r\n    <p>Empower your workforce with reliable, secure, and fast computing hardware, networking gear, and storage solutions from world-leading brands.<\/p>\r\n    <a class=\"hw-btn-main\" href=\"https:\/\/uniotechit.com\/newuniotechit\/contact\/\">Request a Hardware Quote<\/a>\r\n  <\/div>\r\n\r\n  <div class=\"hw-cards-container\">\r\n    <div class=\"hw-cards-grid\">\r\n      \r\n      <div class=\"hw-card-item\">\r\n        <div class=\"hw-card-icon\">\r\n          <i class=\"fas fa-laptop\"><\/i>\r\n        <\/div>\r\n        <h3>Corporate Computing<\/h3>\r\n        <p>Ultra-light business laptops, high-performance workstations, and thin clients for secure enterprise environments.<\/p>\r\n        <a href=\"https:\/\/uniotechit.com\/newuniotechit\/server-supply\/\" class=\"hw-card-link\">View Details <i class=\"fas fa-arrow-right\"><\/i><\/a>\r\n      <\/div>\r\n\r\n      <div class=\"hw-card-item\">\r\n        <div class=\"hw-card-icon\">\r\n          <i class=\"fas fa-network-wired\"><\/i>\r\n        <\/div>\r\n        <h3>Enterprise Networking<\/h3>\r\n        <p>Zero-latency core switches, next-gen firewalls, and Wi-Fi 6 access points to build a robust IT backbone.<\/p>\r\n        <a href=\"https:\/\/uniotechit.com\/newuniotechit\/enterprise-networking-solutions\/\" class=\"hw-card-link\">View Details <i class=\"fas fa-arrow-right\"><\/i><\/a>\r\n      <\/div>\r\n\r\n      <div class=\"hw-card-item\">\r\n        <div class=\"hw-card-icon\">\r\n          <i class=\"fas fa-server\"><\/i>\r\n        <\/div>\r\n        <h3>Data Storage & Servers<\/h3>\r\n        <p>Scalable SAN\/NAS storage, rack servers, and automated backup solutions to protect mission-critical data.<\/p>\r\n        <a href=\"https:\/\/uniotechit.com\/newuniotechit\/server-supply\/\" class=\"hw-card-link\">View Details <i class=\"fas fa-arrow-right\"><\/i><\/a>\r\n      <\/div>\r\n\r\n    <\/div>\r\n  <\/div>\r\n\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-003b14b elementor-widget elementor-widget-shortcode\" data-id=\"003b14b\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">[uniotech_server_page]<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-6973295 elementor-widget elementor-widget-html\" data-id=\"6973295\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\r\n\r\n<style>\r\n  \/* Main Container Split Layout *\/\r\n  .hci-section {\r\n    display: flex;\r\n    align-items: center;\r\n    justify-content: space-between;\r\n    gap: 60px;\r\n    max-width: 1200px;\r\n    margin: 50px auto;\r\n    font-family: 'Segoe UI', system-ui, -apple-system, sans-serif;\r\n    padding: 20px;\r\n  }\r\n\r\n  .hci-content {\r\n    flex: 1;\r\n  }\r\n\r\n  .hci-image-box {\r\n    flex: 1;\r\n    text-align: right;\r\n  }\r\n\r\n  \/* Right Side Image Styling *\/\r\n  .hci-image-box img {\r\n    width: 100%;\r\n    max-width: 550px; \/* Image limit according to screenshot *\/\r\n    height: auto;\r\n    border: 1px solid #e2e8f0;\r\n    padding: 10px;\r\n    border-radius: 8px;\r\n  }\r\n\r\n  \/* Top Badge \/ Tag *\/\r\n  .hci-badge {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 10px;\r\n    font-size: 13px;\r\n    font-weight: 700;\r\n    color: #1e3a8a; \/* Deep Blue *\/\r\n    letter-spacing: 1px;\r\n    text-transform: uppercase;\r\n    margin-bottom: 20px;\r\n  }\r\n\r\n  .hci-badge i {\r\n    font-size: 20px;\r\n    color: #1e3a8a;\r\n  }\r\n\r\n  \/* Main Headings & Paragraphs *\/\r\n  .hci-content h2 {\r\n    font-size: 46px !important;\r\n    font-weight: 800 !important;\r\n    color: #0f172a !important;\r\n    margin: 0 0 15px 0;\r\n    line-height: 1.2 !important;\r\n  }\r\n\r\n  .hci-content p {\r\n    font-size: 18px !important;\r\n    color: #64748b !important;\r\n    margin-bottom: 30px;\r\n    line-height: 1.6 !important;\r\n  }\r\n\r\n  \/* Feature List with Green Checkmarks *\/\r\n  .hci-list {\r\n    list-style: none;\r\n    padding: 0;\r\n    margin: 0 0 35px 0;\r\n  }\r\n\r\n  .hci-list li {\r\n    font-size: 16px;\r\n    font-weight: 600;\r\n    color: #334155;\r\n    margin-bottom: 18px;\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 12px;\r\n  }\r\n\r\n  .hci-list li i {\r\n    color: #22c55e; \/* Vibrant Green *\/\r\n    font-size: 20px;\r\n  }\r\n\r\n  \/* Text Link *\/\r\n  .hci-link {\r\n    display: inline-flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n    font-size: 16px;\r\n    font-weight: 700;\r\n    color: #0f172a !important;\r\n    text-decoration: none;\r\n    margin-bottom: 40px;\r\n    transition: color 0.3s;\r\n  }\r\n\r\n  .hci-link:hover {\r\n    color: #2563eb !important;\r\n  }\r\n\r\n  .hci-link i {\r\n    font-size: 14px;\r\n    transform: rotate(-45deg); \/* Rotate standard arrow to make it diagonal *\/\r\n  }\r\n\r\n  \/* Button Wrapper Box (The floating pill from screenshot) *\/\r\n  .hci-btn-dock {\r\n    display: inline-flex;\r\n    background: #ffffff;\r\n    padding: 8px;\r\n    border-radius: 50px;\r\n    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);\r\n    gap: 10px;\r\n  }\r\n\r\n  \/* Individual Buttons *\/\r\n  .hci-btn {\r\n    padding: 14px 28px;\r\n    border-radius: 50px;\r\n    font-size: 15px;\r\n    font-weight: 600;\r\n    text-decoration: none;\r\n    color: #ffffff !important;\r\n    display: flex;\r\n    align-items: center;\r\n    gap: 8px;\r\n    transition: all 0.3s ease;\r\n  }\r\n\r\n  .btn-blue {\r\n    background-color: #1e40af; \/* Blue button *\/\r\n  }\r\n\r\n  .btn-blue:hover {\r\n    background-color: #1e3a8a;\r\n  }\r\n\r\n  .btn-dark {\r\n    background-color: #0f172a; \/* Dark Navy button *\/\r\n  }\r\n\r\n  .btn-dark:hover {\r\n    background-color: #000000;\r\n  }\r\n\r\n  \/* Responsive styling for Tablet & Mobile *\/\r\n  @media (max-width: 992px) {\r\n    .hci-section {\r\n      flex-direction: column;\r\n    }\r\n    .hci-image-box {\r\n      text-align: left;\r\n      margin-top: 20px;\r\n    }\r\n    .hci-btn-dock {\r\n      flex-direction: column;\r\n      border-radius: 20px;\r\n      width: 100%;\r\n    }\r\n    .hci-btn {\r\n      justify-content: center;\r\n    }\r\n  }\r\n<\/style>\r\n\r\n<div class=\"hci-section\">\r\n  \r\n  <div class=\"hci-content\">\r\n    <div class=\"hci-badge\">\r\n      <i class=\"fas fa-cube\"><\/i> HYPERCONVERGED INFRASTRUCTURE\r\n    <\/div>\r\n    \r\n    <h2>Nutanix Solutions<\/h2>\r\n    <p>Expert deployment and management of Nutanix HCI platforms.<\/p>\r\n    \r\n    <ul class=\"hci-list\">\r\n      <li><i class=\"far fa-check-circle\"><\/i> Cluster Management of Servers<\/li>\r\n      <li><i class=\"far fa-check-circle\"><\/i> Storage Optimization on Servers<\/li>\r\n      <li><i class=\"far fa-check-circle\"><\/i> Performance Tuning Servers<\/li>\r\n    <\/ul>\r\n\r\n    <a href=\"https:\/\/www.nutanix.com\/solutions\" class=\"hci-link\">Learn more details <i class=\"fas fa-arrow-right\"><\/i><\/a>\r\n\r\n    <br>\r\n    <div class=\"hci-btn-dock\">\r\n      <a href=\"#\" class=\"hci-btn btn-blue\">Book a demo <i class=\"fas fa-arrow-right\"><\/i><\/a>\r\n      <a href=\"#\" class=\"hci-btn btn-dark\">See how it works <i class=\"fas fa-arrow-right\"><\/i><\/a>\r\n    <\/div>\r\n  <\/div>\r\n\r\n  <div class=\"hci-image-box\">\r\n    <img decoding=\"async\" src=\"https:\/\/uniotechit.com\/newuniotechit\/wp-content\/uploads\/2023\/07\/Office-Furniture-Decommission-Unio-Tech.jpeg\" alt=\"Nutanix Architecture InfoGraphic\">\r\n  <\/div>\r\n\r\n<\/div>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-2b3ca47 elementor-widget elementor-widget-shortcode\" data-id=\"2b3ca47\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n            <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n            <style>\n              .hci-section-2256 { \n                  display: flex; \n                  flex-direction: row; \n                  align-items: center; \n                  justify-content: space-between; \n                  gap: 50px; \n                  max-width: 1200px; \n                  margin: 60px auto; \n                  font-family: 'Segoe UI', system-ui, sans-serif; \n                  padding: 20px; \n              }\n              \n              \/* Proportional Flex Layout: Text ko space aur image text control balanced *\/\n              .hci-content-box-2256 { \n                  flex: 1.3; \n              }\n              .hci-image-box-2256 { \n                  flex: 0.7; \n                  text-align: center; \n              }\n              \n              \/* Image Size Controller Fix *\/\n              .hci-image-box-2256 img { \n                  width: 100%; \n                  max-width: 480px; \n                  max-height: 380px;\n                  object-fit: cover;\n                  border-radius: 12px; \n                  border: 1px solid #e2e8f0; \n                  padding: 8px;\n                  box-shadow: 0 10px 30px rgba(0,0,0,0.04);\n                  background: #ffffff;\n              }\n              \n              .hci-badge { \n                  font-size: 13px; \n                  font-weight: 700; \n                  color: #1e40af; \n                  margin-bottom: 18px; \n                  display: inline-flex; \n                  align-items: center; \n                  gap: 8px; \n                  text-transform: uppercase; \n                  background: rgba(30, 64, 175, 0.06);\n                  padding: 6px 14px;\n                  border-radius: 20px;\n              }\n              \n              \/* Line-height crash protection fix *\/\n              .hci-content-box-2256 h2 { \n                  font-size: 44px !important; \n                  font-weight: 800 !important; \n                  color: #0f172a !important; \n                  margin: 0 0 20px 0 !important; \n                  line-height: 1.3 !important; \n              }\n              \n              \/* Content Container with Paragraph support *\/\n              .hci-text-container-2256 { \n                  font-size: 16px !important; \n                  color: #475569 !important; \n                  margin-bottom: 30px; \n                  line-height: 1.7 !important; \n              }\n              .hci-text-container-2256 p { \n                  margin-bottom: 15px !important; \n              }\n              \n              \/* Strict Left Alignment checklist patch *\/\n              .hci-list { \n                  list-style: none !important; \n                  padding: 0 !important; \n                  margin: 0 0 30px 0 !important; \n                  text-align: left !important;\n              }\n              .hci-list li { \n                  display: flex; \n                  align-items: center; \n                  gap: 12px; \/* Smooth spacing gap adjust kiya *\/\n                  margin-bottom: 14px; \n                  font-size: 15px; \n                  font-weight: 600; \n                  color: #334155; \n                  justify-content: flex-start !important;\n              }\n              \n              \/* \ud83d\udc51 ICON COLOR CHANGED TO UNIOTECH ORANGE \ud83d\udc51 *\/\n              .hci-list li i { \n                  color: #f37021 !important; \n                  font-size: 18px; \n              }\n              .hci-list p, .hci-list br { display: none !important; margin: 0 !important; }\n              \n              .hci-link { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; color: #0f172a !important; text-decoration: none !important; margin-bottom: 30px; transition: color 0.3s; }\n              .hci-link:hover { color: #2563eb !important; }\n              .hci-link i { font-size: 13px; transform: rotate(-45deg); }\n\n              .hci-btn-dock { display: inline-flex; background: #fff; padding: 6px; border-radius: 50px; box-shadow: 0 10px 25px rgba(0,0,0,0.07); gap: 10px; }\n              .hci-btn { padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: 600; color: #fff !important; font-size: 14px; }\n              .btn-blue { background: #1e40af; }\n              .btn-dark { background: #0f172a; }\n              \n              @media (max-width: 992px) { \n                  .hci-section-2256 { flex-direction: column !important; gap: 40px; } \n                  .hci-btn-dock { flex-direction: column; width: 100%; border-radius: 15px; } \n                  .hci-btn { justify-content: center; }\n                  .hci-image-box-2256 { order: 2; }\n              }\n            <\/style>\n\n            <div class=\"hci-section-2256\">\n              <div class=\"hci-content-box-2256\">\n                <div class=\"hci-badge\"><i class=\"fas fa-layer-group\"><\/i> Hardware Supply any part of World<\/div>                <h2>HP Server<\/h2>\n                \n                <div class=\"hci-text-container-2256\">\n                    <p>We are Reseller of Dell, HP, Lenovo Servers, and We Give best Price to customers after understanding their requirement. We navigate the global supply chain with Tier-1 distributors across 3 continents.<\/p>\n                <\/div>\n                \n                <ul class=\"hci-list\">\n                                    <li><i class=\"far fa-check-circle\"><\/i> Partner Support<\/li>                  <li><i class=\"far fa-check-circle\"><\/i> RAID Configuration<\/li>                  <li><i class=\"far fa-check-circle\"><\/i> Obsolete Part Sourcing<\/li>                <\/ul>\n\n                                    <a href=\"https:\/\/uniotechit.com\/newuniotechit\/contact\/\" class=\"hci-link\">Learn more details <i class=\"fas fa-arrow-right\"><\/i><\/a>\n                \n                <div class=\"hci-btn-dock\">\n                                                    <\/div>\n              <\/div>\n              \n              <div class=\"hci-image-box-2256\">\n                <img decoding=\"async\" src=\"https:\/\/uniotechit.com\/newuniotechit\/wp-content\/uploads\/2026\/05\/hp-server.webp\" alt=\"HP Server System Portal View\">              <\/div>\n            <\/div>\n\n                        <img decoding=\"async\" src=\"https:\/\/uniotechit.com\/newuniotechit\/wp-content\/uploads\/2026\/05\/hp-server.webp\" alt=\"Clothing Warehouse Management System Solutions\" style=\"display: none !important; width: 0; height: 0; visibility: hidden;\">\n            \n            <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-ad8a39c elementor-widget elementor-widget-shortcode\" data-id=\"ad8a39c\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n            <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n            <style>\n              .hci-section-2262 { \n                  display: flex; \n                  flex-direction: row-reverse; \n                  align-items: center; \n                  justify-content: space-between; \n                  gap: 50px; \n                  max-width: 1200px; \n                  margin: 60px auto; \n                  font-family: 'Segoe UI', system-ui, sans-serif; \n                  padding: 20px; \n              }\n              \n              \/* Proportional Flex Layout: Text ko space aur image text control balanced *\/\n              .hci-content-box-2262 { \n                  flex: 1.3; \n              }\n              .hci-image-box-2262 { \n                  flex: 0.7; \n                  text-align: center; \n              }\n              \n              \/* Image Size Controller Fix *\/\n              .hci-image-box-2262 img { \n                  width: 100%; \n                  max-width: 480px; \n                  max-height: 380px;\n                  object-fit: cover;\n                  border-radius: 12px; \n                  border: 1px solid #e2e8f0; \n                  padding: 8px;\n                  box-shadow: 0 10px 30px rgba(0,0,0,0.04);\n                  background: #ffffff;\n              }\n              \n              .hci-badge { \n                  font-size: 13px; \n                  font-weight: 700; \n                  color: #1e40af; \n                  margin-bottom: 18px; \n                  display: inline-flex; \n                  align-items: center; \n                  gap: 8px; \n                  text-transform: uppercase; \n                  background: rgba(30, 64, 175, 0.06);\n                  padding: 6px 14px;\n                  border-radius: 20px;\n              }\n              \n              \/* Line-height crash protection fix *\/\n              .hci-content-box-2262 h2 { \n                  font-size: 44px !important; \n                  font-weight: 800 !important; \n                  color: #0f172a !important; \n                  margin: 0 0 20px 0 !important; \n                  line-height: 1.3 !important; \n              }\n              \n              \/* Content Container with Paragraph support *\/\n              .hci-text-container-2262 { \n                  font-size: 16px !important; \n                  color: #475569 !important; \n                  margin-bottom: 30px; \n                  line-height: 1.7 !important; \n              }\n              .hci-text-container-2262 p { \n                  margin-bottom: 15px !important; \n              }\n              \n              \/* Strict Left Alignment checklist patch *\/\n              .hci-list { \n                  list-style: none !important; \n                  padding: 0 !important; \n                  margin: 0 0 30px 0 !important; \n                  text-align: left !important;\n              }\n              .hci-list li { \n                  display: flex; \n                  align-items: center; \n                  gap: 12px; \/* Smooth spacing gap adjust kiya *\/\n                  margin-bottom: 14px; \n                  font-size: 15px; \n                  font-weight: 600; \n                  color: #334155; \n                  justify-content: flex-start !important;\n              }\n              \n              \/* \ud83d\udc51 ICON COLOR CHANGED TO UNIOTECH ORANGE \ud83d\udc51 *\/\n              .hci-list li i { \n                  color: #f37021 !important; \n                  font-size: 18px; \n              }\n              .hci-list p, .hci-list br { display: none !important; margin: 0 !important; }\n              \n              .hci-link { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; color: #0f172a !important; text-decoration: none !important; margin-bottom: 30px; transition: color 0.3s; }\n              .hci-link:hover { color: #2563eb !important; }\n              .hci-link i { font-size: 13px; transform: rotate(-45deg); }\n\n              .hci-btn-dock { display: inline-flex; background: #fff; padding: 6px; border-radius: 50px; box-shadow: 0 10px 25px rgba(0,0,0,0.07); gap: 10px; }\n              .hci-btn { padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: 600; color: #fff !important; font-size: 14px; }\n              .btn-blue { background: #1e40af; }\n              .btn-dark { background: #0f172a; }\n              \n              @media (max-width: 992px) { \n                  .hci-section-2262 { flex-direction: column !important; gap: 40px; } \n                  .hci-btn-dock { flex-direction: column; width: 100%; border-radius: 15px; } \n                  .hci-btn { justify-content: center; }\n                  .hci-image-box-2262 { order: 2; }\n              }\n            <\/style>\n\n            <div class=\"hci-section-2262\">\n              <div class=\"hci-content-box-2262\">\n                <div class=\"hci-badge\"><i class=\"fas fa-layer-group\"><\/i> Ready-to-deploy engineering<\/div>                <h2>Dell Server<\/h2>\n                \n                <div class=\"hci-text-container-2262\">\n                    <p>Our engineers configure RAID arrays and flash firmware before the hardware reaches your dock.<\/p>\n                <\/div>\n                \n                <ul class=\"hci-list\">\n                                    <li><i class=\"far fa-check-circle\"><\/i> RAID Configuration<\/li>                  <li><i class=\"far fa-check-circle\"><\/i> OS Imaging<\/li>                                  <\/ul>\n\n                \n                <div class=\"hci-btn-dock\">\n                                                    <\/div>\n              <\/div>\n              \n              <div class=\"hci-image-box-2262\">\n                <img decoding=\"async\" src=\"https:\/\/uniotechit.com\/newuniotechit\/wp-content\/uploads\/2026\/05\/dell1.jpg\" alt=\"Dell Server System Portal View\">              <\/div>\n            <\/div>\n\n                        <img decoding=\"async\" src=\"https:\/\/uniotechit.com\/newuniotechit\/wp-content\/uploads\/2026\/05\/dell1.jpg\" alt=\"Clothing Warehouse Management System Solutions\" style=\"display: none !important; width: 0; height: 0; visibility: hidden;\">\n            \n            <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"elementor-element elementor-element-d93ef71 elementor-widget elementor-widget-shortcode\" data-id=\"d93ef71\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"shortcode.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\t\t<div class=\"elementor-shortcode\">\n            <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0\/css\/all.min.css\">\n            <style>\n              .hci-section-2708 { \n                  display: flex; \n                  flex-direction: row; \n                  align-items: center; \n                  justify-content: space-between; \n                  gap: 50px; \n                  max-width: 1200px; \n                  margin: 60px auto; \n                  font-family: 'Segoe UI', system-ui, sans-serif; \n                  padding: 20px; \n              }\n              \n              \/* Proportional Flex Layout: Text ko space aur image text control balanced *\/\n              .hci-content-box-2708 { \n                  flex: 1.3; \n              }\n              .hci-image-box-2708 { \n                  flex: 0.7; \n                  text-align: center; \n              }\n              \n              \/* Image Size Controller Fix *\/\n              .hci-image-box-2708 img { \n                  width: 100%; \n                  max-width: 480px; \n                  max-height: 380px;\n                  object-fit: cover;\n                  border-radius: 12px; \n                  border: 1px solid #e2e8f0; \n                  padding: 8px;\n                  box-shadow: 0 10px 30px rgba(0,0,0,0.04);\n                  background: #ffffff;\n              }\n              \n              .hci-badge { \n                  font-size: 13px; \n                  font-weight: 700; \n                  color: #1e40af; \n                  margin-bottom: 18px; \n                  display: inline-flex; \n                  align-items: center; \n                  gap: 8px; \n                  text-transform: uppercase; \n                  background: rgba(30, 64, 175, 0.06);\n                  padding: 6px 14px;\n                  border-radius: 20px;\n              }\n              \n              \/* Line-height crash protection fix *\/\n              .hci-content-box-2708 h2 { \n                  font-size: 44px !important; \n                  font-weight: 800 !important; \n                  color: #0f172a !important; \n                  margin: 0 0 20px 0 !important; \n                  line-height: 1.3 !important; \n              }\n              \n              \/* Content Container with Paragraph support *\/\n              .hci-text-container-2708 { \n                  font-size: 16px !important; \n                  color: #475569 !important; \n                  margin-bottom: 30px; \n                  line-height: 1.7 !important; \n              }\n              .hci-text-container-2708 p { \n                  margin-bottom: 15px !important; \n              }\n              \n              \/* Strict Left Alignment checklist patch *\/\n              .hci-list { \n                  list-style: none !important; \n                  padding: 0 !important; \n                  margin: 0 0 30px 0 !important; \n                  text-align: left !important;\n              }\n              .hci-list li { \n                  display: flex; \n                  align-items: center; \n                  gap: 12px; \/* Smooth spacing gap adjust kiya *\/\n                  margin-bottom: 14px; \n                  font-size: 15px; \n                  font-weight: 600; \n                  color: #334155; \n                  justify-content: flex-start !important;\n              }\n              \n              \/* \ud83d\udc51 ICON COLOR CHANGED TO UNIOTECH ORANGE \ud83d\udc51 *\/\n              .hci-list li i { \n                  color: #f37021 !important; \n                  font-size: 18px; \n              }\n              .hci-list p, .hci-list br { display: none !important; margin: 0 !important; }\n              \n              .hci-link { display: inline-flex; align-items: center; gap: 8px; font-size: 15px; font-weight: 700; color: #0f172a !important; text-decoration: none !important; margin-bottom: 30px; transition: color 0.3s; }\n              .hci-link:hover { color: #2563eb !important; }\n              .hci-link i { font-size: 13px; transform: rotate(-45deg); }\n\n              .hci-btn-dock { display: inline-flex; background: #fff; padding: 6px; border-radius: 50px; box-shadow: 0 10px 25px rgba(0,0,0,0.07); gap: 10px; }\n              .hci-btn { padding: 12px 25px; border-radius: 50px; text-decoration: none; font-weight: 600; color: #fff !important; font-size: 14px; }\n              .btn-blue { background: #1e40af; }\n              .btn-dark { background: #0f172a; }\n              \n              @media (max-width: 992px) { \n                  .hci-section-2708 { flex-direction: column !important; gap: 40px; } \n                  .hci-btn-dock { flex-direction: column; width: 100%; border-radius: 15px; } \n                  .hci-btn { justify-content: center; }\n                  .hci-image-box-2708 { order: 2; }\n              }\n            <\/style>\n\n            <div class=\"hci-section-2708\">\n              <div class=\"hci-content-box-2708\">\n                <div class=\"hci-badge\"><i class=\"fas fa-layer-group\"><\/i> door-to-door delivery<\/div>                <h2>Lenovo Server<\/h2>\n                \n                <div class=\"hci-text-container-2708\">\n                    <p>IT infrastructure you can trust Lenovo's ThinkSystem servers remain the top choice for reliability &amp; uptime, holding strong for the 10th year in a row<\/p>\n                <\/div>\n                \n                <ul class=\"hci-list\">\n                  <li><i class=\"far fa-check-circle\"><\/i> Mission-Critical Servers<\/li>                  <li><i class=\"far fa-check-circle\"><\/i> Rack Servers<\/li>                  <li><i class=\"far fa-check-circle\"><\/i> High Performance Server products<\/li>                  <li><i class=\"far fa-check-circle\"><\/i> servers are easily expandable and scalable<\/li>                <\/ul>\n\n                                    <a href=\"https:\/\/uniotechit.com\/newuniotechit\/contact\/\" class=\"hci-link\">Learn more details <i class=\"fas fa-arrow-right\"><\/i><\/a>\n                \n                <div class=\"hci-btn-dock\">\n                                                    <\/div>\n              <\/div>\n              \n              <div class=\"hci-image-box-2708\">\n                <img decoding=\"async\" src=\"https:\/\/uniotechit.com\/newuniotechit\/wp-content\/uploads\/2026\/06\/lenovo.jpg\" alt=\"Lenovo Server System Portal View\">              <\/div>\n            <\/div>\n\n                        <img decoding=\"async\" src=\"https:\/\/uniotechit.com\/newuniotechit\/wp-content\/uploads\/2026\/06\/lenovo.jpg\" alt=\"Clothing Warehouse Management System Solutions\" style=\"display: none !important; width: 0; height: 0; visibility: hidden;\">\n            \n            <\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t<\/section>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Premium IT Hardware Solutions Empower your workforce with reliable, secure, and fast computing hardware, networking gear, and storage solutions from world-leading brands. Request a Hardware Quote Corporate Computing Ultra-light business laptops, high-performance workstations, and thin clients for secure enterprise environments. View Details Enterprise Networking Zero-latency core switches, next-gen firewalls, and Wi-Fi 6 access points to &hellip;<\/p>\n<p class=\"read-more\"> <a class=\"\" href=\"https:\/\/uniotechit.com\/newuniotechit\/it-service\/lenovo-server\/\"> <span class=\"screen-reader-text\">Lenovo Server<\/span> Read More &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"om_disable_all_campaigns":false,"site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","footnotes":""},"class_list":["post-2288","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Hardware Supply - Uniotech IT Solutions<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/uniotechit.com\/newuniotechit\/hardware\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Hardware Supply - Uniotech IT Solutions\" \/>\n<meta property=\"og:description\" content=\"Premium IT Hardware Solutions Empower your workforce with reliable, secure, and fast computing hardware, networking gear, and storage solutions from world-leading brands. Request a Hardware Quote Corporate Computing Ultra-light business laptops, high-performance workstations, and thin clients for secure enterprise environments. View Details Enterprise Networking Zero-latency core switches, next-gen firewalls, and Wi-Fi 6 access points to &hellip; Lenovo Server Read More &raquo;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/uniotechit.com\/newuniotechit\/hardware\/\" \/>\n<meta property=\"og:site_name\" content=\"Uniotech IT Solutions\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-13T10:37:24+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/uniotechit.com\/newuniotechit\/wp-content\/uploads\/2023\/07\/Office-Furniture-Decommission-Unio-Tech.jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/hardware\\\/\",\"url\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/hardware\\\/\",\"name\":\"Hardware Supply - Uniotech IT Solutions\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/hardware\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/hardware\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/Office-Furniture-Decommission-Unio-Tech.jpeg\",\"datePublished\":\"2026-05-30T11:20:52+00:00\",\"dateModified\":\"2026-06-13T10:37:24+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/hardware\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/hardware\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/hardware\\\/#primaryimage\",\"url\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/Office-Furniture-Decommission-Unio-Tech.jpeg\",\"contentUrl\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/wp-content\\\/uploads\\\/2023\\\/07\\\/Office-Furniture-Decommission-Unio-Tech.jpeg\",\"width\":1024,\"height\":768},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/hardware\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Hardware Supply\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/#website\",\"url\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/\",\"name\":\"Uniotech IT Solutions\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/#organization\",\"name\":\"Uniotech IT Solutions\",\"url\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/logo11__1_-removebg-preview.png\",\"contentUrl\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/wp-content\\\/uploads\\\/2026\\\/05\\\/logo11__1_-removebg-preview.png\",\"width\":564,\"height\":443,\"caption\":\"Uniotech IT Solutions\"},\"image\":{\"@id\":\"https:\\\/\\\/uniotechit.com\\\/newuniotechit\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Hardware Supply - Uniotech IT Solutions","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/uniotechit.com\/newuniotechit\/hardware\/","og_locale":"en_US","og_type":"article","og_title":"Hardware Supply - Uniotech IT Solutions","og_description":"Premium IT Hardware Solutions Empower your workforce with reliable, secure, and fast computing hardware, networking gear, and storage solutions from world-leading brands. Request a Hardware Quote Corporate Computing Ultra-light business laptops, high-performance workstations, and thin clients for secure enterprise environments. View Details Enterprise Networking Zero-latency core switches, next-gen firewalls, and Wi-Fi 6 access points to &hellip; Lenovo Server Read More &raquo;","og_url":"https:\/\/uniotechit.com\/newuniotechit\/hardware\/","og_site_name":"Uniotech IT Solutions","article_modified_time":"2026-06-13T10:37:24+00:00","og_image":[{"url":"https:\/\/uniotechit.com\/newuniotechit\/wp-content\/uploads\/2023\/07\/Office-Furniture-Decommission-Unio-Tech.jpeg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/uniotechit.com\/newuniotechit\/hardware\/","url":"https:\/\/uniotechit.com\/newuniotechit\/hardware\/","name":"Hardware Supply - Uniotech IT Solutions","isPartOf":{"@id":"https:\/\/uniotechit.com\/newuniotechit\/#website"},"primaryImageOfPage":{"@id":"https:\/\/uniotechit.com\/newuniotechit\/hardware\/#primaryimage"},"image":{"@id":"https:\/\/uniotechit.com\/newuniotechit\/hardware\/#primaryimage"},"thumbnailUrl":"https:\/\/uniotechit.com\/newuniotechit\/wp-content\/uploads\/2023\/07\/Office-Furniture-Decommission-Unio-Tech.jpeg","datePublished":"2026-05-30T11:20:52+00:00","dateModified":"2026-06-13T10:37:24+00:00","breadcrumb":{"@id":"https:\/\/uniotechit.com\/newuniotechit\/hardware\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/uniotechit.com\/newuniotechit\/hardware\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/uniotechit.com\/newuniotechit\/hardware\/#primaryimage","url":"https:\/\/uniotechit.com\/newuniotechit\/wp-content\/uploads\/2023\/07\/Office-Furniture-Decommission-Unio-Tech.jpeg","contentUrl":"https:\/\/uniotechit.com\/newuniotechit\/wp-content\/uploads\/2023\/07\/Office-Furniture-Decommission-Unio-Tech.jpeg","width":1024,"height":768},{"@type":"BreadcrumbList","@id":"https:\/\/uniotechit.com\/newuniotechit\/hardware\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/uniotechit.com\/newuniotechit\/"},{"@type":"ListItem","position":2,"name":"Hardware Supply"}]},{"@type":"WebSite","@id":"https:\/\/uniotechit.com\/newuniotechit\/#website","url":"https:\/\/uniotechit.com\/newuniotechit\/","name":"Uniotech IT Solutions","description":"","publisher":{"@id":"https:\/\/uniotechit.com\/newuniotechit\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/uniotechit.com\/newuniotechit\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/uniotechit.com\/newuniotechit\/#organization","name":"Uniotech IT Solutions","url":"https:\/\/uniotechit.com\/newuniotechit\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/uniotechit.com\/newuniotechit\/#\/schema\/logo\/image\/","url":"https:\/\/uniotechit.com\/newuniotechit\/wp-content\/uploads\/2026\/05\/logo11__1_-removebg-preview.png","contentUrl":"https:\/\/uniotechit.com\/newuniotechit\/wp-content\/uploads\/2026\/05\/logo11__1_-removebg-preview.png","width":564,"height":443,"caption":"Uniotech IT Solutions"},"image":{"@id":"https:\/\/uniotechit.com\/newuniotechit\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/uniotechit.com\/newuniotechit\/wp-json\/wp\/v2\/pages\/2288","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/uniotechit.com\/newuniotechit\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/uniotechit.com\/newuniotechit\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/uniotechit.com\/newuniotechit\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/uniotechit.com\/newuniotechit\/wp-json\/wp\/v2\/comments?post=2288"}],"version-history":[{"count":37,"href":"https:\/\/uniotechit.com\/newuniotechit\/wp-json\/wp\/v2\/pages\/2288\/revisions"}],"predecessor-version":[{"id":3106,"href":"https:\/\/uniotechit.com\/newuniotechit\/wp-json\/wp\/v2\/pages\/2288\/revisions\/3106"}],"wp:attachment":[{"href":"https:\/\/uniotechit.com\/newuniotechit\/wp-json\/wp\/v2\/media?parent=2288"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}