{"id":590,"date":"2025-10-16T16:57:36","date_gmt":"2025-10-16T13:57:36","guid":{"rendered":"https:\/\/pigiyim.com\/?page_id=590"},"modified":"2026-02-11T21:56:22","modified_gmt":"2026-02-11T18:56:22","slug":"anasayfa","status":"publish","type":"page","link":"https:\/\/pigiyim.com\/","title":{"rendered":"Anasayfa"},"content":{"rendered":"\n\n\n\n\n\n\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=Cormorant+Garamond:ital,wght@0,300;0,600;1,300;1,600&family=Montserrat:wght@200;300;400;500;700&display=swap');\n\n\/* --- WORDPRESS COMPATIBILITY & RESET --- *\/\n.pi-premium-body {\n    all: initial;\n    display: block;\n    background-color: #FAF9F6;\n    color: #1A1A1A;\n    font-family: 'Montserrat', sans-serif;\n    margin: 0;\n    padding: 0;\n    overflow-x: hidden;\n    -webkit-font-smoothing: antialiased;\n    box-sizing: border-box;\n}\n\n.pi-premium-body *, .pi-premium-body *:before, .pi-premium-body *:after {\n    box-sizing: inherit;\n    font-family: inherit;\n}\n\n:root {\n    --pi-cream: #FAF9F6;\n    --pi-charcoal: #1A1A1A;\n    --pi-vizon: #A69080;\n    --transition-lux: all 1s cubic-bezier(0.19, 1, 0.22, 1);\n}\n\n\/* --- TOP ANNOUNCEMENT --- *\/\n.pi-top-bar {\n    background: var(--pi-charcoal);\n    color: white;\n    font-size: 10px;\n    font-weight: 500;\n    text-transform: uppercase;\n    letter-spacing: 3px;\n    padding: 12px 20px;\n    text-align: center;\n}\n\n\/* --- NAVIGATION --- *\/\n.pi-nav-area {\n    background: rgba(255, 255, 255, 0.85);\n    backdrop-filter: blur(20px);\n    border-bottom: 1px solid rgba(0,0,0,0.03);\n    padding: 20px 0;\n    position: sticky;\n    top: 0;\n    z-index: 1000;\n}\n\n.pi-nav-inner {\n    max-width: 1400px;\n    margin: 0 auto;\n    display: flex;\n    justify-content: center;\n    gap: clamp(15px, 3vw, 35px);\n    padding: 0 20px;\n    overflow-x: auto;\n    scrollbar-width: none;\n}\n\n.pi-nav-inner::-webkit-scrollbar { display: none; }\n\n.pi-nav-item {\n    text-decoration: none !important;\n    color: var(--pi-charcoal) !important;\n    font-size: 11px;\n    font-weight: 600;\n    letter-spacing: 1.5px;\n    text-transform: uppercase;\n    transition: var(--transition-lux);\n    opacity: 0.5;\n    white-space: nowrap;\n}\n\n.pi-nav-item:hover, .pi-nav-item.active { opacity: 1; color: var(--pi-vizon) !important; }\n\n\/* --- HERO SECTION --- *\/\n.pi-hero {\n    position: relative;\n    width: 100%;\n    height: 85vh;\n    background: #000;\n    overflow: hidden;\n    display: flex;\n    align-items: center;\n    justify-content: center;\n}\n\n.pi-hero-img {\n    position: absolute;\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    opacity: 0.7;\n    transition: transform 15s ease;\n}\n\n.pi-hero:hover .pi-hero-img { transform: scale(1.1); }\n\n.pi-hero-content {\n    position: relative;\n    z-index: 10;\n    text-align: center;\n    color: white;\n    max-width: 900px;\n}\n\n.pi-hero-content span {\n    display: block;\n    font-size: 11px;\n    letter-spacing: 6px;\n    text-transform: uppercase;\n    margin-bottom: 25px;\n    font-weight: 300;\n}\n\n.pi-hero-content h1 {\n    font-family: 'Cormorant Garamond', serif !important;\n    font-size: clamp(40px, 10vw, 100px);\n    font-style: italic;\n    font-weight: 300;\n    line-height: 0.9;\n    margin-bottom: 35px;\n}\n\n.pi-hero-btn {\n    display: inline-block;\n    padding: 18px 55px;\n    background: white;\n    color: #000 !important;\n    text-decoration: none !important;\n    font-size: 11px;\n    font-weight: 700;\n    letter-spacing: 2px;\n    text-transform: uppercase;\n    transition: var(--transition-lux);\n}\n\n.pi-hero-btn:hover { background: var(--pi-vizon); color: white !important; transform: translateY(-5px); }\n\n\/* --- SECTION HEADERS --- *\/\n.pi-section-head {\n    text-align: center;\n    margin: 100px auto 60px;\n    padding: 0 20px;\n}\n\n.pi-section-head h2 {\n    font-family: 'Cormorant Garamond', serif !important;\n    font-size: clamp(32px, 5vw, 48px);\n    font-weight: 300;\n    margin-bottom: 10px;\n}\n\n.pi-section-head p {\n    font-size: 12px;\n    letter-spacing: 4px;\n    text-transform: uppercase;\n    color: var(--pi-vizon);\n}\n\n\/* --- GRID LAYOUTS --- *\/\n.pi-container {\n    max-width: 1400px;\n    margin: 0 auto;\n    padding: 0 30px;\n}\n\n\/* Featured 4 Grid *\/\n.pi-featured-grid {\n    display: grid;\n    grid-template-columns: repeat(4, 1fr);\n    gap: 25px;\n    margin-bottom: 80px;\n}\n\n\/* Multi-Grid for All Categories *\/\n.pi-multi-grid {\n    display: grid;\n    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));\n    gap: 20px;\n}\n\n.pi-card {\n    position: relative;\n    aspect-ratio: 3\/4;\n    overflow: hidden;\n    background: #f0f0f0;\n    text-decoration: none !important;\n}\n\n.pi-card.wide { aspect-ratio: 16\/9; grid-column: span 2; }\n\n.pi-card img {\n    width: 100%;\n    height: 100%;\n    object-fit: cover;\n    transition: var(--transition-lux);\n}\n\n.pi-card:hover img { transform: scale(1.08); }\n\n.pi-overlay {\n    position: absolute;\n    inset: 0;\n    background: linear-gradient(to top, rgba(0,0,0,0.5) 0%, transparent 60%);\n    display: flex;\n    flex-direction: column;\n    justify-content: flex-end;\n    padding: 30px;\n    color: white;\n    transition: var(--transition-lux);\n}\n\n.pi-overlay span {\n    font-size: 9px;\n    letter-spacing: 3px;\n    text-transform: uppercase;\n    margin-bottom: 8px;\n    opacity: 0.8;\n}\n\n.pi-overlay h3 {\n    margin: 0;\n    font-family: 'Cormorant Garamond', serif !important;\n    font-size: 24px;\n    font-weight: 300;\n}\n\n\/* --- DARK CALL TO ACTION --- *\/\n.pi-dark-callout {\n    background: var(--pi-charcoal);\n    color: white;\n    padding: 120px 20px;\n    text-align: center;\n    margin-top: 100px;\n}\n\n.pi-dark-callout h2 {\n    font-family: 'Cormorant Garamond', serif !important;\n    font-size: 42px;\n    font-style: italic;\n    margin-bottom: 30px;\n}\n\n\/* --- REVEAL --- *\/\n.pi-reveal { opacity: 0; transform: translateY(40px); transition: var(--transition-lux); }\n.pi-reveal.active { opacity: 1; transform: translateY(0); }\n\n@media (max-width: 1100px) {\n    .pi-featured-grid { grid-template-columns: repeat(2, 1fr); }\n    .pi-card.wide { grid-column: span 1; aspect-ratio: 3\/4; }\n}\n\n@media (max-width: 600px) {\n    .pi-featured-grid, .pi-multi-grid { grid-template-columns: 1fr; }\n    .pi-hero { height: 70vh; }\n    .pi-container { padding: 0 20px; }\n}\n<\/style>\n\n<div class=\"pi-premium-body\">\n    <!-- Announcement Bar -->\n    <div class=\"pi-top-bar\">\n        ZAMANSIZ \u015eIKLIK \u2022 T\u00dcM \u00dcR\u00dcNLERDE 3 AL 2 \u00d6DE FIRSATI BA\u015eLADI\n    <\/div>\n\n    <!-- Sticky Navigation -->\n    <nav class=\"pi-nav-area\">\n        <div class=\"pi-nav-inner\">\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=alt-ust-takim\" class=\"pi-nav-item\">TAKIMLAR<\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=gecelik\" class=\"pi-nav-item\">GECEL\u0130K<\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=sutyen\" class=\"pi-nav-item\">S\u00dcTYEN<\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=tayt\" class=\"pi-nav-item\">TAYT<\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=boxer\" class=\"pi-nav-item\">BOXER<\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=pijama-alti\" class=\"pi-nav-item\">P\u0130JAMA<\/a>\n            <a href=\"https:\/\/pigiyim.com\/?post_type=product\" class=\"pi-nav-item\" style=\"color:var(--pi-vizon) !important;\">D\u00dcNYAMIZI KE\u015eFED\u0130N<\/a>\n        <\/div>\n    <\/nav>\n\n    <!-- Hero Showcase -->\n    <section class=\"pi-hero\">\n        <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-3670.jpg\" class=\"pi-hero-img\" alt=\"Pi Giyim Editorial\">\n        <div class=\"pi-hero-content\">\n            <span>PREMIUM COLLECTION<\/span>\n            <h1>Zarafetin En Saf Hali<\/h1>\n            <a href=\"https:\/\/pigiyim.com\/?post_type=product\" class=\"pi-hero-btn\">KOLEKS\u0130YONU \u0130NCELE<\/a>\n        <\/div>\n    <\/section>\n\n    <!-- Featured Categories -->\n    <section class=\"pi-section-head pi-reveal\">\n        <p>SE\u00c7K\u0130N TERC\u0130HLER<\/p>\n        <h2>\u00d6ne \u00c7\u0131kanlar<\/h2>\n    <\/section>\n\n    <div class=\"pi-container pi-reveal\">\n        <div class=\"pi-featured-grid\">\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=alt-ust-takim\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-2855.jpg\" alt=\"Alt \u00dcst Tak\u0131m\">\n                <div class=\"pi-overlay\"><span>HOMEWEAR<\/span><h3>Alt \u00dcst Tak\u0131m<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=fantezi-gecelik\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-3602.jpg\" alt=\"Fantezi Gecelik\">\n                <div class=\"pi-overlay\"><span>ZAR\u0130F<\/span><h3>Fantezi Gecelik<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=sutyen\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-4254.jpg\" alt=\"S\u00fctyen\">\n                <div class=\"pi-overlay\"><span>PREMIUM<\/span><h3>S\u00fctyen Koleksiyonu<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=spor-tayt\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-4242.jpg\" alt=\"Spor Tayt\">\n                <div class=\"pi-overlay\"><span>AKT\u0130F<\/span><h3>Spor &#038; Tayt<\/h3><\/div>\n            <\/a>\n        <\/div>\n    <\/div>\n\n    <!-- All Categories Editorial Grid -->\n    <section class=\"pi-section-head pi-reveal\">\n        <p>T\u00dcM D\u00dcNYAMIZ<\/p>\n        <h2>Kategorileri Ke\u015ffedin<\/h2>\n    <\/section>\n\n    <div class=\"pi-container pi-reveal\">\n        <div class=\"pi-multi-grid\">\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=atlet\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-3173.jpg\" alt=\"Atlet\">\n                <div class=\"pi-overlay\"><span>KLAS\u0130K<\/span><h3>Atlet<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=boxer\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-3347.jpg\" alt=\"Boxer\">\n                <div class=\"pi-overlay\"><span>KONFOR<\/span><h3>Boxer<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=body\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-3198.jpg\" alt=\"Body\">\n                <div class=\"pi-overlay\"><span>BASIC<\/span><h3>Body<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=bustiyer\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-3391.jpg\" alt=\"B\u00fcstiyer\">\n                <div class=\"pi-overlay\"><span>\u015eIK<\/span><h3>B\u00fcstiyer<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=buyuk-beden-tayt\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-3427.jpg\" alt=\"B\u00fcy\u00fck Beden Tayt\">\n                <div class=\"pi-overlay\"><span>KAPSAYICI<\/span><h3>B\u00fcy\u00fck Beden Tayt<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=corap\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-3538.jpg\" alt=\"\u00c7orap\">\n                <div class=\"pi-overlay\"><span>DETAY<\/span><h3>\u00c7orap<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=gecelik\" class=\"pi-card wide\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-3670.jpg\" alt=\"Gecelik\">\n                <div class=\"pi-overlay\"><span>SOFT<\/span><h3>Gecelik D\u00fcnyas\u0131<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=gomlek\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-3739.jpg\" alt=\"G\u00f6mlek\">\n                <div class=\"pi-overlay\"><span>CASUAL<\/span><h3>G\u00f6mlek<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=korse\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-3959.jpg\" alt=\"Korse\">\n                <div class=\"pi-overlay\"><span>FORM<\/span><h3>Korse<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=kulot\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-4122.jpg\" alt=\"K\u00fclot\">\n                <div class=\"pi-overlay\"><span>G\u00dcNL\u00dcK<\/span><h3>K\u00fclot<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=pijama-alti\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-4198.jpg\" alt=\"Pijama Alt\u0131\">\n                <div class=\"pi-overlay\"><span>RELAX<\/span><h3>Pijama Alt\u0131<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=sweatshirt\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-4256.jpg\" alt=\"Sweatshirt\">\n                <div class=\"pi-overlay\"><span>STREET<\/span><h3>Sweatshirt<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=t-shirt\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-4375.jpg\" alt=\"T-Shirt\">\n                <div class=\"pi-overlay\"><span>MODERN<\/span><h3>T-Shirt<\/h3><\/div>\n            <\/a>\n            <a href=\"https:\/\/pigiyim.com\/?product_cat=termal-giyim-iclik\" class=\"pi-card\">\n                <img decoding=\"async\" src=\"https:\/\/pigiyim.com\/wp-content\/uploads\/2025\/10\/1_org_zoom-4351.jpg\" alt=\"Termal &#038; \u0130\u00e7lik\">\n                <div class=\"pi-overlay\"><span>SICAK<\/span><h3>Termal &#038; \u0130\u00e7lik<\/h3><\/div>\n            <\/a>\n        <\/div>\n    <\/div>\n\n    <!-- Philosophy -->\n    <section class=\"pi-dark-callout pi-reveal\">\n        <div style=\"max-width: 800px; margin: 0 auto;\">\n            <h2>&#8220;Zarafet, her diki\u015fte gizli bir hikayedir.&#8221;<\/h2>\n            <p style=\"font-size: 14px; opacity: 0.7; line-height: 1.8; font-weight: 300; letter-spacing: 1px;\">\n                Pi Giyim, sadece bir giysi de\u011fil, kendinizi en \u00f6zel hissetti\u011finiz anlar\u0131n e\u015flik\u00e7isidir. \n                S\u00fcrd\u00fcr\u00fclebilir kalite anlay\u0131\u015f\u0131m\u0131zla, teninize en nazik dokunu\u015fu ula\u015ft\u0131rmak i\u00e7in tasarl\u0131yoruz.\n            <\/p>\n        <\/div>\n    <\/section>\n<\/div>\n\n<script>\n\/\/ Scroll Reveal Controller\nconst piReveal = () => {\n    const reveals = document.querySelectorAll(\".pi-reveal\");\n    reveals.forEach(el => {\n        const windowHeight = window.innerHeight;\n        const elementTop = el.getBoundingClientRect().top;\n        const elementVisible = 100;\n        if (elementTop < windowHeight - elementVisible) {\n            el.classList.add(\"active\");\n        }\n    });\n}\n\nwindow.addEventListener(\"scroll\", piReveal);\nwindow.addEventListener(\"load\", piReveal);\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>ZAMANSIZ \u015eIKLIK \u2022 T\u00dcM \u00dcR\u00dcNLERDE 3 AL 2 \u00d6DE FIRSATI BA\u015eLADI TAKIMLAR GECEL\u0130K S\u00dcTYEN TAYT BOXER P\u0130JAMA D\u00dcNYAMIZI KE\u015eFED\u0130N PREMIUM [&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":"","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-590","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pigiyim.com\/index.php?rest_route=\/wp\/v2\/pages\/590","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pigiyim.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pigiyim.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pigiyim.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pigiyim.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=590"}],"version-history":[{"count":45,"href":"https:\/\/pigiyim.com\/index.php?rest_route=\/wp\/v2\/pages\/590\/revisions"}],"predecessor-version":[{"id":10286,"href":"https:\/\/pigiyim.com\/index.php?rest_route=\/wp\/v2\/pages\/590\/revisions\/10286"}],"wp:attachment":[{"href":"https:\/\/pigiyim.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=590"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}