{"id":7,"date":"2026-09-07T22:23:16","date_gmt":"2026-09-07T22:23:16","guid":{"rendered":"https:\/\/peachcatch.com\/?page_id=7"},"modified":"2026-09-07T23:22:51","modified_gmt":"2026-09-07T23:22:51","slug":"home","status":"publish","type":"page","link":"https:\/\/peachcatch.com\/","title":{"rendered":"home"},"content":{"rendered":"\n<style data-wp-block-html=\"css\">\n\/* PeachCatch \u2014 main page *\/\n\n* {\n  box-sizing: border-box;\n}\n\nhtml,\nbody {\n  margin: 0;\n  padding: 0;\n}\n\n.pc-page {\n  --ink: #101a35;\n  --muted: #68718d;\n  width: 100%;\n  min-height: 100vh;\n  padding: 28px 14px 42px;\n  display: flex;\n  justify-content: center;\n  align-items: flex-start;\n  font-family: -apple-system, BlinkMacSystemFont, \"Segoe UI\", Arial, sans-serif;\n  color: var(--ink);\n  overflow: hidden;\n  position: relative;\n  background:\n    radial-gradient(circle at 13% 8%, rgba(255, 193, 206, .78), transparent 30%),\n    radial-gradient(circle at 89% 17%, rgba(100, 142, 255, .72), transparent 34%),\n    radial-gradient(circle at 82% 66%, rgba(77, 232, 247, .55), transparent 25%),\n    radial-gradient(circle at 21% 82%, rgba(255, 187, 204, .65), transparent 31%),\n    linear-gradient(145deg, #f5e7e4 0%, #dfe6f7 48%, #cad7ef 100%);\n}\n\n.pc-page::before,\n.pc-page::after {\n  content: \"\";\n  position: absolute;\n  border-radius: 999px;\n  filter: blur(38px);\n  pointer-events: none;\n}\n\n.pc-page::before {\n  width: 220px;\n  height: 220px;\n  right: -80px;\n  top: 310px;\n  background: rgba(237, 72, 255, .35);\n}\n\n.pc-page::after {\n  width: 190px;\n  height: 190px;\n  left: -70px;\n  bottom: 110px;\n  background: rgba(255, 213, 191, .55);\n}\n\n.pc-card {\n  width: min(100%, 650px);\n  position: relative;\n  z-index: 1;\n  padding: 25px 25px 20px;\n  border: 1px solid rgba(255, 255, 255, .72);\n  border-radius: 27px;\n  background: linear-gradient(145deg, rgba(255,255,255,.48), rgba(238,239,255,.30));\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.86),\n    0 18px 55px rgba(52, 61, 111, .18);\n  backdrop-filter: blur(22px) saturate(135%);\n  -webkit-backdrop-filter: blur(22px) saturate(135%);\n}\n\n.pc-header {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  gap: 14px;\n  margin-bottom: 30px;\n}\n\n.pc-brand {\n  min-width: 0;\n  display: flex;\n  align-items: center;\n  gap: 14px;\n}\n\n.pc-logo {\n  width: 76px;\n  height: 76px;\n  flex: 0 0 76px;\n  display: grid;\n  place-items: center;\n  font-size: 45px;\n  border: 1px solid rgba(255,255,255,.85);\n  border-radius: 20px;\n  background:\n    radial-gradient(circle at 70% 75%, rgba(255, 42, 223, .55), transparent 38%),\n    rgba(255,255,255,.46);\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.95),\n    0 8px 22px rgba(87, 76, 151, .16);\n  backdrop-filter: blur(14px);\n}\n\n.pc-name {\n  white-space: nowrap;\n  font-size: clamp(25px, 5.2vw, 39px);\n  line-height: 1;\n  font-weight: 800;\n  letter-spacing: -1.5px;\n}\n\n.pc-name span {\n  background: linear-gradient(90deg, #ff3fb9, #7c56ff);\n  -webkit-background-clip: text;\n  background-clip: text;\n  color: transparent;\n}\n\n.pc-tagline {\n  margin-top: 9px;\n  white-space: nowrap;\n  font-size: 11px;\n  font-weight: 700;\n  letter-spacing: 3.1px;\n}\n\n.pc-status {\n  flex: 0 0 auto;\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  padding: 14px 18px;\n  border: 1px solid rgba(255,255,255,.85);\n  border-radius: 999px;\n  background: rgba(255,255,255,.42);\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.95),\n    0 0 24px rgba(55, 255, 212, .26);\n  font-size: 14px;\n  font-weight: 700;\n}\n\n.pc-status-dot {\n  width: 13px;\n  height: 13px;\n  border-radius: 50%;\n  background: #00e89b;\n  box-shadow: 0 0 13px #00e89b;\n}\n\n.pc-hero h1 {\n  margin: 0;\n  font-size: clamp(42px, 9.5vw, 69px);\n  line-height: .98;\n  letter-spacing: -3px;\n  font-weight: 850;\n}\n\n.pc-hero h1 span {\n  background: linear-gradient(90deg, #ff43bd 8%, #b843ff 56%, #6b65ff);\n  -webkit-background-clip: text;\n  background-clip: text;\n  color: transparent;\n}\n\n.pc-hero p {\n  max-width: 580px;\n  margin: 18px 0 24px;\n  font-size: clamp(17px, 4vw, 23px);\n  line-height: 1.48;\n  color: #27304d;\n}\n\n.pc-input-wrap {\n  height: 82px;\n  display: flex;\n  align-items: center;\n  padding: 7px 8px 7px 18px;\n  border: 2px solid rgba(255,255,255,.75);\n  border-radius: 25px;\n  background: rgba(255,255,255,.40);\n  box-shadow:\n    inset 0 2px 8px rgba(255,255,255,.80),\n    0 8px 20px rgba(74, 70, 132, .12);\n  backdrop-filter: blur(18px);\n}\n\n.pc-user-icon {\n  width: 45px;\n  height: 45px;\n  flex: 0 0 45px;\n}\n\n.pc-user-icon svg,\n.pc-feature-icon svg {\n  width: 100%;\n  height: 100%;\n  fill: none;\n  stroke: currentColor;\n  stroke-width: 1.7;\n  stroke-linecap: round;\n  stroke-linejoin: round;\n}\n\n.pc-user-icon {\n  color: #71809f;\n}\n\n#pcUsername {\n  min-width: 0;\n  flex: 1;\n  height: 100%;\n  padding: 0 14px;\n  border: 0;\n  outline: 0;\n  background: transparent;\n  color: #25304e;\n  font: inherit;\n  font-size: 20px;\n}\n\n#pcUsername::placeholder {\n  color: #78829c;\n  opacity: 1;\n}\n\n#pcSearchButton {\n  width: 68px;\n  height: 68px;\n  flex: 0 0 68px;\n  border: 1px solid rgba(255,255,255,.85);\n  border-radius: 22px;\n  cursor: pointer;\n  color: white;\n  font-size: 40px;\n  line-height: 1;\n  background:\n    radial-gradient(circle at 76% 76%, #4ce7ff 0%, transparent 37%),\n    radial-gradient(circle at 24% 26%, #ff52e1 0%, transparent 48%),\n    linear-gradient(135deg, #ff49d4, #8057ff 58%, #48e8ff);\n  box-shadow:\n    0 0 24px rgba(188, 68, 255, .38),\n    inset 0 1px 0 rgba(255,255,255,.65);\n  transition: transform .18s ease, filter .18s ease;\n}\n\n#pcSearchButton:hover {\n  transform: translateY(-1px);\n  filter: brightness(1.05);\n}\n\n.pc-update {\n  padding: 11px 0 15px;\n  text-align: center;\n  color: #4f5976;\n  font-size: 15px;\n}\n\n.pc-features {\n  display: grid;\n  gap: 13px;\n}\n\n.pc-feature {\n  min-height: 105px;\n  display: grid;\n  grid-template-columns: 84px 1fr 36px;\n  align-items: center;\n  gap: 15px;\n  padding: 12px 19px 12px 13px;\n  border: 1px solid rgba(255,255,255,.78);\n  border-radius: 24px;\n  background: linear-gradient(120deg, rgba(255,255,255,.43), rgba(255,255,255,.27));\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.9),\n    0 8px 18px rgba(76, 72, 133, .10);\n  backdrop-filter: blur(17px);\n  transition: transform .25s ease, box-shadow .25s ease, background .25s ease;\n}\n\n.pc-feature-icon {\n  width: 80px;\n  height: 80px;\n  display: grid;\n  place-items: center;\n  padding: 19px;\n  border: 1px solid rgba(255,255,255,.78);\n  border-radius: 20px;\n  background: rgba(255,255,255,.37);\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.88),\n    0 7px 20px rgba(86, 75, 156, .12);\n}\n\n.pc-blue {\n  color: #378cff;\n  background: radial-gradient(circle at 70% 70%, rgba(86,111,255,.30), transparent 60%), rgba(255,255,255,.38);\n}\n\n.pc-purple {\n  color: #cc48ff;\n  background: radial-gradient(circle at 70% 70%, rgba(208,68,255,.32), transparent 60%), rgba(255,255,255,.38);\n}\n\n.pc-pink {\n  color: #f13bc3;\n  background: radial-gradient(circle at 70% 70%, rgba(255,69,202,.32), transparent 60%), rgba(255,255,255,.38);\n}\n\n.pc-cyan {\n  color: #00aee8;\n  background: radial-gradient(circle at 70% 70%, rgba(46,225,244,.34), transparent 60%), rgba(255,255,255,.38);\n}\n\n.pc-ghost {\n  font-size: 43px;\n  filter: saturate(1.25);\n}\n\n.pc-feature-copy {\n  min-width: 0;\n}\n\n.pc-feature-copy strong,\n.pc-feature-copy span {\n  display: block;\n}\n\n.pc-feature-copy strong {\n  margin-bottom: 5px;\n  font-size: clamp(18px, 4.4vw, 25px);\n  line-height: 1.1;\n  font-weight: 800;\n}\n\n.pc-feature-copy span {\n  color: var(--muted);\n  font-size: clamp(14px, 3.4vw, 18px);\n  line-height: 1.25;\n}\n\n.pc-lock {\n  justify-self: end;\n  font-size: 27px;\n  opacity: .62;\n  filter: grayscale(1);\n}\n\n.pc-benefits {\n  margin-top: 21px;\n  padding-top: 18px;\n  border-top: 1px solid rgba(255,255,255,.72);\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n}\n\n.pc-benefit {\n  min-width: 0;\n  display: flex;\n  align-items: center;\n  justify-content: center;\n  gap: 8px;\n  padding: 3px 10px;\n}\n\n.pc-benefit + .pc-benefit {\n  border-left: 1px solid rgba(255,255,255,.75);\n}\n\n.pc-benefit-icon {\n  flex: 0 0 auto;\n  font-size: 29px;\n}\n\n.pc-benefit strong,\n.pc-benefit span {\n  display: block;\n}\n\n.pc-benefit strong {\n  font-size: 12px;\n  line-height: 1.1;\n}\n\n.pc-benefit span {\n  margin-top: 4px;\n  color: #6f7790;\n  font-size: 10px;\n  line-height: 1.15;\n}\n\n\/* WordPress page cleanup *\/\nbody .wp-site-blocks {\n  padding-top: 0 !important;\n  padding-bottom: 0 !important;\n}\n\nbody main,\nbody .wp-block-post-content {\n  margin-top: 0 !important;\n  margin-bottom: 0 !important;\n}\n\n.wp-block-post-title {\n  display: none !important;\n}\n\n\/* Phone *\/\n@media (max-width: 560px) {\n  .pc-page {\n    padding: 14px 9px 26px;\n  }\n\n  .pc-card {\n    padding: 19px 15px 16px;\n    border-radius: 24px;\n  }\n\n  .pc-header {\n    margin-bottom: 25px;\n  }\n\n  .pc-logo {\n    width: 61px;\n    height: 61px;\n    flex-basis: 61px;\n    border-radius: 17px;\n    font-size: 37px;\n  }\n\n  .pc-brand {\n    gap: 10px;\n  }\n\n  .pc-tagline {\n    margin-top: 7px;\n    font-size: 8px;\n    letter-spacing: 2.1px;\n  }\n\n  .pc-status {\n    gap: 7px;\n    padding: 11px 12px;\n    font-size: 11px;\n  }\n\n  .pc-status-dot {\n    width: 10px;\n    height: 10px;\n  }\n\n  .pc-hero h1 {\n    letter-spacing: -2px;\n  }\n\n  .pc-hero p {\n    margin: 14px 0 19px;\n  }\n\n  .pc-input-wrap {\n    height: 70px;\n    padding-left: 13px;\n    border-radius: 22px;\n  }\n\n  .pc-user-icon {\n    width: 38px;\n    height: 38px;\n    flex-basis: 38px;\n  }\n\n  #pcUsername {\n    padding: 0 9px;\n    font-size: 17px;\n  }\n\n  #pcSearchButton {\n    width: 57px;\n    height: 57px;\n    flex-basis: 57px;\n    border-radius: 19px;\n    font-size: 33px;\n  }\n\n  .pc-update {\n    font-size: 12px;\n  }\n\n  .pc-feature {\n    min-height: 89px;\n    grid-template-columns: 67px 1fr 28px;\n    gap: 11px;\n    padding: 10px 13px 10px 10px;\n    border-radius: 21px;\n  }\n\n  .pc-feature-icon {\n    width: 65px;\n    height: 65px;\n    padding: 15px;\n    border-radius: 18px;\n  }\n\n  .pc-ghost {\n    font-size: 35px;\n  }\n\n  .pc-lock {\n    font-size: 22px;\n  }\n\n  .pc-benefit {\n    gap: 5px;\n    padding: 2px 5px;\n  }\n\n  .pc-benefit-icon {\n    font-size: 22px;\n  }\n\n  .pc-benefit strong {\n    font-size: 9px;\n  }\n\n  .pc-benefit span {\n    font-size: 8px;\n  }\n}\n\n@media (max-width: 390px) {\n  .pc-status {\n    padding: 9px 9px;\n  }\n\n  .pc-name {\n    font-size: 23px;\n  }\n\n  .pc-hero h1 {\n    font-size: 39px;\n  }\n}\n\/* Hide WordPress theme header\/footer on this page *\/\nheader.wp-block-template-part,\nfooter.wp-block-template-part,\n.wp-site-blocks > header,\n.wp-site-blocks > footer {\n  display: none !important;\n}\n\n\/* Remove theme spacing and make PeachCatch full width *\/\nhtml,\nbody,\n.wp-site-blocks,\n.wp-block-group,\n.wp-block-post-content,\nmain {\n  margin: 0 !important;\n  padding: 0 !important;\n  max-width: none !important;\n  width: 100% !important;\n}\n\n.wp-site-blocks {\n  min-height: 100vh;\n}\n\n.pc-page {\n  width: 100vw !important;\n  max-width: 100vw !important;\n  margin: 0 !important;\n}\n\n\/* MOBILE SIZE FIX *\/\n@media (max-width: 600px) {\n\n  .pc-page {\n    width: 100% !important;\n    padding: 16px !important;\n    box-sizing: border-box !important;\n  }\n\n  .pc-card {\n    width: 100% !important;\n    max-width: 430px !important;\n    margin: 0 auto !important;\n    padding: 18px !important;\n    box-sizing: border-box !important;\n  }\n\n  .pc-name {\n    font-size: 30px !important;\n  }\n\n  .pc-logo {\n    width: 64px !important;\n    height: 64px !important;\n  }\n\n  .pc-title {\n    font-size: 43px !important;\n    line-height: 0.98 !important;\n    letter-spacing: -2px !important;\n  }\n\n  .pc-subtitle {\n    font-size: 17px !important;\n    line-height: 1.4 !important;\n  }\n\n  .pc-feature {\n    min-height: 88px !important;\n  }\n}\n.pc-feature.pc-active {\n  background: linear-gradient(\n    120deg,\n    rgba(255,255,255,.66),\n    rgba(241,229,255,.52)\n  );\n\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.95),\n    0 0 28px rgba(195, 73, 255, .32),\n    0 0 42px rgba(76, 214, 255, .18),\n    0 12px 28px rgba(66, 76, 145, .14);\n\n  transform: translateY(-2px) scale(1.01);\n}\n\n.pc-feature.pc-active .pc-feature-icon {\n  box-shadow:\n    inset 0 1px 0 rgba(255,255,255,.95),\n    0 0 22px rgba(183, 76, 255, .34),\n    0 0 28px rgba(62, 220, 255, .20);\n}\n\n.pc-lock.pc-unlocked {\n  opacity: 1;\n  filter: none;\n  transform: scale(1.12);\n}\n\n.pc-feature.pc-pulse {\n  animation: pcPulse .55s ease;\n}\n\n@keyframes pcPulse {\n  0% {\n    transform: translateY(0) scale(1);\n  }\n\n  45% {\n    transform: translateY(-3px) scale(1.025);\n  }\n\n  100% {\n    transform: translateY(-2px) scale(1.01);\n  }\n}\n.pc-username-error {\n  display: none;\n  align-items: center;\n  gap: 9px;\n\n  margin: 8px 4px 4px;\n  padding: 10px 14px;\n\n  border: 1px solid rgba(236, 72, 190, 0.38);\n  border-radius: 16px;\n\n  background: linear-gradient(\n    135deg,\n    rgba(255, 255, 255, 0.50),\n    rgba(255, 210, 244, 0.38)\n  );\n\n  box-shadow:\n    0 5px 18px rgba(224, 60, 180, 0.10),\n    inset 0 1px 0 rgba(255,255,255,0.75);\n\n  color: #c72d9c;\n  font-size: 13px;\n  font-weight: 700;\n  line-height: 1.3;\n}\n\n.pc-username-error.pc-show {\n  display: flex;\n}\n\n.pc-username-error::before {\n  content: \"!\";\n  display: flex;\n  align-items: center;\n  justify-content: center;\n\n  width: 20px;\n  height: 20px;\n  flex: 0 0 20px;\n\n  border-radius: 50%;\n  background: linear-gradient(135deg, #ff3eb5, #a855f7);\n  color: white;\n\n  font-size: 13px;\n  font-weight: 800;\n\n  box-shadow: 0 0 10px rgba(236, 72, 190, 0.35);\n}\n<\/style>\n\n<script data-wp-block-html=\"js\">\ndocument.addEventListener('DOMContentLoaded', function () {\n  const usernameInput = document.getElementById('pcUsername');\n  const features = document.querySelectorAll('.pc-feature');\n  const locks = document.querySelectorAll('.pc-lock');\n\n  if (!usernameInput) return;\n\n  function lockFeatures() {\n    features.forEach((feature) => {\n      feature.classList.remove('pc-active', 'pc-pulse');\n    });\n\n    locks.forEach((lock) => {\n      lock.textContent = '\ud83d\udd12';\n      lock.classList.remove('pc-unlocked');\n    });\n  }\n\n  function unlockFeatures() {\n    features.forEach((feature) => {\n      feature.classList.add('pc-active');\n\n      feature.classList.remove('pc-pulse');\n      void feature.offsetWidth;\n      feature.classList.add('pc-pulse');\n    });\n\n    locks.forEach((lock) => {\n      lock.textContent = '\ud83d\udd13';\n      lock.classList.add('pc-unlocked');\n    });\n  }\n\n  usernameInput.addEventListener('input', function () {\n    const value = usernameInput.value.trim();\n\n    if (value.length === 4) {\n      unlockFeatures();\n    }\n\n    if (value.length < 4) {\n      lockFeatures();\n    }\n  });\n\n  lockFeatures();\n});\nconst pcValidationInput = document.getElementById('pcUsername');\nconst pcUsernameError = document.getElementById('pcUsernameError');\n\nif (pcValidationInput &#038;&#038; pcUsernameError) {\n\n  pcValidationInput.addEventListener('input', function () {\n\n    const value = this.value;\n\n    \/\/ \u041f\u043e\u043b\u0435 \u043f\u043e\u0432\u043d\u0456\u0441\u0442\u044e \u043f\u043e\u0440\u043e\u0436\u043d\u0454 \u2014 \u043d\u0456\u0447\u043e\u0433\u043e \u043d\u0435 \u043f\u043e\u043a\u0430\u0437\u0443\u0454\u043c\u043e\n    if (value.length === 0) {\n      pcUsernameError.textContent = '';\n      pcUsernameError.classList.remove('pc-show');\n      return;\n    }\n\n    \/\/ \u041d\u0435\u0434\u043e\u043f\u0443\u0441\u0442\u0438\u043c\u0456 \u0441\u0438\u043c\u0432\u043e\u043b\u0438\n    if (!\/^[A-Za-z0-9._-]*$\/.test(value)) {\n      pcUsernameError.textContent =\n        'Only letters, numbers, dots, underscores and hyphens allowed.';\n      pcUsernameError.classList.add('pc-show');\n      return;\n    }\n\n    \/\/ \u041d\u0435\u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u0430 \u0434\u043e\u0432\u0436\u0438\u043d\u0430\n    if (value.length < 4 || value.length > 15) {\n      pcUsernameError.textContent =\n        'Username must be 4\u201315 characters.';\n      pcUsernameError.classList.add('pc-show');\n      return;\n    }\n\n    \/\/ \u0412\u0441\u0435 \u043f\u0440\u0430\u0432\u0438\u043b\u044c\u043d\u043e\n    pcUsernameError.textContent = '';\n    pcUsernameError.classList.remove('pc-show');\n\n  });\n\n}\n<\/script>\n\n<div class=\"pc-page\">\n\n  <main class=\"pc-card\">\n\n    <!-- HEADER -->\n    <header class=\"pc-header\">\n      <div class=\"pc-brand\">\n        <div class=\"pc-logo\">\ud83c\udf51<\/div>\n\n        <div class=\"pc-brand-text\">\n          <div class=\"pc-name\">\n            Peach<span>Catch<\/span>\n          <\/div>\n          <div class=\"pc-tagline\">SEE WHAT OTHERS MISS<\/div>\n        <\/div>\n      <\/div>\n\n      <div class=\"pc-status\">\n        <span class=\"pc-status-dot\"><\/span>\n        ACTIVE\n      <\/div>\n    <\/header>\n\n    <!-- HERO -->\n    <section class=\"pc-hero\">\n      <h1>\n        Anonymous <span>Lookup<\/span>\n      <\/h1>\n\n      <p>\n        Enter a username to explore available profile features\n        and public account information.\n      <\/p>\n    <\/section>\n\n    <!-- USERNAME INPUT -->\n    <section class=\"pc-search\">\n      <div class=\"pc-input-wrap\">\n\n        <div class=\"pc-user-icon\">\n          <svg viewBox=\"0 0 24 24\" aria-hidden=\"true\">\n            <circle cx=\"12\" cy=\"8\" r=\"4\"><\/circle>\n            <path d=\"M4 21c0-4.4 3.6-7 8-7s8 2.6 8 7\"><\/path>\n          <\/svg>\n        <\/div>\n\n        <input id=\"pcUsername\" type=\"text\" placeholder=\"Username...\" autocomplete=\"off\">\n\n        <button id=\"pcSearchButton\" type=\"button\" aria-label=\"Search\">\n          \u2192\n        <\/button>\n\n      <\/div>\n<div id=\"pcUsernameError\" class=\"pc-username-error\"><\/div>\n\n      <div class=\"pc-update\">\n        Updated: Today &#8211; Version: v1.6\n      <\/div>\n    <\/section>\n\n    <!-- FEATURES -->\n    <section class=\"pc-features\" id=\"pcFeatures\">\n\n      <div class=\"pc-feature\">\n        <div class=\"pc-feature-icon pc-blue\">\n          <svg viewBox=\"0 0 24 24\">\n            <circle cx=\"9\" cy=\"8\" r=\"3\"><\/circle>\n            <circle cx=\"16\" cy=\"9\" r=\"2.5\"><\/circle>\n            <path d=\"M3 20c0-4 2.6-6 6-6s6 2 6 6\"><\/path>\n            <path d=\"M14 15c3.8 0 6 1.7 6 5\"><\/path>\n          <\/svg>\n        <\/div>\n\n        <div class=\"pc-feature-copy\">\n          <strong>Friend Insights<\/strong>\n          <span>Explore available connection information<\/span>\n        <\/div>\n\n        <div class=\"pc-lock\">\ud83d\udd12<\/div>\n      <\/div>\n\n      <div class=\"pc-feature\">\n        <div class=\"pc-feature-icon pc-purple\">\n          <div class=\"pc-ghost\">\ud83d\udc7b<\/div>\n        <\/div>\n\n        <div class=\"pc-feature-copy\">\n          <strong>Profile Score<\/strong>\n          <span>View available profile statistics<\/span>\n        <\/div>\n\n        <div class=\"pc-lock\">\ud83d\udd12<\/div>\n      <\/div>\n\n      <div class=\"pc-feature\">\n        <div class=\"pc-feature-icon pc-pink\">\n          <svg viewBox=\"0 0 24 24\">\n            <path d=\"M2 12s4-6 10-6 10 6 10 6-4 6-10 6S2 12 2 12z\"><\/path>\n            <circle cx=\"12\" cy=\"12\" r=\"3\"><\/circle>\n          <\/svg>\n        <\/div>\n\n        <div class=\"pc-feature-copy\">\n          <strong>Profile Activity<\/strong>\n          <span>Check available public activity signals<\/span>\n        <\/div>\n\n        <div class=\"pc-lock\">\ud83d\udd12<\/div>\n      <\/div>\n\n      <div class=\"pc-feature\">\n        <div class=\"pc-feature-icon pc-cyan\">\n          <svg viewBox=\"0 0 24 24\">\n            <rect x=\"3\" y=\"4\" width=\"18\" height=\"16\" rx=\"2\"><\/rect>\n            <circle cx=\"9\" cy=\"9\" r=\"2\"><\/circle>\n            <path d=\"M5 18l5-5 3 3 2-2 4 4\"><\/path>\n          <\/svg>\n        <\/div>\n\n        <div class=\"pc-feature-copy\">\n          <strong>Media Insights<\/strong>\n          <span>Explore available account media information<\/span>\n        <\/div>\n\n        <div class=\"pc-lock\">\ud83d\udd12<\/div>\n      <\/div>\n\n    <\/section>\n\n    <!-- FOOTER INFO -->\n    <footer class=\"pc-benefits\">\n\n      <div class=\"pc-benefit\">\n        <div class=\"pc-benefit-icon\">\u26a1<\/div>\n        <div>\n          <strong>Fast Results<\/strong>\n          <span>Get results in seconds<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"pc-benefit\">\n        <div class=\"pc-benefit-icon\">\ud83d\udee1\ufe0f<\/div>\n        <div>\n          <strong>Private Search<\/strong>\n          <span>Your privacy first<\/span>\n        <\/div>\n      <\/div>\n\n      <div class=\"pc-benefit\">\n        <div class=\"pc-benefit-icon\">\ud83c\udf10<\/div>\n        <div>\n          <strong>Works Worldwide<\/strong>\n          <span>Public accounts<\/span>\n        <\/div>\n      <\/div>\n\n    <\/footer>\n\n  <\/main>\n\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>\ud83c\udf51 PeachCatch SEE WHAT OTHERS MISS ACTIVE Anonymous Lookup Enter a username to explore available profile features and public account information. \u2192 Updated: Today &#8211; Version: v1.6 Friend Insights Explore available connection information \ud83d\udd12 \ud83d\udc7b Profile Score View available profile statistics \ud83d\udd12 Profile Activity Check available public activity signals \ud83d\udd12 Media Insights Explore available account [&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-7","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>home - PeachCatch<\/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:\/\/peachcatch.com\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"home - PeachCatch\" \/>\n<meta property=\"og:description\" content=\"\ud83c\udf51 PeachCatch SEE WHAT OTHERS MISS ACTIVE Anonymous Lookup Enter a username to explore available profile features and public account information. \u2192 Updated: Today &#8211; Version: v1.6 Friend Insights Explore available connection information \ud83d\udd12 \ud83d\udc7b Profile Score View available profile statistics \ud83d\udd12 Profile Activity Check available public activity signals \ud83d\udd12 Media Insights Explore available account [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/peachcatch.com\/\" \/>\n<meta property=\"og:site_name\" content=\"PeachCatch\" \/>\n<meta property=\"article:modified_time\" content=\"2026-09-07T23:22:51+00:00\" \/>\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=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/peachcatch.com\\\/\",\"url\":\"https:\\\/\\\/peachcatch.com\\\/\",\"name\":\"home - PeachCatch\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/peachcatch.com\\\/#website\"},\"datePublished\":\"2026-09-07T22:23:16+00:00\",\"dateModified\":\"2026-09-07T23:22:51+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/peachcatch.com\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/peachcatch.com\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/peachcatch.com\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/peachcatch.com\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/peachcatch.com\\\/#website\",\"url\":\"https:\\\/\\\/peachcatch.com\\\/\",\"name\":\"PeachCatch\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/peachcatch.com\\\/?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":"home - PeachCatch","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:\/\/peachcatch.com\/","og_locale":"en_US","og_type":"article","og_title":"home - PeachCatch","og_description":"\ud83c\udf51 PeachCatch SEE WHAT OTHERS MISS ACTIVE Anonymous Lookup Enter a username to explore available profile features and public account information. \u2192 Updated: Today &#8211; Version: v1.6 Friend Insights Explore available connection information \ud83d\udd12 \ud83d\udc7b Profile Score View available profile statistics \ud83d\udd12 Profile Activity Check available public activity signals \ud83d\udd12 Media Insights Explore available account [&hellip;]","og_url":"https:\/\/peachcatch.com\/","og_site_name":"PeachCatch","article_modified_time":"2026-09-07T23:22:51+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/peachcatch.com\/","url":"https:\/\/peachcatch.com\/","name":"home - PeachCatch","isPartOf":{"@id":"https:\/\/peachcatch.com\/#website"},"datePublished":"2026-09-07T22:23:16+00:00","dateModified":"2026-09-07T23:22:51+00:00","breadcrumb":{"@id":"https:\/\/peachcatch.com\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/peachcatch.com\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/peachcatch.com\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/peachcatch.com\/"},{"@type":"ListItem","position":2,"name":"home"}]},{"@type":"WebSite","@id":"https:\/\/peachcatch.com\/#website","url":"https:\/\/peachcatch.com\/","name":"PeachCatch","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/peachcatch.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"brizy_media":[],"_links":{"self":[{"href":"https:\/\/peachcatch.com\/index.php?rest_route=\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/peachcatch.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/peachcatch.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/peachcatch.com\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/peachcatch.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=7"}],"version-history":[{"count":4,"href":"https:\/\/peachcatch.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":22,"href":"https:\/\/peachcatch.com\/index.php?rest_route=\/wp\/v2\/pages\/7\/revisions\/22"}],"wp:attachment":[{"href":"https:\/\/peachcatch.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}