{"id":44,"date":"2026-07-13T16:34:21","date_gmt":"2026-07-13T13:34:21","guid":{"rendered":"http:\/\/localhost\/?page_id=44"},"modified":"2026-07-16T14:43:02","modified_gmt":"2026-07-16T11:43:02","slug":"erc-meets","status":"publish","type":"page","link":"https:\/\/ercsaas.com\/index.php\/erc-meets\/","title":{"rendered":"Erc-Meets"},"content":{"rendered":"\n<meta charset=\"UTF-8\">\n    <meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n    <title>ErcMeets | Toplant\u0131 Odas\u0131 Rezervasyon ve Meet Reservation Sistemi<\/title>\n    <meta name=\"description\" content=\"Android tabletlerinizi ErcMeets ile Office 365 entegreli toplant\u0131 odas\u0131 rezervasyon (meet reservation) ekran\u0131na d\u00f6n\u00fc\u015ft\u00fcr\u00fcn. S\u0131f\u0131r donan\u0131m maliyeti.\">\n    <meta name=\"keywords\" content=\"Toplant\u0131 odas\u0131 rezervasyon, meet reservation, toplant\u0131 odas\u0131 ekran\u0131, office 365 toplant\u0131 rezervasyon, ercmeets\">\n    \n    <style>\n        \/* GENEL AYARLAR & FERAH V\u0130ZYON *\/\n        .erc-soft-wrapper {\n            font-family: 'Inter', system-ui, -apple-system, sans-serif;\n            background-color: #f8fafc; \/* \u00c7ok yumu\u015fak, ferah bir gri\/beyaz *\/\n            color: #1e293b; \/* Koyu lacivert\/gri metin rengi (Siyah de\u011fil) *\/\n            line-height: 1.6;\n            box-sizing: border-box;\n            overflow-x: hidden;\n            position: relative;\n        }\n        .erc-soft-wrapper * {\n            box-sizing: border-box;\n        }\n\n        \/* SOFT RENK PALET\u0130 *\/\n        :root {\n            --brand-green: #0a5c36;\n            --brand-light-green: #e6f4ea;\n            --text-main: #1e293b;\n            --text-muted: #64748b;\n            --card-bg: rgba(255, 255, 255, 0.7);\n            --white: #ffffff;\n        }\n\n        \/* --- ORGAN\u0130K VE YUMU\u015eAK AN\u0130MASYONLAR --- *\/\n        @keyframes morph {\n            0% { border-radius: 60% 40% 30% 70% \/ 60% 30% 70% 40%; }\n            50% { border-radius: 30% 60% 70% 40% \/ 50% 60% 30% 60%; }\n            100% { border-radius: 60% 40% 30% 70% \/ 60% 30% 70% 40%; }\n        }\n        @keyframes floatSoft {\n            0% { transform: translateY(0px); }\n            50% { transform: translateY(-15px); }\n            100% { transform: translateY(0px); }\n        }\n        @keyframes slideUpFade {\n            0% { opacity: 0; transform: translateY(40px); }\n            100% { opacity: 1; transform: translateY(0); }\n        }\n        @keyframes shimmer {\n            0% { background-position: -200% center; }\n            100% { background-position: 200% center; }\n        }\n\n        \/* ORGAN\u0130K ARKA PLAN (MORPHING BLOBS) *\/\n        .erc-bg-shapes {\n            position: absolute;\n            top: 0; left: 0; width: 100%; height: 100%;\n            overflow: hidden;\n            z-index: 0;\n            pointer-events: none;\n        }\n        .erc-shape-1 {\n            position: absolute;\n            top: -15%; left: -10%;\n            width: 60vw; height: 60vw;\n            background: linear-gradient(135deg, rgba(10, 92, 54, 0.08), rgba(0, 184, 255, 0.05));\n            animation: morph 15s ease-in-out infinite;\n            filter: blur(40px);\n        }\n        .erc-shape-2 {\n            position: absolute;\n            top: 30%; right: -15%;\n            width: 50vw; height: 50vw;\n            background: linear-gradient(135deg, rgba(0, 200, 100, 0.05), rgba(10, 92, 54, 0.08));\n            animation: morph 20s ease-in-out infinite alternate-reverse;\n            filter: blur(50px);\n        }\n\n        \/* \u0130\u00e7erik Katman\u0131 *\/\n        .erc-hero, .erc-features, .erc-split, .erc-pricing {\n            position: relative;\n            z-index: 1;\n        }\n\n        \/* 1. HERO B\u00d6L\u00dcM\u00dc *\/\n        .erc-hero {\n            padding: 40px 20px 120px;\n            text-align: center;\n        }\n        .erc-hero-badge {\n            display: inline-flex;\n            align-items: center;\n            background: var(--white);\n            color: var(--brand-green);\n            padding: 8px 24px;\n            border-radius: 50px;\n            font-size: 14px;\n            font-weight: 700;\n            letter-spacing: 1px;\n            margin-bottom: 35px;\n            border: 1px solid rgba(10, 92, 54, 0.1);\n            box-shadow: 0 10px 20px rgba(10, 92, 54, 0.05);\n            animation: slideUpFade 1s ease-out forwards;\n        }\n        .erc-hero h1 {\n            font-size: 56px;\n            font-weight: 900;\n            max-width: 950px;\n            margin: 0 auto 30px auto;\n            line-height: 1.15;\n            color: var(--text-main);\n            letter-spacing: -1px;\n            opacity: 0;\n            animation: slideUpFade 1s ease-out 0.2s forwards;\n        }\n        .erc-hero h1 span {\n            \/* Metin \u0130\u00e7i Ferah Ge\u00e7i\u015f *\/\n            background: linear-gradient(135deg, #0a5c36 0%, #10b981 100%);\n            -webkit-background-clip: text;\n            color: transparent;\n        }\n        .erc-hero p {\n            font-size: 20px;\n            max-width: 750px;\n            margin: 0 auto 50px auto;\n            color: var(--text-muted);\n            opacity: 0;\n            animation: slideUpFade 1s ease-out 0.4s forwards;\n        }\n        .erc-hero p strong { color: var(--text-main); }\n        \n        .erc-btn-main {\n            position: relative;\n            display: inline-block;\n            background: var(--brand-green);\n            color: var(--white);\n            font-size: 18px;\n            font-weight: 700;\n            padding: 20px 45px;\n            border-radius: 50px;\n            text-decoration: none;\n            transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);\n            opacity: 0;\n            animation: slideUpFade 1s ease-out 0.6s forwards;\n            box-shadow: 0 15px 30px rgba(10, 92, 54, 0.2);\n            overflow: hidden;\n        }\n        \/* Buton \u0130\u00e7i Parlama (Shimmer) Efekti *\/\n        .erc-btn-main::after {\n            content: '';\n            position: absolute;\n            top: 0; left: -100%; width: 50%; height: 100%;\n            background: linear-gradient(to right, transparent, rgba(255,255,255,0.3), transparent);\n            transform: skewX(-20deg);\n            animation: shimmer 3s infinite;\n        }\n        .erc-btn-main:hover {\n            transform: translateY(-5px);\n            box-shadow: 0 20px 40px rgba(10, 92, 54, 0.3);\n            background: #084a2c;\n        }\n\n        \/* 2. \u00d6ZELL\u0130KLER GRID (Ferah Kartlar) *\/\n        .erc-features { padding: 60px 20px; }\n        .erc-grid {\n            display: flex;\n            max-width: 1200px;\n            margin: 0 auto;\n            gap: 30px;\n            flex-wrap: wrap;\n        }\n        .erc-card {\n            background: rgba(255, 255, 255, 0.6);\n            backdrop-filter: blur(16px);\n            -webkit-backdrop-filter: blur(16px);\n            border: 1px solid rgba(255,255,255,0.8);\n            flex: 1;\n            min-width: 320px;\n            padding: 50px 40px;\n            border-radius: 24px;\n            box-shadow: 0 10px 40px -10px rgba(0,0,0,0.05);\n            transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);\n            position: relative;\n        }\n        .erc-card:hover {\n            transform: translateY(-15px) scale(1.02);\n            background: var(--white);\n            box-shadow: 0 30px 60px -15px rgba(10, 92, 54, 0.12);\n        }\n        .erc-card-icon {\n            width: 70px;\n            height: 70px;\n            background: var(--brand-light-green);\n            color: var(--brand-green);\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border-radius: 20px;\n            font-size: 32px;\n            margin-bottom: 25px;\n            transition: transform 0.4s ease;\n        }\n        .erc-card:hover .erc-card-icon {\n            transform: rotate(-10deg) scale(1.1);\n        }\n        .erc-card h3 {\n            font-size: 22px;\n            color: var(--text-main);\n            margin-bottom: 15px;\n            font-weight: 800;\n        }\n        .erc-card p {\n            font-size: 16px;\n            color: var(--text-muted);\n        }\n        .erc-card p strong { color: var(--brand-green); }\n\n        \/* 3. \u0130K\u0130L\u0130 BLOK (Soft \u0130\u00e7erik ve U\u00e7an G\u00f6rsel) *\/\n        .erc-split {\n            max-width: 1200px;\n            margin: 120px auto;\n            display: flex;\n            align-items: center;\n            gap: 80px;\n            padding: 0 20px;\n            flex-wrap: wrap;\n        }\n        .erc-split-content {\n            flex: 1;\n            min-width: 320px;\n        }\n        .erc-split-content h2 {\n            font-size: 42px;\n            color: var(--text-main);\n            margin-bottom: 20px;\n            font-weight: 900;\n            line-height: 1.2;\n            letter-spacing: -1px;\n        }\n        .erc-split-content p {\n            font-size: 18px;\n            color: var(--text-muted);\n            margin-bottom: 40px;\n        }\n        .erc-list-item {\n            display: flex;\n            align-items: flex-start;\n            margin-bottom: 25px;\n            background: var(--white);\n            padding: 20px;\n            border-radius: 16px;\n            box-shadow: 0 5px 20px rgba(0,0,0,0.03);\n            transition: transform 0.3s ease, box-shadow 0.3s ease;\n        }\n        .erc-list-item:hover {\n            transform: translateX(10px);\n            box-shadow: 0 10px 30px rgba(10, 92, 54, 0.08);\n        }\n        .erc-list-icon {\n            background: var(--brand-light-green);\n            color: var(--brand-green);\n            width: 36px;\n            height: 36px;\n            display: flex;\n            align-items: center;\n            justify-content: center;\n            border-radius: 50%;\n            margin-right: 20px;\n            font-weight: bold;\n            flex-shrink: 0;\n        }\n        .erc-split-image {\n            flex: 1;\n            min-width: 320px;\n            position: relative;\n        }\n        .erc-split-image img {\n            max-width: 100%;\n            height: auto;\n            border-radius: 20px;\n            box-shadow: 0 30px 60px rgba(0,0,0,0.1), 0 0 0 1px rgba(0,0,0,0.05);\n            animation: floatSoft 6s ease-in-out infinite;\n        }\n\n        \/* 4. F\u0130YATLANDIRMA (\u00c7ok Temiz Beyaz Kart) *\/\n        .erc-pricing {\n            padding: 100px 20px 140px;\n            text-align: center;\n        }\n        .erc-pricing-box {\n            max-width: 600px;\n            margin: 0 auto;\n            background: var(--white);\n            padding: 60px 50px;\n            border-radius: 32px;\n            box-shadow: 0 25px 80px -20px rgba(10, 92, 54, 0.15);\n            position: relative;\n            border-top: 8px solid var(--brand-green);\n        }\n        .erc-pricing-box h2 {\n            font-size: 34px;\n            color: var(--text-main);\n            margin-bottom: 10px;\n            font-weight: 900;\n            letter-spacing: -0.5px;\n        }\n        .erc-pricing-box p.subtitle {\n            color: var(--text-muted);\n            margin-bottom: 40px;\n            font-size: 17px;\n        }\n        .erc-price-features {\n            text-align: left;\n            margin-bottom: 45px;\n        }\n        .erc-price-features div {\n            padding: 18px 0;\n            border-bottom: 1px solid #f1f5f9;\n            font-size: 17px;\n            color: var(--text-main);\n            display: flex;\n            align-items: center;\n        }\n        .erc-price-features div:last-child {\n            border-bottom: none;\n        }\n        .erc-price-features div .check {\n            color: var(--brand-green);\n            font-weight: 900;\n            margin-right: 15px;\n            font-size: 20px;\n            background: var(--brand-light-green);\n            width: 32px; height: 32px;\n            display: flex; align-items: center; justify-content: center;\n            border-radius: 50%;\n        }\n        .erc-price-features div strong {\n            color: var(--brand-green);\n            margin: 0 5px;\n        }\n        .erc-btn-pricing {\n            display: block;\n            background: var(--brand-green);\n            color: var(--white);\n            font-size: 20px;\n            font-weight: 800;\n            padding: 22px;\n            border-radius: 16px;\n            text-decoration: none;\n            transition: all 0.3s ease;\n        }\n        .erc-btn-pricing:hover {\n            transform: translateY(-4px);\n            box-shadow: 0 20px 40px rgba(10, 92, 54, 0.25);\n            background: #084a2c;\n        }\n\n        \/* Mobil Uyumluluk *\/\n        @media (max-width: 768px) {\n            .erc-hero h1 { font-size: 40px; }\n            .erc-hero p { font-size: 18px; }\n            .erc-split { gap: 50px; margin: 60px auto; }\n            .erc-pricing-box { padding: 40px 25px; }\n            .erc-hero-badge { font-size: 12px; }\n        }\n    <\/style>\n\n\n    <div class=\"erc-soft-wrapper\">\n\n        <!-- SIVI FORMLU ORGAN\u0130K ARKA PLAN -->\n        <div class=\"erc-bg-shapes\">\n            <div class=\"erc-shape-1\"><\/div>\n            <div class=\"erc-shape-2\"><\/div>\n        <\/div>\n\n        <!-- HERO B\u00d6L\u00dcM\u00dc -->\n        <section class=\"erc-hero\">\n            <div class=\"erc-hero-badge\">\u26a1 S\u0131f\u0131r Donan\u0131m Maliyeti \u2022 An\u0131nda Kurulum<\/div>\n            <h1>Tabletlerinizi ErcMeets ile <br><span>Toplant\u0131 Odas\u0131 Rezervasyon Ekran\u0131na<\/span> D\u00f6n\u00fc\u015ft\u00fcr\u00fcn.<\/h1>\n            <p>Binlerce dolar donan\u0131m masraf\u0131 yapman\u0131za veya sunucu yap\u0131land\u0131rmalar\u0131yla bo\u011fu\u015fman\u0131za gerek yok. ErcMeets, <strong>Android 7 ve \u00fczeri<\/strong> cihazlar\u0131 saniyeler i\u00e7inde <strong>%100 Office 365 entegreli<\/strong> toplant\u0131 odas\u0131 rezervasyon ekran\u0131na \u00e7evirir.<\/p>\n            <a href=\"#satin-al\" class=\"erc-btn-main\">Y\u0131ll\u0131k Lisans\u0131n\u0131z\u0131 Hemen Ba\u015flat\u0131n<\/a>\n        <\/section>\n\n        <!-- \u00d6ZELL\u0130KLER B\u00d6L\u00dcM\u00dc -->\n        <section class=\"erc-features\">\n            <div class=\"erc-grid\">\n                <div class=\"erc-card\">\n                    <div class=\"erc-card-icon\">\ud83d\udd0c<\/div>\n                    <h3>S\u0131f\u0131r Efor, Tam Uyum<\/h3>\n                    <p>Karma\u015f\u0131k a\u011f ayarlar\u0131 yapman\u0131za gerek yok. <strong>%100 Office 365<\/strong> mimarisiyle \u00e7al\u0131\u015f\u0131r. Hesab\u0131n\u0131zla giri\u015f yap\u0131n, odalar\u0131n\u0131z an\u0131nda tablete yans\u0131s\u0131n. Geli\u015fmi\u015f <strong>meet reservation<\/strong> (toplant\u0131 rezervasyon) altyap\u0131m\u0131z ile IT ekibinizin y\u00fck\u00fc s\u0131f\u0131rd\u0131r.<\/p>\n                <\/div>\n                <div class=\"erc-card\">\n                    <div class=\"erc-card-icon\">\ud83d\udcf1<\/div>\n                    <h3>Eski Cihazlara Yeni Hayat<\/h3>\n                    <p>Pahal\u0131 panellere b\u00fct\u00e7e ay\u0131rmay\u0131n. <strong>Android 7 ve \u00fczeri<\/strong> herhangi bir tablet fazlas\u0131yla yeterlidir. Kendi donan\u0131m\u0131n\u0131zla ekstra maliyet olmadan maksimum performans al\u0131n.<\/p>\n                <\/div>\n                <div class=\"erc-card\">\n                    <div class=\"erc-card-icon\">\u23f1\ufe0f<\/div>\n                    <h3>Ekrandan H\u0131zl\u0131 Aksiyon<\/h3>\n                    <p>Acil bir g\u00f6r\u00fc\u015fme mi gerekti? <strong>Office 365 Mail gruplar\u0131n\u0131zla entegre<\/strong> s\u00fcrekli g\u00fcncel isim listesi ile do\u011frudan ekran \u00fczerinden tek dokunu\u015fla toplant\u0131 ba\u015flat\u0131n.<\/p>\n                <\/div>\n            <\/div>\n        <\/section>\n\n        <!-- K\u0130ML\u0130K VE L\u0130SANSLAMA B\u00d6L\u00dcM\u00dc -->\n        <section class=\"erc-split\">\n            <div class=\"erc-split-content\">\n                <h2>S\u0131n\u0131rlar\u0131 Kald\u0131ran Esnek Lisans<\/h2>\n                <p>Gizli maliyetlere veya kullan\u0131c\u0131 limitlerine tak\u0131lmay\u0131n. \u015eirketinizin marka kimli\u011fini kap\u0131n\u0131za yans\u0131t\u0131n ve b\u00fct\u00e7enizin kontrol\u00fcn\u00fc elinize al\u0131n.<\/p>\n                \n                <div class=\"erc-list-item\">\n                    <div class=\"erc-list-icon\">\u2713<\/div>\n                    <div><strong>\u00d6zel Marka Kimli\u011fi:<\/strong> Aray\u00fcze kendi \u015firket logonuzu saniyeler i\u00e7inde entegre edin. Misafirlerinize kusursuz ve profesyonel bir kar\u015f\u0131lama sunun.<\/div>\n                <\/div>\n                <div class=\"erc-list-item\">\n                    <div class=\"erc-list-icon\">\u2713<\/div>\n                    <div><strong>Oda Bazl\u0131 Fiyatland\u0131rma:<\/strong> Tablet say\u0131s\u0131na de\u011fil, sadece y\u00f6netmek istedi\u011finiz toplant\u0131 odas\u0131 say\u0131s\u0131na g\u00f6re \u00f6deme yapars\u0131n\u0131z.<\/div>\n                <\/div>\n                <div class=\"erc-list-item\">\n                    <div class=\"erc-list-icon\">\u2713<\/div>\n                    <div><strong>S\u0131n\u0131rs\u0131z Cihaz \u00d6zg\u00fcrl\u00fc\u011f\u00fc:<\/strong> Ayn\u0131 odan\u0131n lisans\u0131n\u0131, o odaya ait birden fazla kap\u0131 giri\u015findeki tablette ayn\u0131 anda ve \u00fccretsiz kullan\u0131n.<\/div>\n                <\/div>\n            <\/div>\n            <div class=\"erc-split-image\">\n                <img decoding=\"async\" src=\"https:\/\/ercsaas.com\/wp-content\/uploads\/2026\/07\/ercmeets4-1.png\" alt=\"ErcMeets toplant\u0131 odas\u0131 rezervasyon ekran\u0131 ve meet reservation tablet aray\u00fcz\u00fc\">\n            <\/div>\n        <\/section>\n\n        <!-- F\u0130YATLANDIRMA B\u00d6L\u00dcM\u00dc -->\n        <section class=\"erc-pricing\" id=\"satin-al\">\n            <div class=\"erc-pricing-box\">\n                <h2>\u015eeffaf Y\u0131ll\u0131k Planlama<\/h2>\n                <p class=\"subtitle\">S\u00fcrpriz maliyet yok. Kurumsal yaz\u0131l\u0131m\u0131n\u0131z\u0131 tek, net ve g\u00fc\u00e7l\u00fc bir modelle y\u00f6netin.<\/p>\n                \n                <div class=\"erc-price-features\">\n                    <div><span class=\"check\">\u2713<\/span> Oda ba\u015f\u0131na hesaplanan b\u00fct\u00e7e dostu <strong>Y\u0131ll\u0131k Faturaland\u0131rma<\/strong><\/div>\n                    <div><span class=\"check\">\u2713<\/span> <strong>Android 7+<\/strong> t\u00fcm eski ve yeni tabletlerle %100 uyum<\/div>\n                    <div><span class=\"check\">\u2713<\/span> Office 365 ile anl\u0131k, kesintisiz senkronizasyon<\/div>\n                    <div><span class=\"check\">\u2713<\/span> Kendi \u015firket logonuzla tam \u00f6zelle\u015ftirme imkan\u0131<\/div>\n                    <div><span class=\"check\">\u2713<\/span> Cihaz \u00fczerinden anl\u0131k toplant\u0131 planlama yetene\u011fi<\/div>\n                <\/div>\n                \n                <a href=\"https:\/\/ercsaas.com\/index.php\/iletisim\/\" class=\"erc-btn-pricing\" title=\"Toplant\u0131 Odas\u0131 Rezervasyon Sistemi \u0130\u00e7in Teklif Al\u0131n\">Teklif Al\u0131n<\/a>\n            <\/div>\n        <\/section>\n\n    <\/div>\n","protected":false},"excerpt":{"rendered":"<p>ErcMeets | Toplant\u0131 Odas\u0131 Rezervasyon ve Meet Reservation Sistemi \u26a1 S\u0131f\u0131r Donan\u0131m Maliyeti \u2022 An\u0131nda Kurulum Tabletlerinizi ErcMeets ile Toplant\u0131 Odas\u0131 Rezervasyon Ekran\u0131na D\u00f6n\u00fc\u015ft\u00fcr\u00fcn. Binlerce dolar donan\u0131m masraf\u0131 yapman\u0131za veya sunucu yap\u0131land\u0131rmalar\u0131yla bo\u011fu\u015fman\u0131za gerek yok. ErcMeets, Android 7 ve \u00fczeri cihazlar\u0131 saniyeler i\u00e7inde %100 Office 365 entegreli toplant\u0131 odas\u0131 rezervasyon ekran\u0131na \u00e7evirir. Y\u0131ll\u0131k Lisans\u0131n\u0131z\u0131 Hemen [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-44","page","type-page","status-publish","hentry","entry"],"_links":{"self":[{"href":"https:\/\/ercsaas.com\/index.php\/wp-json\/wp\/v2\/pages\/44","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ercsaas.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ercsaas.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ercsaas.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ercsaas.com\/index.php\/wp-json\/wp\/v2\/comments?post=44"}],"version-history":[{"count":20,"href":"https:\/\/ercsaas.com\/index.php\/wp-json\/wp\/v2\/pages\/44\/revisions"}],"predecessor-version":[{"id":155,"href":"https:\/\/ercsaas.com\/index.php\/wp-json\/wp\/v2\/pages\/44\/revisions\/155"}],"wp:attachment":[{"href":"https:\/\/ercsaas.com\/index.php\/wp-json\/wp\/v2\/media?parent=44"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}