{"id":513,"date":"2026-05-08T09:03:34","date_gmt":"2026-05-08T09:03:34","guid":{"rendered":"https:\/\/armadorconstruction.com\/?page_id=513"},"modified":"2026-05-08T12:02:36","modified_gmt":"2026-05-08T12:02:36","slug":"elementor-513","status":"publish","type":"page","link":"https:\/\/armadorconstruction.com\/","title":{"rendered":"Ana Sayfa"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"513\" class=\"elementor elementor-513\">\n\t\t\t\t\t\t<div class=\"elementor-element elementor-element-88d750e e-con e-atomic-element e-flexbox-base\" data-id=\"88d750e\" data-element_type=\"e-flexbox\" data-e-type=\"e-flexbox\" data-interaction-id=\"88d750e\">\n\t\t\t\t<div class=\"elementor-element elementor-element-755934a elementor-widget__width-inherit elementor-absolute elementor-widget elementor-widget-html\" data-id=\"755934a\" data-element_type=\"widget\" data-e-type=\"widget\" data-settings=\"{&quot;_position&quot;:&quot;absolute&quot;}\" data-widget_type=\"html.default\">\n\t\t\t\t\t<!-- ======================================================\n     ARMADOR CONSTRUCTION - Ana Sayfa\n     WordPress \/ Elementor HTML Widget i\u00e7in\n     ====================================================== -->\n\n<style>\n  \/* === RESET & BASE === *\/\n  .armador-wrapper * {\n    box-sizing: border-box;\n    margin: 0;\n    padding: 0;\n  }\n\n  .armador-wrapper {\n    --navy: #0a1f3d;\n    --navy-deep: #061530;\n    --gray: #6b7280;\n    --gray-light: #e5e7eb;\n    --gray-bg: #f5f5f4;\n    --gold: #c9a961;\n    --gold-light: #d4b876;\n    --white: #ffffff;\n    --font-display: 'Playfair Display', Georgia, serif;\n    --font-body: 'Inter', -apple-system, sans-serif;\n\n    font-family: var(--font-body);\n    color: var(--navy);\n    line-height: 1.6;\n    overflow-x: hidden;\n  }\n\n  \/* === GOOGLE FONTS === *\/\n  @import url('https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:wght@400;500;600;700&family=Inter:wght@300;400;500;600&display=swap');\n\n  \/* === HERO SECTION === *\/\n  .armador-hero {\n    position: relative;\n    height: 100vh;\n    min-height: 700px;\n    width: 100%;\n    overflow: hidden;\n    background: var(--navy-deep);\n  }\n\n  .armador-hero-image {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    z-index: 1;\n  }\n\n  .armador-hero-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(\n      135deg,\n      rgba(10, 31, 61, 0.85) 0%,\n      rgba(6, 21, 48, 0.65) 50%,\n      rgba(10, 31, 61, 0.75) 100%\n    );\n    z-index: 2;\n  }\n\n  .armador-hero-content {\n    position: relative;\n    z-index: 3;\n    height: 100%;\n    display: flex;\n    flex-direction: column;\n    justify-content: center;\n    align-items: center;\n    text-align: center;\n    padding: 2rem;\n    color: var(--white);\n  }\n\n  .armador-hero-tagline {\n    font-size: 0.85rem;\n    letter-spacing: 0.4em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 1.5rem;\n    font-weight: 500;\n    opacity: 0;\n    animation: fadeUp 1s ease 0.2s forwards;\n  }\n\n  .armador-hero-title {\n    font-family: var(--font-display);\n    font-size: clamp(2.5rem, 6vw, 5.5rem);\n    font-weight: 500;\n    line-height: 1.1;\n    max-width: 900px;\n    margin-bottom: 1.5rem;\n    opacity: 0;\n    animation: fadeUp 1s ease 0.4s forwards;\n    color: #ffffff !important;\n  }\n\n  .armador-hero-title .accent {\n    color: #c9a961 !important;\n    font-style: italic;\n    font-weight: 400;\n  }\n\n  .armador-hero-subtitle {\n    font-size: 1.1rem;\n    font-weight: 300;\n    max-width: 600px;\n    margin-bottom: 3rem;\n    color: rgba(255, 255, 255, 0.85);\n    opacity: 0;\n    animation: fadeUp 1s ease 0.6s forwards;\n  }\n\n  \/* === CTA BUTTON === *\/\n  .armador-cta {\n    display: inline-flex;\n    align-items: center;\n    gap: 0.75rem;\n    padding: 1.1rem 2.5rem;\n    background: var(--gold);\n    color: var(--navy-deep);\n    border: none;\n    font-family: var(--font-body);\n    font-size: 0.9rem;\n    font-weight: 600;\n    letter-spacing: 0.15em;\n    text-transform: uppercase;\n    text-decoration: none;\n    cursor: pointer;\n    transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    position: relative;\n    overflow: hidden;\n    opacity: 0;\n    animation: fadeUp 1s ease 0.8s forwards;\n  }\n\n  .armador-cta::before {\n    content: '';\n    position: absolute;\n    inset: 0;\n    background: var(--gold-light);\n    transform: translateY(100%);\n    transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);\n    z-index: 0;\n  }\n\n  .armador-cta:hover::before {\n    transform: translateY(0);\n  }\n\n  .armador-cta:hover {\n    transform: translateY(-2px);\n    box-shadow: 0 12px 30px rgba(201, 169, 97, 0.35);\n  }\n\n  .armador-cta span,\n  .armador-cta svg {\n    position: relative;\n    z-index: 1;\n  }\n\n  .armador-cta svg {\n    transition: transform 0.4s ease;\n  }\n\n  .armador-cta:hover svg {\n    transform: translateY(4px);\n  }\n\n  \/* === SCROLL INDICATOR === *\/\n  .armador-scroll-hint {\n    position: absolute;\n    bottom: 2rem;\n    left: 50%;\n    transform: translateX(-50%);\n    z-index: 3;\n    color: rgba(255, 255, 255, 0.6);\n    font-size: 0.7rem;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    animation: bounce 2s infinite;\n  }\n\n  \/* === PROJECTS SECTION === *\/\n  .armador-projects {\n    padding: 8rem 2rem;\n    background: var(--gray-bg);\n  }\n\n  .armador-container {\n    max-width: 1280px;\n    margin: 0 auto;\n  }\n\n  .armador-section-header {\n    text-align: center;\n    margin-bottom: 5rem;\n  }\n\n  .armador-eyebrow {\n    font-size: 0.75rem;\n    letter-spacing: 0.4em;\n    text-transform: uppercase;\n    color: var(--gold);\n    font-weight: 600;\n    margin-bottom: 1rem;\n    display: inline-block;\n  }\n\n  .armador-section-title {\n    font-family: var(--font-display);\n    font-size: clamp(2rem, 4vw, 3.5rem);\n    font-weight: 500;\n    color: var(--navy);\n    margin-bottom: 1rem;\n    line-height: 1.2;\n  }\n\n  .armador-section-subtitle {\n    color: var(--gray);\n    font-size: 1.05rem;\n    max-width: 600px;\n    margin: 0 auto;\n  }\n\n  .armador-divider {\n    width: 60px;\n    height: 2px;\n    background: var(--gold);\n    margin: 1.5rem auto 2rem;\n  }\n\n  \/* === PROJECT GRID === *\/\n  .armador-grid {\n    display: grid;\n    grid-template-columns: repeat(2, 1fr);\n    gap: 2rem;\n  }\n\n  @media (max-width: 768px) {\n    .armador-grid {\n      grid-template-columns: 1fr;\n    }\n  }\n\n  .armador-card {\n    position: relative;\n    overflow: hidden;\n    background: var(--white);\n    cursor: pointer;\n    transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1),\n                box-shadow 0.5s ease;\n    aspect-ratio: 4 \/ 3;\n    display: block;\n    text-decoration: none;\n    color: inherit;\n  }\n\n  .armador-card:hover {\n    transform: translateY(-8px);\n    box-shadow: 0 20px 50px rgba(10, 31, 61, 0.18);\n  }\n\n  .armador-card-image {\n    position: absolute;\n    inset: 0;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);\n  }\n\n  .armador-card:hover .armador-card-image {\n    transform: scale(1.08);\n  }\n\n  .armador-card-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(\n      to top,\n      rgba(6, 21, 48, 0.95) 0%,\n      rgba(6, 21, 48, 0.4) 50%,\n      transparent 100%\n    );\n    z-index: 1;\n  }\n\n  .armador-card-content {\n    position: absolute;\n    bottom: 0;\n    left: 0;\n    right: 0;\n    padding: 2rem;\n    z-index: 2;\n    color: var(--white);\n  }\n\n  .armador-card-category {\n    font-size: 0.7rem;\n    letter-spacing: 0.3em;\n    text-transform: uppercase;\n    color: var(--gold);\n    margin-bottom: 0.5rem;\n    font-weight: 600;\n  }\n\n  .armador-card-title {\n    font-family: var(--font-display);\n    font-size: 1.5rem;\n    font-weight: 500;\n    margin-bottom: 0.5rem;\n  }\n\n  .armador-card-location {\n    font-size: 0.85rem;\n    color: rgba(255, 255, 255, 0.7);\n    display: flex;\n    align-items: center;\n    gap: 0.4rem;\n  }\n\n  \/* === ANIMATIONS === *\/\n  @keyframes fadeUp {\n    from {\n      opacity: 0;\n      transform: translateY(30px);\n    }\n    to {\n      opacity: 1;\n      transform: translateY(0);\n    }\n  }\n\n  @keyframes bounce {\n    0%, 100% { transform: translateX(-50%) translateY(0); }\n    50% { transform: translateX(-50%) translateY(8px); }\n  }\n\n  \/* === RESPONSIVE === *\/\n  @media (max-width: 768px) {\n    .armador-hero {\n      min-height: 600px;\n    }\n    .armador-projects {\n      padding: 5rem 1.25rem;\n    }\n    .armador-section-header {\n      margin-bottom: 3rem;\n    }\n    .armador-grid {\n      gap: 1.25rem;\n    }\n  }\n<\/style>\n\n<!-- ============ HERO ============ -->\n<div class=\"armador-wrapper\">\n  <section class=\"armador-hero\" id=\"armador-hero\">\n    <!-- Hero G\u00f6rseli: kendi in\u015faat g\u00f6rselinizle de\u011fi\u015ftirin -->\n    <img decoding=\"async\"\n      class=\"armador-hero-image\"\n      src=\"https:\/\/armadorconstruction.com\/wp-content\/uploads\/2026\/04\/o_8-Photo-1.jpg-adli-dosyanin-kopyasi-1-2048x1152.jpg\"\n      alt=\"Armador Construction\"\n    \/>\n    <div class=\"armador-hero-overlay\"><\/div>\n\n    <div class=\"armador-hero-content\">\n      <div class=\"armador-hero-tagline\">Armador Construction<\/div>\n      <h1 class=\"armador-hero-title\">\n        Gelece\u011fi in\u015fa eden <span class=\"accent\">vizyon<\/span><br\/>\n        kal\u0131c\u0131 eserlere d\u00f6n\u00fc\u015f\u00fcr\n      <\/h1>\n      <p class=\"armador-hero-subtitle\">\n        Modern mimariyi m\u00fchendislik m\u00fckemmelli\u011fiyle birle\u015ftirerek,\n        hayalinizdeki yap\u0131lar\u0131 ger\u00e7e\u011fe d\u00f6n\u00fc\u015ft\u00fcr\u00fcyoruz.\n      <\/p>\n\n      <a href=\"#armador-projects\" class=\"armador-cta\" onclick=\"armadorScrollToProjects(event)\">\n        <span>Projelere G\u00f6z At<\/span>\n        <svg width=\"16\" height=\"16\" viewBox=\"0 0 24 24\" fill=\"none\" stroke=\"currentColor\" stroke-width=\"2.5\" stroke-linecap=\"round\" stroke-linejoin=\"round\">\n          <line x1=\"12\" y1=\"5\" x2=\"12\" y2=\"19\"><\/line>\n          <polyline points=\"19 12 12 19 5 12\"><\/polyline>\n        <\/svg>\n      <\/a>\n    <\/div>\n\n    <div class=\"armador-scroll-hint\">A\u015fa\u011f\u0131 kayd\u0131r<\/div>\n  <\/section>\n\n  <!-- ============ PROJECTS ============ -->\n  <section class=\"armador-projects\" id=\"armador-projects\">\n    <div class=\"armador-container\">\n      <div class=\"armador-section-header\">\n        <span class=\"armador-eyebrow\">Portf\u00f6y\u00fcm\u00fcz<\/span>\n        <h2 class=\"armador-section-title\">\u00d6ne \u00c7\u0131kan Projeler<\/h2>\n        <div class=\"armador-divider\"><\/div>\n        <p class=\"armador-section-subtitle\">\n          Detaylara verdi\u011fimiz \u00f6zen ve mimari vizyonumuzla hayata ge\u00e7irdi\u011fimiz\n          se\u00e7kin projelerimizden bir kesit.\n        <\/p>\n      <\/div>\n\n      <div class=\"armador-grid\">\n        <!-- 1 - Armador Nicosia Residence -->\n        <a href=\"https:\/\/armadorconstruction.com\/?page_id=560\" target=\"_blank\" rel=\"noopener\" class=\"armador-card\">\n          <img decoding=\"async\" class=\"armador-card-image\" src=\"https:\/\/i.hizliresim.com\/pl9fhxs.png\" alt=\"Armador Nicosia Residence\"\/>\n          <div class=\"armador-card-overlay\"><\/div>\n          <div class=\"armador-card-content\">\n            <div class=\"armador-card-category\">Rezidans<\/div>\n            <h3 class=\"armador-card-title\">Armador Nicosia Residence<\/h3>\n            <div class=\"armador-card-location\">Lefko\u015fa, KKTC<\/div>\n          <\/div>\n        <\/a>\n\n        <!-- 2 - Locus -->\n        <a href=\"https:\/\/armadorconstruction.com\/?page_id=585\/?page_id=70\" target=\"_blank\" rel=\"noopener\" class=\"armador-card\">\n          <img decoding=\"async\" class=\"armador-card-image\" src=\"https:\/\/i.hizliresim.com\/657rg3s.png\" alt=\"Locus\"\/>\n          <div class=\"armador-card-overlay\"><\/div>\n          <div class=\"armador-card-content\">\n            <div class=\"armador-card-category\">Villa Projesi<\/div>\n            <h3 class=\"armador-card-title\">Locus<\/h3>\n            <div class=\"armador-card-location\">Edremit, KKTC<\/div>\n          <\/div>\n        <\/a>\n\n        <!-- 3 - Sardunya Royal -->\n        <a href=\"https:\/\/armadorconstruction.com\/?page_id=603\" target=\"_blank\" rel=\"noopener\" class=\"armador-card\">\n          <img decoding=\"async\" class=\"armador-card-image\" src=\"https:\/\/i.hizliresim.com\/gqr570z.png\" alt=\"Sardunya Royal\"\/>\n          <div class=\"armador-card-overlay\"><\/div>\n          <div class=\"armador-card-content\">\n            <div class=\"armador-card-category\">Konut & Ya\u015fam<\/div>\n            <h3 class=\"armador-card-title\">Sardunya Royal<\/h3>\n            <div class=\"armador-card-location\">Lapta, KKTC<\/div>\n          <\/div>\n        <\/a>\n\n        <!-- 4 - Lune -->\n        <a href=\"https:\/\/armadorconstruction.com\/?page_id=619\" target=\"_blank\" rel=\"noopener\" class=\"armador-card\">\n          <img decoding=\"async\" class=\"armador-card-image\" src=\"https:\/\/i.hizliresim.com\/3pklz7w.png\" alt=\"Lune\"\/>\n          <div class=\"armador-card-overlay\"><\/div>\n          <div class=\"armador-card-content\">\n            <div class=\"armador-card-category\">Konut & Ya\u015fam<\/div>\n            <h3 class=\"armador-card-title\">Lune<\/h3>\n            <div class=\"armador-card-location\">Esentepe, KKTC<\/div>\n          <\/div>\n        <\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n<\/div>\n\n<script>\n  function armadorScrollToProjects(e) {\n    e.preventDefault();\n    const target = document.getElementById('armador-projects');\n    if (target) {\n      target.scrollIntoView({ behavior: 'smooth', block: 'start' });\n    }\n  }\n<\/script>\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Armador Construction Gelece\u011fi in\u015fa eden vizyon kal\u0131c\u0131 eserlere d\u00f6n\u00fc\u015f\u00fcr Modern mimariyi m\u00fchendislik m\u00fckemmelli\u011fiyle birle\u015ftirerek, hayalinizdeki yap\u0131lar\u0131 ger\u00e7e\u011fe d\u00f6n\u00fc\u015ft\u00fcr\u00fcyoruz. Projelere G\u00f6z [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":295,"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":"disabled","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":""}},"footnotes":""},"class_list":["post-513","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Ana Sayfa -<\/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:\/\/armadorconstruction.com\/\" \/>\n<meta property=\"og:locale\" content=\"tr_TR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Ana Sayfa -\" \/>\n<meta property=\"og:description\" content=\"Armador Construction Gelece\u011fi in\u015fa eden vizyon kal\u0131c\u0131 eserlere d\u00f6n\u00fc\u015f\u00fcr Modern mimariyi m\u00fchendislik m\u00fckemmelli\u011fiyle birle\u015ftirerek, hayalinizdeki yap\u0131lar\u0131 ger\u00e7e\u011fe d\u00f6n\u00fc\u015ft\u00fcr\u00fcyoruz. Projelere G\u00f6z [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/armadorconstruction.com\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-08T12:02:36+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/i.hizliresim.com\/pl9fhxs.png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Tahmini okuma s\u00fcresi\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 dakika\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/armadorconstruction.com\\\/\",\"url\":\"https:\\\/\\\/armadorconstruction.com\\\/\",\"name\":\"Ana Sayfa -\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/armadorconstruction.com\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/armadorconstruction.com\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/armadorconstruction.com\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/i.hizliresim.com\\\/pl9fhxs.png\",\"datePublished\":\"2026-05-08T09:03:34+00:00\",\"dateModified\":\"2026-05-08T12:02:36+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/armadorconstruction.com\\\/#breadcrumb\"},\"inLanguage\":\"tr\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/armadorconstruction.com\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"tr\",\"@id\":\"https:\\\/\\\/armadorconstruction.com\\\/#primaryimage\",\"url\":\"https:\\\/\\\/i.hizliresim.com\\\/pl9fhxs.png\",\"contentUrl\":\"https:\\\/\\\/i.hizliresim.com\\\/pl9fhxs.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/armadorconstruction.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/armadorconstruction.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Armador Construct\u0131on\",\"item\":\"https:\\\/\\\/armadorconstruction.com\\\/?page_id=295\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Ana Sayfa\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/armadorconstruction.com\\\/#website\",\"url\":\"https:\\\/\\\/armadorconstruction.com\\\/\",\"name\":\"\",\"description\":\"+25 y\u0131l\u0131 a\u015fk\u0131n s\u00fcredir hizmetinizde.\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/armadorconstruction.com\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"tr\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Ana Sayfa -","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:\/\/armadorconstruction.com\/","og_locale":"tr_TR","og_type":"article","og_title":"Ana Sayfa -","og_description":"Armador Construction Gelece\u011fi in\u015fa eden vizyon kal\u0131c\u0131 eserlere d\u00f6n\u00fc\u015f\u00fcr Modern mimariyi m\u00fchendislik m\u00fckemmelli\u011fiyle birle\u015ftirerek, hayalinizdeki yap\u0131lar\u0131 ger\u00e7e\u011fe d\u00f6n\u00fc\u015ft\u00fcr\u00fcyoruz. Projelere G\u00f6z [&hellip;]","og_url":"https:\/\/armadorconstruction.com\/","article_modified_time":"2026-05-08T12:02:36+00:00","og_image":[{"url":"https:\/\/i.hizliresim.com\/pl9fhxs.png","type":"","width":"","height":""}],"twitter_card":"summary_large_image","twitter_misc":{"Tahmini okuma s\u00fcresi":"5 dakika"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/armadorconstruction.com\/","url":"https:\/\/armadorconstruction.com\/","name":"Ana Sayfa -","isPartOf":{"@id":"https:\/\/armadorconstruction.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/armadorconstruction.com\/#primaryimage"},"image":{"@id":"https:\/\/armadorconstruction.com\/#primaryimage"},"thumbnailUrl":"https:\/\/i.hizliresim.com\/pl9fhxs.png","datePublished":"2026-05-08T09:03:34+00:00","dateModified":"2026-05-08T12:02:36+00:00","breadcrumb":{"@id":"https:\/\/armadorconstruction.com\/#breadcrumb"},"inLanguage":"tr","potentialAction":[{"@type":"ReadAction","target":["https:\/\/armadorconstruction.com\/"]}]},{"@type":"ImageObject","inLanguage":"tr","@id":"https:\/\/armadorconstruction.com\/#primaryimage","url":"https:\/\/i.hizliresim.com\/pl9fhxs.png","contentUrl":"https:\/\/i.hizliresim.com\/pl9fhxs.png"},{"@type":"BreadcrumbList","@id":"https:\/\/armadorconstruction.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/armadorconstruction.com\/"},{"@type":"ListItem","position":2,"name":"Armador Construct\u0131on","item":"https:\/\/armadorconstruction.com\/?page_id=295"},{"@type":"ListItem","position":3,"name":"Ana Sayfa"}]},{"@type":"WebSite","@id":"https:\/\/armadorconstruction.com\/#website","url":"https:\/\/armadorconstruction.com\/","name":"","description":"+25 y\u0131l\u0131 a\u015fk\u0131n s\u00fcredir hizmetinizde.","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/armadorconstruction.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"tr"}]}},"brizy_media":[],"_links":{"self":[{"href":"https:\/\/armadorconstruction.com\/index.php?rest_route=\/wp\/v2\/pages\/513","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/armadorconstruction.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/armadorconstruction.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/armadorconstruction.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/armadorconstruction.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=513"}],"version-history":[{"count":5,"href":"https:\/\/armadorconstruction.com\/index.php?rest_route=\/wp\/v2\/pages\/513\/revisions"}],"predecessor-version":[{"id":633,"href":"https:\/\/armadorconstruction.com\/index.php?rest_route=\/wp\/v2\/pages\/513\/revisions\/633"}],"up":[{"embeddable":true,"href":"https:\/\/armadorconstruction.com\/index.php?rest_route=\/wp\/v2\/pages\/295"}],"wp:attachment":[{"href":"https:\/\/armadorconstruction.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=513"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}