{"id":336,"date":"2026-03-26T22:25:32","date_gmt":"2026-03-26T19:25:32","guid":{"rendered":"https:\/\/tazehayat.com.tr\/?page_id=336"},"modified":"2026-04-04T20:57:43","modified_gmt":"2026-04-04T17:57:43","slug":"iletisim","status":"publish","type":"page","link":"https:\/\/tazehayat.com.tr\/index.php\/iletisim\/","title":{"rendered":"\u0130leti\u015fim"},"content":{"rendered":"\n<!-- \u0130kon k\u00fct\u00fcphanesi ve Fontlar -->\n<link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.4.0\/css\/all.min.css\">\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Manrope:wght@200;400;700;800&#038;family=Newsreader:ital,wght@0,300;0,500;1,300;1,500&#038;display=swap\" rel=\"stylesheet\">\n\n<style>\n    :root {\n        --taze-krem: #FBF9EC;\n        --taze-yesil: #2D6A2D;\n        --taze-toprak: #1D1C17;\n        --taze-kahve: #5E3F20;\n        --taze-border: #E2E8F0;\n        \n        \/* Belirtti\u011fin Border Radius De\u011ferleri *\/\n        --radius-default: 0.125rem;\n        --radius-lg: 0.25rem;\n        --radius-xl: 0.5rem;\n        --radius-full: 0.75rem;\n    }\n\n    .taze-iletisim-ana-konteynir {\n        max-width: 1100px;\n        margin: 40px auto;\n        padding: 40px;\n        background-color: var(--taze-krem);\n        \/* Belirtti\u011fin xl radius *\/\n        border-radius: var(--radius-xl); \n        box-shadow: 0 10px 30px rgba(0,0,0,0.05);\n        overflow: hidden;\n    }\n\n    .taze-bilgi-ve-form-alani {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 60px;\n        margin-bottom: 50px;\n        align-items: center; \n    }\n\n    \/* Sol Taraf: Bilgiler *\/\n    .taze-sol-kolon {\n        flex: 1;\n        min-width: 320px;\n    }\n\n    \/* Headline: Newsreader *\/\n    .taze-baslik-alani {\n        margin-bottom: 30px;\n    }\n\n    .taze-baslik-bir {\n        font-family: 'Newsreader', serif;\n        font-weight: 300; \n        font-size: 52px;\n        color: var(--taze-yesil);\n        margin: 0;\n        font-style: italic;\n        line-height: 1;\n    }\n\n    .taze-baslik-merhaba {\n        font-family: 'Newsreader', serif;\n        font-weight: 500; \n        font-size: 52px;\n        color: var(--taze-yesil);\n        display: block;\n        margin-top: 5px;\n        font-style: italic;\n        line-height: 1.1;\n    }\n\n    \/* Body: Manrope *\/\n    .taze-ara-metin {\n        font-family: 'Manrope', sans-serif;\n        font-size: 15px;\n        line-height: 1.6;\n        color: #555;\n        margin-top: 20px;\n        max-width: 450px;\n    }\n\n    \/* Label: Manrope *\/\n    .taze-kart { margin-top: 30px; }\n    \n    .taze-kart h3 {\n        font-family: 'Manrope', sans-serif;\n        font-size: 13px;\n        font-weight: 700;\n        text-transform: uppercase;\n        letter-spacing: 1.5px;\n        color: var(--taze-yesil);\n        margin-bottom: 12px;\n        border-left: 3px solid var(--taze-yesil);\n        padding-left: 10px;\n    }\n\n    .taze-mail-link {\n        font-family: 'Manrope', sans-serif;\n        font-size: 15px;\n        color: var(--taze-kahve);\n        text-decoration: none;\n        display: flex;\n        align-items: center;\n        gap: 10px;\n        margin-bottom: 12px;\n        transition: 0.3s;\n    }\n\n    .taze-mail-link:hover { color: var(--taze-yesil); transform: translateX(5px); }\n\n    .taze-sosyal-medya {\n        display: grid;\n        grid-template-columns: repeat(2, 1fr);\n        gap: 12px;\n        margin-top: 25px;\n    }\n\n    .sosyal-item {\n        font-family: 'Manrope', sans-serif;\n        font-size: 13px;\n        color: var(--taze-toprak);\n        text-decoration: none;\n        padding: 10px;\n        border: 1px solid var(--taze-border);\n        \/* Belirtti\u011fin lg radius *\/\n        border-radius: var(--radius-lg);\n        background: white;\n        display: flex;\n        align-items: center;\n        gap: 8px;\n        transition: 0.3s;\n    }\n\n    .sosyal-item:hover { background: var(--taze-yesil); color: white !important; }\n\n    \/* Sa\u011f Taraf: G\u00f6rsel Alan\u0131 *\/\n    .taze-gorsel-alani {\n        flex: 1.2;\n        min-width: 320px;\n        display: flex;\n        flex-direction: column;\n        align-items: center;\n        justify-content: center;\n    }\n\n    .taze-resim-konteynir {\n        position: relative;\n        text-align: center;\n    }\n\n    .taze-ana-gorsel {\n        width: 100%;\n        max-width: 420px; \n        height: auto;\n        border: 12px solid white; \n        \/* Belirtti\u011fin full radius (0.75rem) *\/\n        border-radius: var(--radius-full); \n        box-shadow: 0 15px 35px rgba(0,0,0,0.1);\n        transform: rotate(1.5deg); \n        transition: transform 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n    }\n\n    .taze-ana-gorsel:hover {\n        transform: rotate(0deg) scale(1.02);\n    }\n\n    \/* Resim Alt\u0131 Yaz\u0131lar\u0131: Headline font ailesinden *\/\n    .taze-gorsel-alt-yazi {\n        margin-top: 25px;\n        font-family: 'Newsreader', serif;\n        font-style: italic;\n        font-size: 20px;\n        color: var(--taze-kahve);\n    }\n\n    .taze-form-motto {\n        font-family: 'Newsreader', serif;\n        font-style: italic;\n        font-size: 18px;\n        color: #666;\n        margin-top: 15px;\n        line-height: 1.4;\n        max-width: 350px;\n    }\n\n    .taze-harita-alani {\n        width: 100%;\n        height: 350px;\n        \/* Belirtti\u011fin xl radius *\/\n        border-radius: var(--radius-xl);\n        overflow: hidden;\n        border: 1px solid var(--taze-border);\n        margin-top: 20px;\n    }\n\n    @media (max-width: 768px) {\n        .taze-iletisim-ana-konteynir { padding: 20px; }\n        .taze-baslik-bir, .taze-baslik-merhaba { font-size: 38px; }\n        .taze-sosyal-medya { grid-template-columns: 1fr; }\n        .taze-ana-gorsel { transform: rotate(0deg); max-width: 100%; }\n    }\n<\/style>\n\n<div class=\"taze-iletisim-ana-konteynir\">\n    <div class=\"taze-bilgi-ve-form-alani\">\n        \n        <!-- Sol Taraf: Bilgiler -->\n        <div class=\"taze-sol-kolon\">\n            <div class=\"taze-baslik-alani\">\n                <span class=\"taze-baslik-bir\">Bir<\/span>\n                <span class=\"taze-baslik-merhaba\">merhaba deyin&#8230;<\/span>\n                <p class=\"taze-ara-metin\">\n                    Do\u011fan\u0131n ritmini yakalamak ve s\u00fcrd\u00fcr\u00fclebilir bir gelecek in\u015fa etmek i\u00e7in yan\u0131n\u0131zday\u0131z. \n                    Sorular\u0131n\u0131z, i\u015f birli\u011fi teklifleriniz veya sadece bir merhaba demek i\u00e7in \u00e7ekinmeyin.\n                <\/p>\n            <\/div>\n\n            <div class=\"taze-kart\">\n                <h3>Levent Uzakg\u00f6ren<\/h3>\n                <p style=\"font-family: 'Manrope'; font-weight: 700; font-size: 22px; color: var(--taze-toprak); margin-bottom: 15px;\">0 544 653 25 87<\/p>\n                \n                <a href=\"mailto:info@tazehayat.com.tr\" class=\"taze-mail-link\">\n                    <i class=\"far fa-envelope\" style=\"color:var(--taze-yesil)\"><\/i> info@tazehayat.com.tr\n                <\/a>\n                <a href=\"mailto:tazehayatt@gmail.com\" class=\"taze-mail-link\">\n                    <i class=\"far fa-envelope\" style=\"color:var(--taze-yesil)\"><\/i> tazehayatt@gmail.com\n                <\/a>\n            <\/div>\n\n            <div class=\"taze-sosyal-medya\">\n                <a href=\"https:\/\/wa.me\/905446532587\" target=\"_blank\" class=\"sosyal-item\"><i class=\"fab fa-whatsapp\"><\/i> WhatsApp<\/a>\n                <a href=\"https:\/\/www.instagram.com\/tazehayatt\" target=\"_blank\" class=\"sosyal-item\"><i class=\"fab fa-instagram\"><\/i> Instagram<\/a>\n                <a href=\"https:\/\/x.com\/Leventuzakgoren\" target=\"_blank\" class=\"sosyal-item\"><i class=\"fab fa-x-twitter\"><\/i> Twitter \/ X<\/a>\n                <a href=\"https:\/\/www.facebook.com\/search\/top\/?q=Taze%20Hayat\" target=\"_blank\" class=\"sosyal-item\"><i class=\"fab fa-facebook-f\"><\/i> Facebook<\/a>\n                <a href=\"https:\/\/www.linkedin.com\/in\/leventuzakgoren\" target=\"_blank\" class=\"sosyal-item\"><i class=\"fab fa-linkedin-in\"><\/i> LinkedIn<\/a>\n                <a href=\"https:\/\/www.youtube.com\/@LeventUzakgoren\" target=\"_blank\" class=\"sosyal-item\"><i class=\"fab fa-youtube\"><\/i> YouTube<\/a>\n            <\/div>\n        <\/div>\n\n        <!-- Sa\u011f Taraf: G\u00f6rsel Alan\u0131 -->\n        <div class=\"taze-gorsel-alani\">\n            <div class=\"taze-resim-konteynir\">\n                <img decoding=\"async\" src=\"https:\/\/tazehayat.com.tr\/wp-content\/uploads\/2026\/03\/iletisimresim.png\" alt=\"Taze Hayat \u0130leti\u015fim Yolu\" class=\"taze-ana-gorsel\">\n                <p class=\"taze-gorsel-alt-yazi\">&#8220;Her Tohum, bir umut hikayesidir.Topra\u011f\u0131n bereketini birlikte payla\u015fal\u0131m.&#8221;<\/p>\n            <\/div>\n        <\/div>\n    <\/div>\n\n    <!-- Harita B\u00f6l\u00fcm\u00fc -->\n    <div class=\"taze-harita-alani\">\n        <iframe src=\"https:\/\/www.google.com\/maps\/embed?pb=!1m18!1m12!1m3!1d193356.63402485586!2d27.324545235553556!3d40.95475375545582!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x14b34468f7800001%3A0xc02334992569e5f!2sTekirda%C4%9F!5e0!3m2!1str!2str!4v1710000000000!5m2!1str!2str\" width=\"100%\" height=\"100%\" style=\"border:0;\" allowfullscreen=\"\" loading=\"lazy\"><\/iframe>\n    <\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>Bir merhaba deyin&#8230; Do\u011fan\u0131n ritmini yakalamak ve s\u00fcrd\u00fcr\u00fclebilir bir gelecek in\u015fa etmek i\u00e7in yan\u0131n\u0131zday\u0131z. Sorular\u0131n\u0131z, i\u015f birli\u011fi teklifleriniz veya sadece [&hellip;]<\/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":"default","site-content-layout":"","ast-site-content-layout":"default","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":"disabled","ast-breadcrumbs-content":"","ast-featured-img":"","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-336","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/tazehayat.com.tr\/index.php\/wp-json\/wp\/v2\/pages\/336","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tazehayat.com.tr\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/tazehayat.com.tr\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/tazehayat.com.tr\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tazehayat.com.tr\/index.php\/wp-json\/wp\/v2\/comments?post=336"}],"version-history":[{"count":21,"href":"https:\/\/tazehayat.com.tr\/index.php\/wp-json\/wp\/v2\/pages\/336\/revisions"}],"predecessor-version":[{"id":869,"href":"https:\/\/tazehayat.com.tr\/index.php\/wp-json\/wp\/v2\/pages\/336\/revisions\/869"}],"wp:attachment":[{"href":"https:\/\/tazehayat.com.tr\/index.php\/wp-json\/wp\/v2\/media?parent=336"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}