{"id":124,"date":"2026-01-18T10:54:43","date_gmt":"2026-01-18T10:54:43","guid":{"rendered":"https:\/\/growupwithus.digital\/?page_id=124"},"modified":"2026-01-18T11:00:07","modified_gmt":"2026-01-18T11:00:07","slug":"landing-page-bhutani-infra","status":"publish","type":"page","link":"https:\/\/growupwithus.digital\/?page_id=124","title":{"rendered":"Landing page Bhutani Infra"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"124\" class=\"elementor elementor-124\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-8c4f72f elementor-section-boxed elementor-section-height-default elementor-section-height-default wpr-particle-no wpr-jarallax-no wpr-parallax-no wpr-sticky-section-no wpr-column-slider-no wpr-equal-height-no\" data-id=\"8c4f72f\" 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-efcf2c6\" data-id=\"efcf2c6\" 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-1105ce0 elementor-widget elementor-widget-html\" data-id=\"1105ce0\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!DOCTYPE html>\r\n<html lang=\"en\">\r\n<head>\r\n    <meta charset=\"UTF-8\">\r\n    <title>Bhutan Infra - Luxury Living<\/title>\r\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\r\n\r\n    <style>\r\n        * {\r\n            margin: 0;\r\n            padding: 0;\r\n            box-sizing: border-box;\r\n            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;\r\n        }\r\n\r\n        body {\r\n            background-color: #f5f5f5;\r\n            color: #333;\r\n        }\r\n\r\n        header {\r\n            background: #0b3d2e;\r\n            color: #fff;\r\n            padding: 20px 60px;\r\n            display: flex;\r\n            justify-content: space-between;\r\n            align-items: center;\r\n        }\r\n\r\n        header h1 {\r\n            font-size: 26px;\r\n        }\r\n\r\n        header a {\r\n            color: #fff;\r\n            text-decoration: none;\r\n            margin-left: 25px;\r\n            font-weight: 500;\r\n        }\r\n\r\n        \/* HERO SECTION *\/\r\n        .hero {\r\n            display: flex;\r\n            flex-wrap: wrap;\r\n            align-items: center;\r\n            padding: 60px;\r\n            background: #ffffff;\r\n        }\r\n\r\n        .hero-text {\r\n            flex: 1;\r\n            padding-right: 40px;\r\n        }\r\n\r\n        .hero-text h2 {\r\n            font-size: 40px;\r\n            margin-bottom: 20px;\r\n            color: #0b3d2e;\r\n        }\r\n\r\n        .hero-text p {\r\n            font-size: 18px;\r\n            margin-bottom: 30px;\r\n            line-height: 1.6;\r\n        }\r\n\r\n        .hero-text button {\r\n            padding: 14px 30px;\r\n            font-size: 16px;\r\n            border: none;\r\n            background: #0b3d2e;\r\n            color: #fff;\r\n            cursor: pointer;\r\n            border-radius: 4px;\r\n        }\r\n\r\n        .hero-text button:hover {\r\n            background: #145c44;\r\n        }\r\n\r\n        .hero-image {\r\n            flex: 1;\r\n        }\r\n\r\n        .hero-image img {\r\n            width: 100%;\r\n            border-radius: 10px;\r\n            box-shadow: 0 10px 25px rgba(0,0,0,0.15);\r\n        }\r\n\r\n        \/* FEATURES *\/\r\n        .features {\r\n            padding: 60px;\r\n            background: #f0f0f0;\r\n            display: grid;\r\n            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));\r\n            gap: 30px;\r\n        }\r\n\r\n        .feature-box {\r\n            background: #fff;\r\n            padding: 30px;\r\n            border-radius: 8px;\r\n            text-align: center;\r\n            box-shadow: 0 5px 15px rgba(0,0,0,0.08);\r\n        }\r\n\r\n        .feature-box h3 {\r\n            margin-bottom: 15px;\r\n            color: #0b3d2e;\r\n        }\r\n\r\n        \/* CTA *\/\r\n        .cta {\r\n            background: #0b3d2e;\r\n            color: #fff;\r\n            padding: 60px;\r\n            text-align: center;\r\n        }\r\n\r\n        .cta h2 {\r\n            font-size: 32px;\r\n            margin-bottom: 20px;\r\n        }\r\n\r\n        .cta button {\r\n            padding: 14px 35px;\r\n            font-size: 16px;\r\n            background: #ffffff;\r\n            color: #0b3d2e;\r\n            border: none;\r\n            border-radius: 4px;\r\n            cursor: pointer;\r\n            font-weight: bold;\r\n        }\r\n\r\n        \/* FOOTER *\/\r\n        footer {\r\n            background: #02261b;\r\n            color: #ccc;\r\n            text-align: center;\r\n            padding: 20px;\r\n            font-size: 14px;\r\n        }\r\n\r\n        @media(max-width: 768px) {\r\n            .hero {\r\n                padding: 30px;\r\n            }\r\n            .hero-text {\r\n                padding-right: 0;\r\n                margin-bottom: 30px;\r\n            }\r\n        }\r\n    <\/style>\r\n<\/head>\r\n\r\n<body>\r\n\r\n<header>\r\n    <h1>Bhutan Infra<\/h1>\r\n    <nav>\r\n        <a href=\"#\">Home<\/a>\r\n        <a href=\"#\">Projects<\/a>\r\n        <a href=\"#\">About<\/a>\r\n        <a href=\"#\">Contact<\/a>\r\n    <\/nav>\r\n<\/header>\r\n\r\n<section class=\"hero\">\r\n    <div class=\"hero-text\">\r\n        <h2>Luxury Homes Crafted for Modern Living<\/h2>\r\n        <p>\r\n            Premium 2 & 3 BHK apartments with world-class amenities,\r\n            elegant architecture, and peaceful surroundings.\r\n            Starting from just <strong>\u20b972 Lakhs<\/strong>.\r\n        <\/p>\r\n        <button>Book Site Visit<\/button>\r\n    <\/div>\r\n\r\n    <div class=\"hero-image\">\r\n        <img decoding=\"async\" src=\"bd1.png\" alt=\"Bhutan Infra Apartments\">\r\n    <\/div>\r\n<\/section>\r\n\r\n<section class=\"features\">\r\n    <div class=\"feature-box\">\r\n        <h3>Prime Location<\/h3>\r\n        <p>Easy connectivity, green surroundings, and peaceful lifestyle.<\/p>\r\n    <\/div>\r\n    <div class=\"feature-box\">\r\n        <h3>Modern Design<\/h3>\r\n        <p>Premium elevation, spacious balconies, and luxury interiors.<\/p>\r\n    <\/div>\r\n    <div class=\"feature-box\">\r\n        <h3>Trusted Builder<\/h3>\r\n        <p>Years of excellence in real estate development.<\/p>\r\n    <\/div>\r\n<\/section>\r\n\r\n<section class=\"cta\">\r\n    <h2>Your Dream Home Awaits<\/h2>\r\n    <button>Enquire Now<\/button>\r\n<\/section>\r\n\r\n<footer>\r\n    \u00a9 2026 Bhutan Infra. All Rights Reserved.\r\n<\/footer>\r\n\r\n<\/body>\r\n<\/html>\r\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>Bhutan Infra &#8211; Luxury Living Bhutan Infra Home Projects About Contact Luxury Homes Crafted for Modern Living Premium 2 &#038; 3 BHK apartments with world-class amenities, elegant architecture, and peaceful surroundings. Starting from just \u20b972 Lakhs. Book Site Visit Prime Location Easy connectivity, green surroundings, and peaceful lifestyle. Modern Design Premium elevation, spacious balconies, and luxury interiors. Trusted Builder Years of excellence in real estate development. Your Dream Home Awaits Enquire Now \u00a9 2026 Bhutan Infra. All Rights Reserved.<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","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":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-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":"","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-4)","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-4)","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-4)","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":""}},"_vp_format_video_url":"","_vp_image_focal_point":[],"footnotes":""},"class_list":["post-124","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/growupwithus.digital\/index.php?rest_route=\/wp\/v2\/pages\/124","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/growupwithus.digital\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/growupwithus.digital\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/growupwithus.digital\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/growupwithus.digital\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=124"}],"version-history":[{"count":7,"href":"https:\/\/growupwithus.digital\/index.php?rest_route=\/wp\/v2\/pages\/124\/revisions"}],"predecessor-version":[{"id":131,"href":"https:\/\/growupwithus.digital\/index.php?rest_route=\/wp\/v2\/pages\/124\/revisions\/131"}],"wp:attachment":[{"href":"https:\/\/growupwithus.digital\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=124"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}