{"id":1373,"date":"2021-06-28T11:13:22","date_gmt":"2021-06-28T11:13:22","guid":{"rendered":"https:\/\/batenllc.com\/home\/"},"modified":"2026-04-20T20:25:37","modified_gmt":"2026-04-21T01:25:37","slug":"home","status":"publish","type":"page","link":"https:\/\/batenllc.com\/es\/","title":{"rendered":"Inicio"},"content":{"rendered":"\n<div class=\"wp-block-uagb-container uagb-block-b04adadb alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-0ab175dc\">\n<div class=\"wp-block-uagb-info-box uagb-block-d2b652e1 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h1 class=\"uagb-ifb-title\">Baten Homes: Delivering Quality, Anywhere You Need Us<\/h1><\/div><p class=\"uagb-ifb-desc\">Your Complete Construction Associate: Creating Beautiful Spaces with Drywall, Painting, Bathrooms, Tiles, Kitchens, Electrical, Plumbing, and Roofing Services<\/p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https:\/\/batenllc.com\/about-us\/\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" onclick=\"return true;\"><span class=\"uagb-inline-editing\">Know More<\/span><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM358.6 278.6l-112 112c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25L290.8 256L201.4 166.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l112 112C364.9 239.6 368 247.8 368 256S364.9 272.4 358.6 278.6z\"><\/path><\/svg><\/a><\/div><\/div><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-28d8a94b alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-7387b849 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<!DOCTYPE html>\n<html lang=\"en\">\n\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>Neumorphism-Card-Design<\/title>\n    <link rel=\"icon\" href=\"https:\/\/sprintnote.vercel.app\/img\/github.png\">\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Poppins:wght@300;400;500;700;800&display=swap');\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n            font-family: 'Poppins', sans-serif\n        }\n\n        body{\n    display: flex;\n    justify-content: center;\n    align-items: center;\n    flex-wrap: wrap;\n    min-height: 100vh;\n    background: #ffffff; \/* You can remove this if the image covers well *\/\n    background-position: center; \/* Centers the background image *\/\n    \n}\n\n\n        body .container {\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            flex-wrap: wrap;\n            max-width: 100%;\n            margin: 40px 0;\n        }\n\n        body .container .card {\n            position: relative;\n            min-width: 385px;\n            height: 440px;\n            box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2), inset -5px -5px 15px rgba(255, 255, 255, 0.1), 5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);\n            border-radius: 15px;\n            margin: 30px;\n            transition: .5s;\n        }\n\n        body .container .card:nth-child(1) .box .content a {\n            background: #2196f3\n        }\n\n        body .container .card:nth-child(2) .box .content a {\n            background: #2196f3;\n        }\n\n        body .container .card:nth-child(3) .box .content a {\n            background: #23c186;\n        }\n\n        body .container .card .box {\n            position: absolute;\n            top: 20px;\n            left: 20px;\n            right: 20px;\n            bottom: 20px;\n            background: #2a2b2f;\n            border-radius: 15px;\n            display: flex;\n            justify-content: center;\n            align-items: center;\n            overflow: hidden;\n            transition: .5s;\n        }\n\n        body .container .card .box:hover {\n            transform: translateY(-50px);\n        }\n\n        body .container .card .box:before {\n            content: '';\n            position: absolute;\n            top: 0;\n            left: 0;\n            width: 50%;\n            height: 100%;\n            background: rgba(255, 255, 255, 0.03);\n        }\n\n        body .container .card .box .content {\n            padding: 20px;\n            text-align: center\n        }\n\n        body .container .card .box .content h2 {\n            position: absolute;\n            top: -10px;\n            right: 30px;\n            font-size: 8rem;\n            color: rgba(255, 255, 255, 0.1);\n        }\n\n        body .container .card .box .content h3 {\n            font-size: 1.8rem;\n            color: #fff;\n            z-index: 1;\n            transition: 0.5s;\n            margin-bottom: 15px;\n        }\n\n        body .container .card .box .content p {\n            font-size: 1rem;\n            font-weight: 300;\n            color: rgba(255, 255, 255, 0.9);\n            z-index: 1;\n            transition: 0.5s;\n        }\n\n        body .container .card .box .content a {\n            position: relative;\n            display: inline-block;\n            padding: 8px 20px;\n            background: black;\n            border-radius: 5px;\n            text-decoration: none;\n            color: white;\n            margin-top: 20px;\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);\n            transition: .5s;\n        }\n        body .container .card .box .content a:hover{\n            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);\n            background: #fff;\n            color: #000;\n        }\n    <\/style>\n    \n<\/head>\n\n<body>\n\n    <div class=\"container\">\n        <div class=\"card\">\n            <div class=\"box\">\n                <div class=\"content\">\n                    <h2>01<\/h2>\n                    <h3>Construction<\/h3>\n                    <p>As a construction firm, we handle various building projects including residential, commercial, and industrial structures. We manage all aspects of construction from design to completion, emphasizing safety, regulatory compliance, and sustainability. Our use of advanced technologies and eco-friendly practices ensures top-quality results.<\/p>\n                    <a href=\"#\">Read More<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n\n        <div class=\"card\">\n            <div class=\"box\">\n                <div class=\"content\">\n                    <h2>02<\/h2>\n                    <h3>Landscaping<\/h3>\n                    <p>Our landscaping firm specializes in designing and maintaining beautiful, functional outdoor spaces, focusing on sustainable practices and tailored client solutions. We handle all aspects of landscaping, from initial design to installation and maintenance.<\/p>\n                    <a href=\"https:\/\/batenlandscaping.com\/\" rel=\"nofollow noopener\" target=\"_blank\">Read More<\/a>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n\n<\/body>\n\n<\/html>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-2d27b5fd alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-659a99db\"><h2 class=\"uagb-heading-text\">Services<\/h2><\/div>\n\n\n\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"\/>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-b9160d37\">\n<div class=\"wp-block-uagb-container uagb-block-b22aae80\">\n<div class=\"wp-block-uagb-info-box uagb-block-9cc2d957 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M511.8 287.6L512.5 447.7C512.5 450.5 512.3 453.1 512 455.8V472C512 494.1 494.1 512 472 512H456C454.9 512 453.8 511.1 452.7 511.9C451.3 511.1 449.9 512 448.5 512H392C369.9 512 352 494.1 352 472V384C352 366.3 337.7 352 320 352H256C238.3 352 224 366.3 224 384V472C224 494.1 206.1 512 184 512H128.1C126.6 512 125.1 511.9 123.6 511.8C122.4 511.9 121.2 512 120 512H104C81.91 512 64 494.1 64 472V360C64 359.1 64.03 358.1 64.09 357.2V287.6H32.05C14.02 287.6 0 273.5 0 255.5C0 246.5 3.004 238.5 10.01 231.5L266.4 8.016C273.4 1.002 281.4 0 288.4 0C295.4 0 303.4 2.004 309.5 7.014L416 100.7V64C416 46.33 430.3 32 448 32H480C497.7 32 512 46.33 512 64V185L564.8 231.5C572.8 238.5 576.9 246.5 575.8 255.5C575.8 273.5 560.8 287.6 543.8 287.6L511.8 287.6z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h6 class=\"uagb-ifb-title\">Drywall<\/h6><\/div><p class=\"uagb-ifb-desc\">Our drywall services involve the installation, repair, and finishing of drywall panels, also known as gypsum boards or plasterboards.<\/p><\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-0fb21652\">\n<div class=\"wp-block-uagb-info-box uagb-block-4f9a7329 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M0 64C0 28.65 28.65 0 64 0H352C387.3 0 416 28.65 416 64V128C416 163.3 387.3 192 352 192H64C28.65 192 0 163.3 0 128V64zM160 352C160 334.3 174.3 320 192 320V304C192 259.8 227.8 224 272 224H416C433.7 224 448 209.7 448 192V69.46C485.3 82.64 512 118.2 512 160V192C512 245 469 288 416 288H272C263.2 288 256 295.2 256 304V320C273.7 320 288 334.3 288 352V480C288 497.7 273.7 512 256 512H192C174.3 512 160 497.7 160 480V352z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h6 class=\"uagb-ifb-title\">Painting<\/h6><\/div><p class=\"uagb-ifb-desc\">We offer professional surface preparation, precise color selection, and expert application techniques to transform your spaces with a fresh coat of paint.<\/p><\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-0bc37d00\">\n<div class=\"wp-block-uagb-info-box uagb-block-8d401d95 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M32 384c0 28.32 12.49 53.52 32 71.09V496C64 504.8 71.16 512 80 512h32C120.8 512 128 504.8 128 496v-15.1h256V496c0 8.836 7.164 16 16 16h32c8.836 0 16-7.164 16-16v-40.9c19.51-17.57 32-42.77 32-71.09V352H32V384zM496 256H96V77.25C95.97 66.45 111 60.23 118.6 67.88L132.4 81.66C123.6 108.6 129.4 134.5 144.2 153.2C137.9 159.5 137.8 169.8 144 176l11.31 11.31c6.248 6.248 16.38 6.248 22.63 0l105.4-105.4c6.248-6.248 6.248-16.38 0-22.63l-11.31-11.31c-6.248-6.248-16.38-6.248-22.63 0C230.7 33.26 204.7 27.55 177.7 36.41L163.9 22.64C149.5 8.25 129.6 0 109.3 0C66.66 0 32 34.66 32 77.25v178.8L16 256C7.164 256 0 263.2 0 272v32C0 312.8 7.164 320 16 320h480c8.836 0 16-7.164 16-16v-32C512 263.2 504.8 256 496 256z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h6 class=\"uagb-ifb-title\">Bathroom<\/h6><\/div><p class=\"uagb-ifb-desc\">Our bathroom services revolve around creating functional and stylish bathrooms. From design and layout to installation and renovation, we handle all aspects of bathroom remodeling.<\/p><\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-1d24157f\">\n<div class=\"wp-block-uagb-info-box uagb-block-e04c464c uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M384 32H64C28.62 32 0 60.62 0 96v320c0 35.38 28.62 64 64 64h320c35.38 0 64-28.62 64-64V96C448 60.62 419.4 32 384 32zM128 384c-17.62 0-32-14.38-32-32s14.38-32 32-32s32 14.38 32 32S145.6 384 128 384zM128 192C110.4 192 96 177.6 96 160s14.38-32 32-32s32 14.38 32 32S145.6 192 128 192zM320 384c-17.62 0-32-14.38-32-32s14.38-32 32-32s32 14.38 32 32S337.6 384 320 384zM320 192c-17.62 0-32-14.38-32-32s14.38-32 32-32s32 14.38 32 32S337.6 192 320 192z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h6 class=\"uagb-ifb-title\">Tile<\/h6><\/div><p class=\"uagb-ifb-desc\">Our tile services focus on the installation and repair of various types of tiles, such as ceramic, porcelain, or natural stone. We bring precision and expertise to ensure proper tile layout, grouting, and finishing.<\/p><\/div><\/div>\n<\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-4ec63d94\">\n<div class=\"wp-block-uagb-container uagb-block-17b8506c\">\n<div class=\"wp-block-uagb-info-box uagb-block-406394db uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 576 512\"><path d=\"M80 144C80 108.7 108.7 80 144 80C179.3 80 208 108.7 208 144C208 179.3 179.3 208 144 208C108.7 208 80 179.3 80 144zM284.4 176C269.9 240.1 212.5 288 144 288C64.47 288 0 223.5 0 144C0 64.47 64.47 0 144 0C212.5 0 269.9 47.87 284.4 112H356.2C365 102.2 377.8 96 392 96H496C522.5 96 544 117.5 544 144C544 170.5 522.5 192 496 192H392C377.8 192 365 185.8 356.2 176H284.4zM144 48C90.98 48 48 90.98 48 144C48 197 90.98 240 144 240C197 240 240 197 240 144C240 90.98 197 48 144 48zM424 264V272H520C533.3 272 544 282.7 544 296C544 309.3 533.3 320 520 320H280C266.7 320 256 309.3 256 296C256 282.7 266.7 272 280 272H376V264C376 250.7 386.7 240 400 240C413.3 240 424 250.7 424 264zM288 464V352H512V464C512 490.5 490.5 512 464 512H336C309.5 512 288 490.5 288 464zM176 320C202.5 320 224 341.5 224 368C224 394.5 202.5 416 176 416H160C160 433.7 145.7 448 128 448H64C46.33 448 32 433.7 32 416V336C32 327.2 39.16 320 48 320H176zM192 368C192 359.2 184.8 352 176 352H160V384H176C184.8 384 192 376.8 192 368zM200 464C213.3 464 224 474.7 224 488C224 501.3 213.3 512 200 512H24C10.75 512 0 501.3 0 488C0 474.7 10.75 464 24 464H200z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h6 class=\"uagb-ifb-title\">Kitchen<\/h6><\/div><p class=\"uagb-ifb-desc\">Our kitchen services encompass the design, remodeling, and renovation of kitchens. From custom cabinetry to countertops, backsplashes, and flooring, we create functional and visually appealing kitchens that reflect your style and meet your specific needs.<\/p><\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-a44e19ad\">\n<div class=\"wp-block-uagb-info-box uagb-block-1ed178e3 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 384 512\"><path d=\"M112.1 454.3c0 6.297 1.816 12.44 5.284 17.69l17.14 25.69c5.25 7.875 17.17 14.28 26.64 14.28h61.67c9.438 0 21.36-6.401 26.61-14.28l17.08-25.68c2.938-4.438 5.348-12.37 5.348-17.7L272 415.1h-160L112.1 454.3zM191.4 .0132C89.44 .3257 16 82.97 16 175.1c0 44.38 16.44 84.84 43.56 115.8c16.53 18.84 42.34 58.23 52.22 91.45c.0313 .25 .0938 .5166 .125 .7823h160.2c.0313-.2656 .0938-.5166 .125-.7823c9.875-33.22 35.69-72.61 52.22-91.45C351.6 260.8 368 220.4 368 175.1C368 78.61 288.9-.2837 191.4 .0132zM192 96.01c-44.13 0-80 35.89-80 79.1C112 184.8 104.8 192 96 192S80 184.8 80 176c0-61.76 50.25-111.1 112-111.1c8.844 0 16 7.159 16 16S200.8 96.01 192 96.01z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h6 class=\"uagb-ifb-title\">Electrical<\/h6><\/div><p class=\"uagb-ifb-desc\">Our electrical services cover a wide range of electrical installations, repairs, and maintenance. Our licensed electricians ensure safe and efficient electrical systems in your residential or commercial spaces.<\/p><\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-9903c252\">\n<div class=\"wp-block-uagb-info-box uagb-block-efb750ff uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M496 288h-96V256l64 .0002c8.838 0 16-7.164 16-15.1v-15.1c0-8.838-7.162-16-16-16L384 208c-17.67 0-32 14.33-32 32v47.1l-64 .0005v-192c0-17.64 14.36-32 32-32s32 14.36 32 32v16c0 8.836 7.164 16 16 16h32c8.838 0 16-7.164 16-16v-16c0-59.2-53.85-106-115.1-94.14C255.3 10.71 224 53.36 224 99.79v188.2L160 288V240c0-17.67-14.33-32-32-32L48 208c-8.836 0-16 7.162-16 16v15.1C32 248.8 39.16 256 48 256l64-.0002V288h-96c-8.836 0-16 7.164-16 16v32c0 8.836 7.164 16 16 16h480c8.836 0 16-7.164 16-16V304C512 295.2 504.8 288 496 288zM32 416c0 53.02 42.98 96 96 96h256c53.02 0 96-42.98 96-96v-32H32V416z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h6 class=\"uagb-ifb-title\">Plumbing<\/h6><\/div><p class=\"uagb-ifb-desc\">Our plumbing services address all your plumbing needs. From installation and repair of pipes, fixtures, and appliances to unclogging drains and fixing leaks, our skilled plumbers provide efficient and reliable plumbing solutions.<\/p><\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-7d49adc1\"><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-d1366be5 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-582a05ce\">\n<div class=\"wp-block-uagb-container uagb-block-d0d8aa35\">\n<div class=\"wp-block-uagb-info-box uagb-block-7f76b0ba uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h5 class=\"uagb-ifb-title\"><strong>Residential Services<\/strong><\/h5><\/div><p class=\"uagb-ifb-desc\">Our residential services cater to homeowners, offering a range of construction and renovation solutions. From small-scale remodeling projects to complete home makeovers, we take pride in transforming residential spaces into comfortable, functional, and aesthetically pleasing environments.<\/p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https:\/\/batenllc.com\/services\/\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" onclick=\"return true;\"><span class=\"uagb-inline-editing\">Contact Us<\/span><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM358.6 278.6l-112 112c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25L290.8 256L201.4 166.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l112 112C364.9 239.6 368 247.8 368 256S364.9 272.4 358.6 278.6z\"><\/path><\/svg><\/a><\/div><\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-a01316e1\">\n<div class=\"wp-block-uagb-info-box uagb-block-3ecefe0a uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-title-wrap\"><h5 class=\"uagb-ifb-title\">Commercial Services<\/h5><\/div><p class=\"uagb-ifb-desc\">We cater to businesses and commercial properties, providing a variety of construction and improvement solutions. Whether it&#8217;s upgrading offices, retail outlets, or hospitality venues, we focus on enhancing commercial spaces with expertise and efficiency.<\/p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https:\/\/batenllc.com\/services\/\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" onclick=\"return true;\"><span class=\"uagb-inline-editing\">Contact Us<\/span><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M256 0C114.6 0 0 114.6 0 256c0 141.4 114.6 256 256 256s256-114.6 256-256C512 114.6 397.4 0 256 0zM358.6 278.6l-112 112c-12.5 12.5-32.75 12.5-45.25 0s-12.5-32.75 0-45.25L290.8 256L201.4 166.6c-12.5-12.5-12.5-32.75 0-45.25s32.75-12.5 45.25 0l112 112C364.9 239.6 368 247.8 368 256S364.9 272.4 358.6 278.6z\"><\/path><\/svg><\/a><\/div><\/div><\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-68b30da9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uagb-block-498f6696\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-cee1eec5\"><h2 class=\"uagb-heading-text\">Why Choose Us<\/h2><p class=\"uagb-desc-text\">Choosing us means choosing a company that prioritizes quality, customer satisfaction, and professionalism. With our expertise, attention to detail, and dedication to delivering exceptional results, we are confident in our ability to meet and exceed our clients&#8217; expectations.<\/p><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-abdf3c39\">\n<div class=\"wp-block-uagb-info-box uagb-block-638f4e08 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M256-.0078C260.7-.0081 265.2 1.008 269.4 2.913L457.7 82.79C479.7 92.12 496.2 113.8 496 139.1C495.5 239.2 454.7 420.7 282.4 503.2C265.7 511.1 246.3 511.1 229.6 503.2C57.25 420.7 16.49 239.2 15.1 139.1C15.87 113.8 32.32 92.12 54.3 82.79L242.7 2.913C246.8 1.008 251.4-.0081 256-.0078V-.0078zM256 444.8C393.1 378 431.1 230.1 432 141.4L256 66.77L256 444.8z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h6 class=\"uagb-ifb-title\">Expertise &amp; Experience<\/h6><\/div><p class=\"uagb-ifb-desc\">We bring a wealth of expertise and experience to the table.<\/p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https:\/\/batenllc.com\/contact\/\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" onclick=\"return true;\"><span class=\"uagb-inline-editing\">Know More<\/span><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M246.6 233.4l-160-160c-12.5-12.5-32.75-12.5-45.25 0s-12.5 32.75 0 45.25L178.8 256l-137.4 137.4c-12.5 12.5-12.5 32.75 0 45.25C47.63 444.9 55.81 448 64 448s16.38-3.125 22.62-9.375l160-160C259.1 266.1 259.1 245.9 246.6 233.4zM438.6 233.4l-160-160c-12.5-12.5-32.75-12.5-45.25 0s-12.5 32.75 0 45.25L370.8 256l-137.4 137.4c-12.5 12.5-12.5 32.75 0 45.25C239.6 444.9 247.8 448 256 448s16.38-3.125 22.62-9.375l160-160C451.1 266.1 451.1 245.9 438.6 233.4z\"><\/path><\/svg><\/a><\/div><\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-09427016\">\n<div class=\"wp-block-uagb-info-box uagb-block-cc89ae79 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M256-.0078C260.7-.0081 265.2 1.008 269.4 2.913L457.7 82.79C479.7 92.12 496.2 113.8 496 139.1C495.5 239.2 454.7 420.7 282.4 503.2C265.7 511.1 246.3 511.1 229.6 503.2C57.25 420.7 16.49 239.2 15.1 139.1C15.87 113.8 32.32 92.12 54.3 82.79L242.7 2.913C246.8 1.008 251.4-.0081 256-.0078V-.0078zM256 444.8C393.1 378 431.1 230.1 432 141.4L256 66.77L256 444.8z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h6 class=\"uagb-ifb-title\">Quality Craftsmanship<\/h6><\/div><p class=\"uagb-ifb-desc\">Our skilled professionals take pride in their work and pay attention to every detail.<\/p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https:\/\/batenllc.com\/contact\/\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" onclick=\"return true;\"><span class=\"uagb-inline-editing\">Know More<\/span><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M246.6 233.4l-160-160c-12.5-12.5-32.75-12.5-45.25 0s-12.5 32.75 0 45.25L178.8 256l-137.4 137.4c-12.5 12.5-12.5 32.75 0 45.25C47.63 444.9 55.81 448 64 448s16.38-3.125 22.62-9.375l160-160C259.1 266.1 259.1 245.9 246.6 233.4zM438.6 233.4l-160-160c-12.5-12.5-32.75-12.5-45.25 0s-12.5 32.75 0 45.25L370.8 256l-137.4 137.4c-12.5 12.5-12.5 32.75 0 45.25C239.6 444.9 247.8 448 256 448s16.38-3.125 22.62-9.375l160-160C451.1 266.1 451.1 245.9 438.6 233.4z\"><\/path><\/svg><\/a><\/div><\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-b4432e94\">\n<div class=\"wp-block-uagb-info-box uagb-block-1104e422 uagb-infobox__content-wrap  uagb-infobox-icon-above-title uagb-infobox-image-valign-top\"><div class=\"uagb-ifb-content\"><div class=\"uagb-ifb-icon-wrap\"><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M256-.0078C260.7-.0081 265.2 1.008 269.4 2.913L457.7 82.79C479.7 92.12 496.2 113.8 496 139.1C495.5 239.2 454.7 420.7 282.4 503.2C265.7 511.1 246.3 511.1 229.6 503.2C57.25 420.7 16.49 239.2 15.1 139.1C15.87 113.8 32.32 92.12 54.3 82.79L242.7 2.913C246.8 1.008 251.4-.0081 256-.0078V-.0078zM256 444.8C393.1 378 431.1 230.1 432 141.4L256 66.77L256 444.8z\"><\/path><\/svg><\/div><div class=\"uagb-ifb-title-wrap\"><h6 class=\"uagb-ifb-title\">Customer Satisfaction<\/h6><\/div><p class=\"uagb-ifb-desc\">Customer satisfaction is at the heart of everything we do.<\/p><div class=\"uagb-ifb-button-wrapper wp-block-button\"><a href=\"https:\/\/batenllc.com\/contact\/\" class=\"uagb-infobox-cta-link wp-block-button__link\" target=\"_self\" rel=\"noopener noreferrer\" onclick=\"return true;\"><span class=\"uagb-inline-editing\">Know More<\/span><svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 448 512\"><path d=\"M246.6 233.4l-160-160c-12.5-12.5-32.75-12.5-45.25 0s-12.5 32.75 0 45.25L178.8 256l-137.4 137.4c-12.5 12.5-12.5 32.75 0 45.25C47.63 444.9 55.81 448 64 448s16.38-3.125 22.62-9.375l160-160C259.1 266.1 259.1 245.9 246.6 233.4zM438.6 233.4l-160-160c-12.5-12.5-32.75-12.5-45.25 0s-12.5 32.75 0 45.25L370.8 256l-137.4 137.4c-12.5 12.5-12.5 32.75 0 45.25C239.6 444.9 247.8 448 256 448s16.38-3.125 22.62-9.375l160-160C451.1 266.1 451.1 245.9 438.6 233.4z\"><\/path><\/svg><\/a><\/div><\/div><\/div>\n<\/div>\n<\/div><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-390bfcf9 alignfull uagb-is-root-container\"><div class=\"uagb-container-inner-blocks-wrap\">\n<div class=\"wp-block-uagb-container uag-blocks-common-selector uagb-block-52e26fec alignwide uagb-is-root-container\">\n<div class=\"inherit-container-width wp-block-group is-layout-constrained wp-block-group-is-layout-constrained\">\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-44c52c75\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ba5e01aa\"><h3 class=\"uagb-heading-text\">Request an Estimate <\/h3><\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-09747320\">\n<div class=\"wp-block-uagb-container uagb-block-46e53be6\">\n<div class=\"wp-block-uagb-advanced-heading uagb-block-f5c459a1\"><h4 class=\"uagb-heading-text\">Reach Us<\/h4><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-e308574b\"><h6 class=\"uagb-heading-text\">Location:<\/h6><p class=\"uagb-desc-text\">6703 Edgemere Dr<br>Temple Hills, MD 20748<\/p><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-b1662922\"><h6 class=\"uagb-heading-text\">Email:<\/h6><p class=\"uagb-desc-text\"><a href=\"mailto:info@batenllc.com\" target=\"_blank\" rel=\"noreferrer noopener\">info@batenllc.com<\/a>  <\/p><\/div>\n\n\n\n<div class=\"wp-block-uagb-advanced-heading uagb-block-ffb23b82\"><h6 class=\"uagb-heading-text\">Phone:<\/h6><p class=\"uagb-desc-text\"><a href=\"https:\/\/api.whatsapp.com\/send?phone=12404130234&amp;text=Hello%2C%20I%20would%20like%20to%20contact%20you%20to%20get%20more%20information%20about%20your%20services.\" data-type=\"URL\" data-id=\"https:\/\/api.whatsapp.com\/send?phone=12404130234&amp;text=Hello%2C%20I%20would%20like%20to%20contact%20you%20to%20get%20more%20information%20about%20your%20services.\" rel=\"nofollow noopener\" target=\"_blank\">+1 (240) 413-0234<\/a><br>+1 (301) 915-5370<\/p><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-uagb-container uagb-block-1384839a\"><div class=\"wpforms-container wpforms-container-full wpforms-block wpforms-block-f097391e-445e-4c53-ad3b-f3283458a1b3\" id=\"wpforms-20\"><form id=\"wpforms-form-20\" class=\"wpforms-validate wpforms-form\" data-formid=\"20\" method=\"post\" enctype=\"multipart\/form-data\" action=\"\/es\/wp-json\/wp\/v2\/pages\/1373\" data-token=\"beb14e7e5da4d9cb76b17c37b7d45222\" data-token-time=\"1786725387\"><noscript class=\"wpforms-error-noscript\">Por favor, activa JavaScript en tu navegador para completar este formulario.<\/noscript><div class=\"wpforms-field-container\"><div id=\"wpforms-20-field_1-container\" class=\"wpforms-field wpforms-field-name\" data-field-id=\"1\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-20-field_1\">Name <span class=\"wpforms-required-label\">*<\/span><\/label><div class=\"wpforms-field-row wpforms-field-large\"><div class=\"wpforms-field-row-block wpforms-first wpforms-one-half\"><input type=\"text\" id=\"wpforms-20-field_1\" class=\"wpforms-field-name-first wpforms-field-required\" name=\"wpforms[fields][1][first]\" placeholder=\"Name \" required><label for=\"wpforms-20-field_1\" class=\"wpforms-field-sublabel after wpforms-sublabel-hide\">Nombre<\/label><\/div><div class=\"wpforms-field-row-block wpforms-one-half\"><input type=\"text\" id=\"wpforms-20-field_1-last\" class=\"wpforms-field-name-last wpforms-field-required\" name=\"wpforms[fields][1][last]\" placeholder=\"Email\" required><label for=\"wpforms-20-field_1-last\" class=\"wpforms-field-sublabel after wpforms-sublabel-hide\">Apellidos<\/label><\/div><\/div><\/div><div id=\"wpforms-20-field_2-container\" class=\"wpforms-field wpforms-field-number\" data-field-id=\"2\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-20-field_2\">Phone Number<\/label><input type=\"number\" id=\"wpforms-20-field_2\" class=\"wpforms-field-large\" name=\"wpforms[fields][2]\" placeholder=\"Phone Number\" step=\"any\" ><\/div><div id=\"wpforms-20-field_4-container\" class=\"wpforms-field wpforms-field-textarea\" data-field-id=\"4\"><label class=\"wpforms-field-label wpforms-label-hide\" for=\"wpforms-20-field_4\">Paragraph Text <span class=\"wpforms-required-label\">*<\/span><\/label><textarea id=\"wpforms-20-field_4\" class=\"wpforms-field-medium wpforms-field-required\" name=\"wpforms[fields][4]\" placeholder=\"Message\" required><\/textarea><\/div><\/div><!-- .wpforms-field-container --><div class=\"wpforms-submit-container\" ><input type=\"hidden\" name=\"wpforms[id]\" value=\"20\"><input type=\"hidden\" name=\"page_title\" value=\"\"><input type=\"hidden\" name=\"page_url\" value=\"https:\/\/batenllc.com\/es\/wp-json\/wp\/v2\/pages\/1373\"><input type=\"hidden\" name=\"url_referer\" value=\"\"><button type=\"submit\" name=\"wpforms[submit]\" id=\"wpforms-submit-20\" class=\"wpforms-submit\" data-alt-text=\"Sending...\" data-submit-text=\"Send Message\" aria-live=\"assertive\" value=\"wpforms-submit\">Send Message<\/button><\/div><\/form><\/div>  <!-- .wpforms-container --><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Neumorphism-Card-Design 01 Construction As a construction firm, we handle various building projects including residential, commercial, and industrial structures. We manage all aspects of construction from design to completion, emphasizing safety, regulatory compliance, and sustainability. Our use of advanced technologies and eco-friendly practices ensures top-quality results. Read More 02 Landscaping Our landscaping firm specializes in designing [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"no-sidebar","site-content-layout":"page-builder","ast-site-content-layout":"full-width-container","site-content-style":"unboxed","site-sidebar-style":"unboxed","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":"","ast-disable-related-posts":"","theme-transparent-header-meta":"default","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"class_list":["post-1373","page","type-page","status-publish","hentry"],"uagb_featured_image_src":{"full":false,"thumbnail":false,"medium":false,"medium_large":false,"large":false,"1536x1536":false,"2048x2048":false,"trp-custom-language-flag":false},"uagb_author_info":{"display_name":"cmerino6","author_link":"https:\/\/batenllc.com\/es\/author\/cmerino6\/"},"uagb_comment_info":0,"uagb_excerpt":"Neumorphism-Card-Design 01 Construction As a construction firm, we handle various building projects including residential, commercial, and industrial structures. We manage all aspects of construction from design to completion, emphasizing safety, regulatory compliance, and sustainability. Our use of advanced technologies and eco-friendly practices ensures top-quality results. Read More 02 Landscaping Our landscaping firm specializes in designing&hellip;","_links":{"self":[{"href":"https:\/\/batenllc.com\/es\/wp-json\/wp\/v2\/pages\/1373","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/batenllc.com\/es\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/batenllc.com\/es\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/batenllc.com\/es\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/batenllc.com\/es\/wp-json\/wp\/v2\/comments?post=1373"}],"version-history":[{"count":80,"href":"https:\/\/batenllc.com\/es\/wp-json\/wp\/v2\/pages\/1373\/revisions"}],"predecessor-version":[{"id":1898,"href":"https:\/\/batenllc.com\/es\/wp-json\/wp\/v2\/pages\/1373\/revisions\/1898"}],"wp:attachment":[{"href":"https:\/\/batenllc.com\/es\/wp-json\/wp\/v2\/media?parent=1373"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}