{"id":864,"date":"2025-05-23T04:38:38","date_gmt":"2025-05-23T04:38:38","guid":{"rendered":"https:\/\/krakowconstructions.com.au\/?page_id=864"},"modified":"2025-06-12T13:40:37","modified_gmt":"2025-06-12T03:40:37","slug":"about-us","status":"publish","type":"page","link":"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/","title":{"rendered":"About Us"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"864\" class=\"elementor elementor-864\" data-elementor-post-type=\"page\">\n\t\t\t\t\t\t<section class=\"elementor-section elementor-top-section elementor-element elementor-element-62b57ef elementor-section-height-min-height elementor-section-boxed elementor-section-height-default elementor-section-items-middle\" data-id=\"62b57ef\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-214937f\" data-id=\"214937f\" data-element_type=\"column\" data-e-type=\"column\">\n\t\t\t<div class=\"elementor-widget-wrap\">\n\t\t\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<section class=\"elementor-section elementor-top-section elementor-element elementor-element-661c412 elementor-section-full_width elementor-section-height-default elementor-section-height-default\" data-id=\"661c412\" data-element_type=\"section\" data-e-type=\"section\" data-settings=\"{&quot;background_background&quot;:&quot;classic&quot;}\">\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-dda0538\" data-id=\"dda0538\" 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-34ca4f4 elementor-widget elementor-widget-html\" data-id=\"34ca4f4\" 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<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n    <meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <style>\n        @import url('https:\/\/fonts.googleapis.com\/css2?family=Montserrat:wght@400;500;600;700;800&family=Playfair+Display:wght@700&display=swap');\n\n        * {\n            margin: 0;\n            padding: 0;\n            box-sizing: border-box;\n        }\n\n        body {\n            font-family: 'Montserrat', sans-serif;\n            color: #2c2c2c;\n            line-height: 1.6;\n            background: #ffffff;\n        }\n\n        \/* Container *\/\n        .container {\n            max-width: 1200px;\n            margin: 0 auto;\n            padding: 0 20px;\n        }\n\n        \/* Header Section *\/\n        .about-header {\n            padding: 100px 0;\n            background: #f8f8f8;\n            text-align: center;\n        }\n\n        .header-tag {\n            display: inline-block;\n            font-size: 14px;\n            font-weight: 600;\n            letter-spacing: 3px;\n            text-transform: uppercase;\n            color: #c9302c;\n            margin-bottom: 20px;\n        }\n\n        .header-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 56px;\n            font-weight: 700;\n            line-height: 1.2;\n            color: #1a1a1a;\n            margin-bottom: 25px;\n        }\n\n        .header-subtitle {\n            font-size: 20px;\n            color: #666;\n            max-width: 700px;\n            margin: 0 auto;\n            line-height: 1.6;\n        }\n\n        \/* Story Section *\/\n        .story-section {\n            padding: 100px 0;\n            background: #ffffff;\n        }\n\n        .story-grid {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 80px;\n            align-items: center;\n        }\n\n        .story-content {\n            padding-right: 40px;\n        }\n\n        .story-label {\n            font-size: 13px;\n            font-weight: 600;\n            letter-spacing: 2px;\n            text-transform: uppercase;\n            color: #c9302c;\n            margin-bottom: 20px;\n        }\n\n        .story-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 42px;\n            line-height: 1.2;\n            color: #1a1a1a;\n            margin-bottom: 30px;\n        }\n\n        .story-text {\n            font-size: 16px;\n            color: #666;\n            margin-bottom: 25px;\n            line-height: 1.8;\n        }\n\n        .story-highlight {\n            font-size: 18px;\n            font-weight: 600;\n            color: #333;\n            padding: 25px;\n            background: #f8f8f8;\n            border-left: 4px solid #c9302c;\n            margin: 30px 0;\n        }\n\n        \/* Image Section *\/\n        .story-images {\n            position: relative;\n            height: 600px;\n        }\n\n        .image-main {\n            position: absolute;\n            width: 100%;\n            height: 500px;\n            top: 0;\n            left: 0;\n            overflow: hidden;\n            box-shadow: 0 30px 60px rgba(0,0,0,0.12);\n        }\n\n        .image-main img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .experience-badge {\n            position: absolute;\n            bottom: -20px;\n            right: 40px;\n            background: white;\n            padding: 30px 40px;\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n            text-align: center;\n            z-index: 10;\n        }\n\n        .badge-number {\n            font-size: 48px;\n            font-weight: 700;\n            color: #c9302c;\n            line-height: 1;\n            margin-bottom: 5px;\n        }\n\n        .badge-text {\n            font-size: 14px;\n            font-weight: 600;\n            color: #666;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n        }\n\n        \/* Values Section *\/\n        .values-section {\n            padding: 100px 0;\n            background: #f8f8f8;\n        }\n\n        .values-header {\n            text-align: center;\n            margin-bottom: 60px;\n        }\n\n        .values-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 42px;\n            color: #1a1a1a;\n            margin-bottom: 20px;\n        }\n\n        .values-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 30px;\n        }\n\n        .value-card {\n            background: white;\n            padding: 40px 30px;\n            text-align: center;\n            transition: all 0.3s ease;\n            cursor: pointer;\n        }\n\n        .value-card:hover {\n            transform: translateY(-10px);\n            box-shadow: 0 20px 40px rgba(0,0,0,0.1);\n        }\n\n        .value-icon {\n            width: 60px;\n            height: 60px;\n            background: rgba(201, 48, 44, 0.1);\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin: 0 auto 20px;\n            transition: all 0.3s ease;\n        }\n\n        .value-card:hover .value-icon {\n            background: #c9302c;\n        }\n\n        .value-icon svg {\n            width: 30px;\n            height: 30px;\n            fill: #c9302c;\n            transition: all 0.3s ease;\n        }\n\n        .value-card:hover .value-icon svg {\n            fill: white;\n        }\n\n        .value-name {\n            font-size: 18px;\n            font-weight: 600;\n            color: #1a1a1a;\n            margin-bottom: 10px;\n        }\n\n        .value-desc {\n            font-size: 14px;\n            color: #666;\n            line-height: 1.6;\n        }\n\n        \/* Team Section *\/\n        .team-section {\n            padding: 100px 0;\n            background: #ffffff;\n        }\n\n        .team-intro {\n            display: grid;\n            grid-template-columns: 1fr 1fr;\n            gap: 80px;\n            align-items: center;\n            margin-bottom: 80px;\n        }\n\n        .team-content {\n            padding-left: 40px;\n            order: 2;\n        }\n\n        .team-image {\n            order: 1;\n            position: relative;\n            height: 500px;\n            overflow: hidden;\n            box-shadow: 0 30px 60px rgba(0,0,0,0.12);\n        }\n\n        .team-image img {\n            width: 100%;\n            height: 100%;\n            object-fit: cover;\n        }\n\n        .team-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 42px;\n            line-height: 1.2;\n            color: #1a1a1a;\n            margin-bottom: 30px;\n        }\n\n        .team-text {\n            font-size: 16px;\n            color: #666;\n            margin-bottom: 25px;\n            line-height: 1.8;\n        }\n\n        .team-features {\n            list-style: none;\n            margin-top: 30px;\n        }\n\n        .team-feature {\n            display: flex;\n            align-items: center;\n            margin-bottom: 20px;\n        }\n\n        .team-feature-icon {\n            width: 24px;\n            height: 24px;\n            background: #c9302c;\n            border-radius: 50%;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            margin-right: 15px;\n            flex-shrink: 0;\n        }\n\n        .team-feature-icon svg {\n            width: 14px;\n            height: 14px;\n            fill: white;\n        }\n\n        .team-feature-text {\n            font-size: 16px;\n            color: #333;\n            font-weight: 500;\n        }\n\n        \/* Stats Section *\/\n        .stats-section {\n            padding: 80px 0;\n            background: linear-gradient(135deg, #1a1a1a 0%, #2a2a2a 100%);\n        }\n\n        .stats-grid {\n            display: grid;\n            grid-template-columns: repeat(4, 1fr);\n            gap: 40px;\n            text-align: center;\n        }\n\n        .stat-item {\n            color: white;\n        }\n\n        .stat-number {\n            font-size: 56px;\n            font-weight: 700;\n            color: #c9302c;\n            margin-bottom: 10px;\n            line-height: 1;\n        }\n\n        .stat-label {\n            font-size: 16px;\n            text-transform: uppercase;\n            letter-spacing: 2px;\n            opacity: 0.8;\n        }\n\n        \/* CTA Section *\/\n        .cta-section {\n            padding: 100px 0;\n            background: #f8f8f8;\n            text-align: center;\n        }\n\n        .cta-title {\n            font-family: 'Playfair Display', serif;\n            font-size: 48px;\n            color: #1a1a1a;\n            margin-bottom: 20px;\n        }\n\n        .cta-subtitle {\n            font-size: 20px;\n            color: #666;\n            margin-bottom: 40px;\n        }\n\n        .cta-buttons {\n            display: flex;\n            gap: 20px;\n            justify-content: center;\n            flex-wrap: wrap;\n        }\n\n        .btn {\n            padding: 18px 50px;\n            font-size: 16px;\n            font-weight: 600;\n            text-decoration: none;\n            text-transform: uppercase;\n            letter-spacing: 1px;\n            transition: all 0.3s ease;\n            border: none;\n            cursor: pointer;\n            display: inline-block;\n        }\n\n        .btn-primary {\n            background: #c9302c;\n            color: white;\n        }\n\n        .btn-primary:hover {\n            background: #a02622;\n            transform: translateY(-2px);\n            box-shadow: 0 10px 30px rgba(201, 48, 44, 0.3);\n        }\n\n        .btn-outline {\n            background: transparent;\n            color: #1a1a1a;\n            border: 2px solid #1a1a1a;\n        }\n\n        .btn-outline:hover {\n            background: #1a1a1a;\n            color: white;\n        }\n\n        \/* Responsive *\/\n        @media (max-width: 1024px) {\n            .story-grid,\n            .team-intro {\n                gap: 60px;\n            }\n\n            .values-grid {\n                grid-template-columns: repeat(2, 1fr);\n            }\n        }\n\n        @media (max-width: 768px) {\n            .header-title {\n                font-size: 42px;\n            }\n\n            .story-grid,\n            .team-intro {\n                grid-template-columns: 1fr;\n                gap: 40px;\n            }\n\n            .story-content {\n                padding-right: 0;\n            }\n\n            .team-content {\n                padding-left: 0;\n                order: 1;\n            }\n\n            .team-image {\n                order: 2;\n            }\n\n            .story-images {\n                height: 400px;\n            }\n\n            .image-main {\n                height: 350px;\n            }\n\n            .experience-badge {\n                bottom: 20px;\n                right: 20px;\n                padding: 20px 30px;\n            }\n\n            .badge-number {\n                font-size: 36px;\n            }\n\n            .values-grid {\n                grid-template-columns: 1fr;\n            }\n\n            .stats-grid {\n                grid-template-columns: repeat(2, 1fr);\n                gap: 30px;\n            }\n\n            .cta-buttons {\n                flex-direction: column;\n                align-items: center;\n            }\n\n            .btn {\n                width: 100%;\n                max-width: 300px;\n            }\n        }\n\n        @media (max-width: 480px) {\n            .about-header,\n            .story-section,\n            .values-section,\n            .team-section,\n            .cta-section {\n                padding: 60px 0;\n            }\n\n            .header-title {\n                font-size: 36px;\n            }\n\n            .header-subtitle {\n                font-size: 18px;\n            }\n\n            .story-title,\n            .values-title,\n            .team-title {\n                font-size: 32px;\n            }\n\n            .story-text,\n            .team-text {\n                font-size: 15px;\n            }\n\n            .stats-section {\n                padding: 60px 0;\n            }\n\n            .stat-number {\n                font-size: 42px;\n            }\n\n            .stat-label {\n                font-size: 14px;\n            }\n\n            .cta-title {\n                font-size: 36px;\n            }\n        }\n    <\/style>\n<\/head>\n<body>\n    <!-- Header Section -->\n    <section class=\"about-header\">\n        <div class=\"container\">\n            <span class=\"header-tag\">About Krakow Constructions<\/span>\n            <h1 class=\"header-title\">Building Excellence Since 2018<\/h1>\n            <p class=\"header-subtitle\">\n                We're more than builders \u2013 we're partners in creating spaces that inspire, \n                endure, and enhance the Sydney & Illawarra communities.\n            <\/p>\n        <\/div>\n    <\/section>\n\n    <!-- Story Section -->\n    <section class=\"story-section\">\n        <div class=\"container\">\n            <div class=\"story-grid\">\n                <div class=\"story-content\">\n                    <span class=\"story-label\">Our Story<\/span>\n                    <h2 class=\"story-title\">From Vision to Reality<\/h2>\n                    <p class=\"story-text\">\n                        Founded in 2018, Krakow Constructions began with a simple belief: \n                        every building project should be a collaboration between passionate \n                        builders and inspired clients.\n                    <\/p>\n                    <p class=\"story-text\">\n                        We've transformed from a small family operation \n                        into one of Sydney's most trusted construction companies, without \n                        losing sight of what matters most \u2013 quality, integrity, and \n                        personal service.\n                    <\/p>\n                    <div class=\"story-highlight\">\n                        \"We invite you to be part of the building experience, from design \n                        to completion. Your dream is our blueprint.\"\n                    <\/div>\n                    <p class=\"story-text\">\n                        Today, with multiple projects completed and a team of skilled \n                        professionals, we continue to set new standards in residential and \n                        commercial construction.\n                    <\/p>\n                <\/div>\n                \n                <div class=\"story-images\">\n                    <div class=\"image-main\">\n                        <img decoding=\"async\" src=\"https:\/\/krakowconstructions.com.au\/wp-content\/uploads\/2024\/01\/Wilton_Kitchen_CAM-1_Final-scaled.jpg\" alt=\"Krakow Construction Project\">\n                    <\/div>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Values Section -->\n    <section class=\"values-section\">\n        <div class=\"container\">\n            <div class=\"values-header\">\n                <h2 class=\"values-title\">Our Core Values<\/h2>\n                <p class=\"header-subtitle\">The principles that guide every project we undertake<\/p>\n            <\/div>\n            \n            <div class=\"values-grid\">\n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <path d=\"M12 2l3.09 6.26L22 9.27l-5 4.87 1.18 6.88L12 17.77l-6.18 3.25L7 14.14 2 9.27l6.91-1.01L12 2z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"value-name\">Quality<\/h3>\n                    <p class=\"value-desc\">Uncompromising standards in every detail<\/p>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <path d=\"M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"value-name\">Trust<\/h3>\n                    <p class=\"value-desc\">Building relationships that last<\/p>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <path d=\"M9.4 16.6L4.8 12l4.6-4.6L8 6l-6 6 6 6 1.4-1.4zm5.2 0l4.6-4.6-4.6-4.6L16 6l6 6-6 6-1.4-1.4z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"value-name\">Innovation<\/h3>\n                    <p class=\"value-desc\">Embracing modern solutions<\/p>\n                <\/div>\n                \n                <div class=\"value-card\">\n                    <div class=\"value-icon\">\n                        <svg viewBox=\"0 0 24 24\">\n                            <path d=\"M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5c-1.66 0-3 1.34-3 3s1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5C6.34 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V19h14v-2.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V19h6v-2.5c0-2.33-4.67-3.5-7-3.5z\"\/>\n                        <\/svg>\n                    <\/div>\n                    <h3 class=\"value-name\">Partnership<\/h3>\n                    <p class=\"value-desc\">Your vision, our expertise<\/p>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- Team Section -->\n    <section class=\"team-section\">\n        <div class=\"container\">\n            <div class=\"team-intro\">\n                <div class=\"team-image\">\n                    <img decoding=\"async\" src=\"https:\/\/krakowconstructions.com.au\/wp-content\/uploads\/2025\/06\/Image-from-Dropbox-scaled.jpeg\" alt=\"Krakow Team\">\n                <\/div>\n                \n                <div class=\"team-content\">\n                    <span class=\"story-label\">Our Team<\/span>\n                    <h2 class=\"team-title\">Expertise You Can Trust<\/h2>\n                    <p class=\"team-text\">\n                        Our team of professionals brings together decades of experience \n                        in construction, architecture, and project management. Each member \n                        is carefully selected for their expertise, dedication, and commitment \n                        to excellence.\n                    <\/p>\n                    <p class=\"team-text\">\n                        From our skilled tradespeople to our innovative designers, every \n                        team member plays a crucial role in delivering exceptional results.\n                    <\/p>\n                    \n                    <ul class=\"team-features\">\n                        <li class=\"team-feature\">\n                            <div class=\"team-feature-icon\">\n                                <svg viewBox=\"0 0 24 24\">\n                                    <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\n                                <\/svg>\n                            <\/div>\n                            <span class=\"team-feature-text\">Licensed Master Builders<\/span>\n                        <\/li>\n                        <li class=\"team-feature\">\n                            <div class=\"team-feature-icon\">\n                                <svg viewBox=\"0 0 24 24\">\n                                    <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\n                                <\/svg>\n                            <\/div>\n                            <span class=\"team-feature-text\">In-House Architects & Designers<\/span>\n                        <\/li>\n                        <li class=\"team-feature\">\n                            <div class=\"team-feature-icon\">\n                                <svg viewBox=\"0 0 24 24\">\n                                    <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\n                                <\/svg>\n                            <\/div>\n                            <span class=\"team-feature-text\">Dedicated Project Managers<\/span>\n                        <\/li>\n                        <li class=\"team-feature\">\n                            <div class=\"team-feature-icon\">\n                                <svg viewBox=\"0 0 24 24\">\n                                    <path d=\"M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z\"\/>\n                                <\/svg>\n                            <\/div>\n                            <span class=\"team-feature-text\">24\/7 Client Support<\/span>\n                        <\/li>\n                    <\/ul>\n                <\/div>\n            <\/div>\n        <\/div>\n    <\/section>\n\n    <!-- CTA Section -->\n    <section class=\"cta-section\">\n        <div class=\"container\">\n            <h2 class=\"cta-title\">Let's Build Your Dream Together<\/h2>\n            <p class=\"cta-subtitle\">\n                Experience the Krakow difference \u2013 where quality meets innovation\n            <\/p>\n            <div class=\"cta-buttons\">\n                <a href=\"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/#stay_in_touch\" class=\"btn btn-primary\">Get in Touch<\/a>\n            <\/div>\n        <\/div>\n    <\/section>\n<\/body>\n<\/html>\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>About Krakow Constructions Building Excellence Since 2018 We&#8217;re more than builders \u2013 we&#8217;re partners in creating spaces that inspire, endure, and enhance the Sydney &#038; Illawarra communities. Our Story From Vision to Reality Founded in 2018, Krakow Constructions began with a simple belief: every building project should be a collaboration between passionate builders and inspired [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"_acf_changed":false,"inline_featured_image":false,"footnotes":""},"class_list":["post-864","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>About Us - krakowconstructions.com.au<\/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:\/\/krakowconstructions.com.au\/index.php\/about-us\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"About Us - krakowconstructions.com.au\" \/>\n<meta property=\"og:description\" content=\"About Krakow Constructions Building Excellence Since 2018 We&#8217;re more than builders \u2013 we&#8217;re partners in creating spaces that inspire, endure, and enhance the Sydney &#038; Illawarra communities. Our Story From Vision to Reality Founded in 2018, Krakow Constructions began with a simple belief: every building project should be a collaboration between passionate builders and inspired [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/\" \/>\n<meta property=\"og:site_name\" content=\"krakowconstructions.com.au\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-12T03:40:37+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/krakowconstructions.com.au\/wp-content\/uploads\/2024\/01\/Wilton_Kitchen_CAM-1_Final-scaled.jpg\" \/>\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=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/\",\"url\":\"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/\",\"name\":\"About Us - krakowconstructions.com.au\",\"isPartOf\":{\"@id\":\"https:\/\/krakowconstructions.com.au\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/krakowconstructions.com.au\/wp-content\/uploads\/2024\/01\/Wilton_Kitchen_CAM-1_Final-scaled.jpg\",\"datePublished\":\"2025-05-23T04:38:38+00:00\",\"dateModified\":\"2025-06-12T03:40:37+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/#primaryimage\",\"url\":\"https:\/\/krakowconstructions.com.au\/wp-content\/uploads\/2024\/01\/Wilton_Kitchen_CAM-1_Final-scaled.jpg\",\"contentUrl\":\"https:\/\/krakowconstructions.com.au\/wp-content\/uploads\/2024\/01\/Wilton_Kitchen_CAM-1_Final-scaled.jpg\",\"width\":2560,\"height\":1440},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/krakowconstructions.com.au\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"About Us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/krakowconstructions.com.au\/#website\",\"url\":\"https:\/\/krakowconstructions.com.au\/\",\"name\":\"krakowconstructions.com.au\",\"description\":\"Krakow Constructions\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/krakowconstructions.com.au\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"About Us - krakowconstructions.com.au","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:\/\/krakowconstructions.com.au\/index.php\/about-us\/","og_locale":"en_US","og_type":"article","og_title":"About Us - krakowconstructions.com.au","og_description":"About Krakow Constructions Building Excellence Since 2018 We&#8217;re more than builders \u2013 we&#8217;re partners in creating spaces that inspire, endure, and enhance the Sydney &#038; Illawarra communities. Our Story From Vision to Reality Founded in 2018, Krakow Constructions began with a simple belief: every building project should be a collaboration between passionate builders and inspired [&hellip;]","og_url":"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/","og_site_name":"krakowconstructions.com.au","article_modified_time":"2025-06-12T03:40:37+00:00","og_image":[{"url":"https:\/\/krakowconstructions.com.au\/wp-content\/uploads\/2024\/01\/Wilton_Kitchen_CAM-1_Final-scaled.jpg","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/","url":"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/","name":"About Us - krakowconstructions.com.au","isPartOf":{"@id":"https:\/\/krakowconstructions.com.au\/#website"},"primaryImageOfPage":{"@id":"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/#primaryimage"},"image":{"@id":"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/#primaryimage"},"thumbnailUrl":"https:\/\/krakowconstructions.com.au\/wp-content\/uploads\/2024\/01\/Wilton_Kitchen_CAM-1_Final-scaled.jpg","datePublished":"2025-05-23T04:38:38+00:00","dateModified":"2025-06-12T03:40:37+00:00","breadcrumb":{"@id":"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/krakowconstructions.com.au\/index.php\/about-us\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/#primaryimage","url":"https:\/\/krakowconstructions.com.au\/wp-content\/uploads\/2024\/01\/Wilton_Kitchen_CAM-1_Final-scaled.jpg","contentUrl":"https:\/\/krakowconstructions.com.au\/wp-content\/uploads\/2024\/01\/Wilton_Kitchen_CAM-1_Final-scaled.jpg","width":2560,"height":1440},{"@type":"BreadcrumbList","@id":"https:\/\/krakowconstructions.com.au\/index.php\/about-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/krakowconstructions.com.au\/"},{"@type":"ListItem","position":2,"name":"About Us"}]},{"@type":"WebSite","@id":"https:\/\/krakowconstructions.com.au\/#website","url":"https:\/\/krakowconstructions.com.au\/","name":"krakowconstructions.com.au","description":"Krakow Constructions","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/krakowconstructions.com.au\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/krakowconstructions.com.au\/index.php\/wp-json\/wp\/v2\/pages\/864","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/krakowconstructions.com.au\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/krakowconstructions.com.au\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/krakowconstructions.com.au\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/krakowconstructions.com.au\/index.php\/wp-json\/wp\/v2\/comments?post=864"}],"version-history":[{"count":43,"href":"https:\/\/krakowconstructions.com.au\/index.php\/wp-json\/wp\/v2\/pages\/864\/revisions"}],"predecessor-version":[{"id":959,"href":"https:\/\/krakowconstructions.com.au\/index.php\/wp-json\/wp\/v2\/pages\/864\/revisions\/959"}],"wp:attachment":[{"href":"https:\/\/krakowconstructions.com.au\/index.php\/wp-json\/wp\/v2\/media?parent=864"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}