{"id":12,"date":"2026-05-22T09:25:09","date_gmt":"2026-05-22T09:25:09","guid":{"rendered":"https:\/\/nexchanges.app\/?page_id=12"},"modified":"2026-05-22T10:55:32","modified_gmt":"2026-05-22T10:55:32","slug":"12-2","status":"publish","type":"page","link":"https:\/\/nexchanges.app\/","title":{"rendered":"Home"},"content":{"rendered":"\n<!-- NExchanges Landing Page v2 \u2013 scoped to #nx-page, no theme conflicts -->\n<style>\n@import url('https:\/\/fonts.googleapis.com\/css2?family=DM+Serif+Display:ital@0;1&family=DM+Sans:opsz,wght@9..40,300;9..40,400;9..40,500;9..40,600&display=swap');\n\n#nx-page {\n  --nx-ink: #0e0e0e;\n  --nx-paper: #f7f5f0;\n  --nx-accent: #1a6b4a;\n  --nx-accent-light: #e8f5ef;\n  --nx-accent-mid: #2d9968;\n  --nx-muted: #6b6b6b;\n  --nx-border: #e0ddd6;\n  --nx-white: #ffffff;\n  font-family: 'DM Sans', sans-serif;\n  font-size: 16px;\n  line-height: 1.6;\n  color: var(--nx-ink);\n  background: var(--nx-paper);\n  overflow-x: hidden;\n}\n\n#nx-page *, #nx-page *::before, #nx-page *::after {\n  box-sizing: border-box;\n  margin: 0;\n  padding: 0;\n}\n\n#nx-page a { text-decoration: none; }\n#nx-page ul { list-style: none; }\n\n\/* \u2500\u2500 HERO \u2500\u2500 *\/\n.nx-hero {\n  min-height: 100vh;\n  display: flex;\n  align-items: center;\n  padding: 80px 48px;\n  max-width: 1200px;\n  margin: 0 auto;\n  position: relative;\n  gap: 64px;\n}\n\n.nx-hero-content { max-width: 580px; flex-shrink: 0; }\n\n.nx-badge {\n  display: inline-flex;\n  align-items: center;\n  gap: 8px;\n  background: var(--nx-accent-light);\n  color: var(--nx-accent);\n  padding: 6px 14px;\n  border-radius: 100px;\n  font-size: 13px;\n  font-weight: 600;\n  margin-bottom: 32px;\n  letter-spacing: 0.02em;\n}\n\n.nx-badge-dot {\n  width: 6px; height: 6px;\n  background: var(--nx-accent);\n  border-radius: 50%;\n  animation: nx-pulse 2s infinite;\n}\n\n@keyframes nx-pulse {\n  0%, 100% { opacity: 1; transform: scale(1); }\n  50% { opacity: 0.4; transform: scale(1.4); }\n}\n\n.nx-h1 {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(40px, 5vw, 64px);\n  line-height: 1.08;\n  letter-spacing: -1.5px;\n  margin-bottom: 24px;\n  color: var(--nx-ink);\n}\n\n.nx-h1 em {\n  font-style: italic;\n  color: var(--nx-accent);\n}\n\n.nx-hero-sub {\n  font-size: 18px;\n  color: var(--nx-muted);\n  line-height: 1.75;\n  margin-bottom: 40px;\n  font-weight: 300;\n}\n\n.nx-hero-actions {\n  display: flex;\n  gap: 14px;\n  align-items: center;\n  flex-wrap: wrap;\n}\n\n.nx-btn-primary {\n  background: var(--nx-ink);\n  color: var(--nx-white) !important;\n  padding: 14px 30px;\n  border-radius: 8px;\n  font-weight: 600;\n  font-size: 15px;\n  transition: background 0.2s;\n  border: 2px solid var(--nx-ink);\n  display: inline-block;\n}\n\n.nx-btn-primary:hover { background: var(--nx-accent); border-color: var(--nx-accent); }\n\n.nx-btn-secondary {\n  color: var(--nx-ink) !important;\n  padding: 14px 30px;\n  border-radius: 8px;\n  font-weight: 500;\n  font-size: 15px;\n  border: 2px solid var(--nx-border);\n  transition: border-color 0.2s;\n  display: inline-block;\n}\n\n.nx-btn-secondary:hover { border-color: var(--nx-ink); }\n\n\/* \u2500\u2500 MOCKUP \u2500\u2500 *\/\n.nx-hero-visual { flex: 1; min-width: 0; }\n\n.nx-browser {\n  background: var(--nx-white);\n  border-radius: 16px;\n  box-shadow: 0 32px 80px rgba(0,0,0,0.11), 0 0 0 1px var(--nx-border);\n  overflow: hidden;\n}\n\n.nx-browser-bar {\n  background: #f0ede8;\n  padding: 12px 16px;\n  display: flex;\n  align-items: center;\n  gap: 12px;\n  border-bottom: 1px solid var(--nx-border);\n}\n\n.nx-dots { display: flex; gap: 6px; }\n.nx-dot { width: 10px; height: 10px; border-radius: 50%; }\n.nx-dot:nth-child(1) { background: #ff5f57; }\n.nx-dot:nth-child(2) { background: #febc2e; }\n.nx-dot:nth-child(3) { background: #28c840; }\n\n.nx-url-bar {\n  flex: 1;\n  background: var(--nx-white);\n  border-radius: 6px;\n  padding: 5px 12px;\n  font-size: 11px;\n  color: var(--nx-muted);\n  font-family: monospace;\n  border: 1px solid var(--nx-border);\n}\n\n.nx-browser-body { padding: 20px; }\n\n.nx-mock-top {\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  margin-bottom: 16px;\n  padding-bottom: 14px;\n  border-bottom: 1px solid var(--nx-border);\n}\n\n.nx-mock-title { font-weight: 600; font-size: 14px; }\n.nx-mock-live {\n  background: var(--nx-accent-light);\n  color: var(--nx-accent);\n  font-size: 11px;\n  padding: 3px 9px;\n  border-radius: 100px;\n  font-weight: 600;\n}\n\n.nx-stats { display: flex; gap: 10px; margin-bottom: 16px; }\n.nx-stat {\n  flex: 1;\n  background: var(--nx-paper);\n  border-radius: 8px;\n  padding: 12px;\n  border: 1px solid var(--nx-border);\n}\n.nx-stat-num { font-size: 20px; font-weight: 700; font-family: 'DM Serif Display', serif; }\n.nx-stat-lbl { font-size: 10px; color: var(--nx-muted); margin-top: 2px; }\n\n.nx-mock-rows { display: flex; flex-direction: column; gap: 7px; }\n.nx-mock-row {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n  padding: 9px 11px;\n  background: var(--nx-paper);\n  border-radius: 8px;\n  border: 1px solid var(--nx-border);\n}\n.nx-row-icon {\n  width: 28px; height: 28px;\n  background: var(--nx-accent-light);\n  border-radius: 6px;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 13px; flex-shrink: 0;\n}\n.nx-row-name { font-weight: 600; font-size: 12px; flex: 1; }\n.nx-row-price { font-weight: 700; color: var(--nx-accent); font-size: 13px; }\n.nx-tag { font-size: 10px; padding: 2px 7px; border-radius: 100px; }\n.nx-tag-pending { background: #fef3c7; color: #92400e; }\n.nx-tag-done { background: var(--nx-accent-light); color: var(--nx-accent); }\n\n\/* \u2500\u2500 SECTIONS \u2500\u2500 *\/\n.nx-section { padding: 96px 48px; }\n.nx-container { max-width: 1200px; margin: 0 auto; }\n.nx-section-label {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.1em;\n  text-transform: uppercase;\n  color: var(--nx-accent);\n  margin-bottom: 14px;\n}\n.nx-h2 {\n  font-family: 'DM Serif Display', serif;\n  font-size: clamp(30px, 3.5vw, 46px);\n  letter-spacing: -1px;\n  line-height: 1.1;\n  margin-bottom: 16px;\n}\n\n\/* \u2500\u2500 PROBLEM \u2500\u2500 *\/\n.nx-problem { background: var(--nx-ink); color: var(--nx-white); }\n.nx-problem .nx-section-label { color: #6ee7b7; }\n.nx-problem .nx-h2 { color: var(--nx-white); }\n\n.nx-problem-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 56px;\n  align-items: center;\n  margin-top: 52px;\n}\n\n.nx-pain-list { display: flex; flex-direction: column; gap: 26px; }\n.nx-pain {\n  display: flex;\n  gap: 16px;\n  align-items: flex-start;\n}\n.nx-pain-icon {\n  width: 40px; height: 40px;\n  background: rgba(255,255,255,0.07);\n  border-radius: 10px;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 18px; flex-shrink: 0;\n}\n.nx-pain h3 { font-size: 15px; font-weight: 600; margin-bottom: 4px; color: var(--nx-white); }\n.nx-pain p { font-size: 13px; color: rgba(255,255,255,0.5); line-height: 1.65; }\n\n.nx-quote-box {\n  background: rgba(255,255,255,0.05);\n  border: 1px solid rgba(255,255,255,0.1);\n  border-radius: 16px;\n  padding: 36px;\n}\n.nx-quote-box blockquote {\n  font-family: 'DM Serif Display', serif;\n  font-size: 22px;\n  line-height: 1.5;\n  color: rgba(255,255,255,0.82);\n  font-style: italic;\n  margin-bottom: 24px;\n}\n.nx-quote-author { display: flex; align-items: center; gap: 12px; }\n.nx-avatar {\n  width: 40px; height: 40px;\n  background: var(--nx-accent);\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-weight: 700; font-size: 15px; color: white;\n}\n.nx-author-name { font-weight: 600; font-size: 14px; color: var(--nx-white); }\n.nx-author-role { font-size: 12px; color: rgba(255,255,255,0.4); }\n\n\/* \u2500\u2500 FEATURES \u2500\u2500 *\/\n.nx-features-intro { max-width: 540px; margin-bottom: 56px; }\n.nx-features-intro p { color: var(--nx-muted); font-size: 17px; line-height: 1.75; font-weight: 300; }\n\n.nx-features-grid {\n  display: grid;\n  grid-template-columns: repeat(3, 1fr);\n  gap: 22px;\n}\n\n.nx-feat {\n  background: var(--nx-white);\n  border: 1px solid var(--nx-border);\n  border-radius: 16px;\n  padding: 30px;\n  transition: all 0.25s;\n  position: relative;\n  overflow: hidden;\n}\n.nx-feat::after {\n  content: '';\n  position: absolute;\n  top: 0; left: 0; right: 0;\n  height: 3px;\n  background: var(--nx-accent);\n  transform: scaleX(0);\n  transform-origin: left;\n  transition: transform 0.3s;\n}\n.nx-feat:hover { box-shadow: 0 12px 40px rgba(0,0,0,0.07); transform: translateY(-2px); }\n.nx-feat:hover::after { transform: scaleX(1); }\n.nx-feat-icon {\n  width: 46px; height: 46px;\n  background: var(--nx-accent-light);\n  border-radius: 12px;\n  display: flex; align-items: center; justify-content: center;\n  font-size: 20px; margin-bottom: 18px;\n}\n.nx-feat h3 { font-size: 16px; font-weight: 600; margin-bottom: 9px; }\n.nx-feat p { font-size: 13px; color: var(--nx-muted); line-height: 1.7; }\n.nx-code {\n  font-size: 11px;\n  background: #f0ede8;\n  padding: 2px 5px;\n  border-radius: 4px;\n  font-family: monospace;\n}\n\n\/* \u2500\u2500 HOW \u2500\u2500 *\/\n.nx-how { background: var(--nx-accent-light); }\n.nx-steps {\n  display: grid;\n  grid-template-columns: repeat(4, 1fr);\n  gap: 28px;\n  margin-top: 52px;\n}\n.nx-step { text-align: center; }\n.nx-step-num {\n  width: 52px; height: 52px;\n  background: var(--nx-accent);\n  color: white;\n  border-radius: 50%;\n  display: flex; align-items: center; justify-content: center;\n  font-family: 'DM Serif Display', serif;\n  font-size: 22px;\n  margin: 0 auto 18px;\n}\n.nx-step h3 { font-size: 15px; font-weight: 600; margin-bottom: 8px; }\n.nx-step p { font-size: 13px; color: var(--nx-muted); line-height: 1.65; }\n.nx-step-code {\n  font-size: 11px;\n  background: rgba(255,255,255,0.7);\n  padding: 2px 6px;\n  border-radius: 4px;\n  font-family: monospace;\n}\n\n\/* \u2500\u2500 PRICING \u2500\u2500 *\/\n.nx-pricing-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 22px;\n  max-width: 800px;\n  margin: 52px auto 0;\n}\n.nx-price-card {\n  background: var(--nx-white);\n  border: 1px solid var(--nx-border);\n  border-radius: 20px;\n  padding: 38px;\n  position: relative;\n}\n.nx-price-card.nx-featured {\n  background: var(--nx-ink);\n  border-color: var(--nx-ink);\n  color: var(--nx-white);\n}\n.nx-plan-name {\n  font-size: 12px;\n  font-weight: 700;\n  letter-spacing: 0.08em;\n  text-transform: uppercase;\n  color: var(--nx-muted);\n  margin-bottom: 22px;\n}\n.nx-price-card.nx-featured .nx-plan-name { color: #6ee7b7; }\n.nx-price-num {\n  font-family: 'DM Serif Display', serif;\n  font-size: 52px;\n  letter-spacing: -2px;\n  line-height: 1;\n  margin-bottom: 4px;\n}\n.nx-price-num sup { font-size: 22px; vertical-align: super; letter-spacing: 0; }\n.nx-price-period { font-size: 13px; color: var(--nx-muted); margin-bottom: 28px; }\n.nx-price-card.nx-featured .nx-price-period { color: rgba(255,255,255,0.45); }\n.nx-divider { height: 1px; background: var(--nx-border); margin-bottom: 24px; }\n.nx-price-card.nx-featured .nx-divider { background: rgba(255,255,255,0.1); }\n.nx-feat-list { display: flex; flex-direction: column; gap: 12px; margin-bottom: 32px; }\n.nx-feat-list li {\n  display: flex; gap: 10px;\n  align-items: flex-start;\n  font-size: 14px;\n  color: var(--nx-muted);\n}\n.nx-price-card.nx-featured .nx-feat-list li { color: rgba(255,255,255,0.7); }\n.nx-feat-list li::before { content: '\u2713'; color: var(--nx-accent); font-weight: 700; flex-shrink: 0; }\n.nx-price-card.nx-featured .nx-feat-list li::before { color: #6ee7b7; }\n.nx-popular {\n  position: absolute;\n  top: -12px; left: 50%;\n  transform: translateX(-50%);\n  background: var(--nx-accent);\n  color: white;\n  font-size: 11px;\n  font-weight: 700;\n  padding: 4px 14px;\n  border-radius: 100px;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n  white-space: nowrap;\n}\n.nx-btn-free {\n  display: block; text-align: center;\n  padding: 13px; border: 2px solid var(--nx-border);\n  border-radius: 8px; font-weight: 600; font-size: 15px;\n  color: var(--nx-ink) !important; transition: border-color 0.2s;\n}\n.nx-btn-free:hover { border-color: var(--nx-ink); }\n.nx-btn-pro {\n  display: block; text-align: center;\n  padding: 13px; background: var(--nx-accent);\n  border-radius: 8px; font-weight: 600; font-size: 15px;\n  color: white !important; border: 2px solid var(--nx-accent);\n  transition: background 0.2s;\n}\n.nx-btn-pro:hover { background: #2d9968; border-color: #2d9968; }\n\n\/* \u2500\u2500 FAQ \u2500\u2500 *\/\n.nx-faq-grid {\n  display: grid;\n  grid-template-columns: 1fr 1fr;\n  gap: 20px;\n  margin-top: 52px;\n  max-width: 960px;\n}\n.nx-faq-item {\n  background: var(--nx-white);\n  border: 1px solid var(--nx-border);\n  border-radius: 12px;\n  padding: 24px 26px;\n}\n.nx-faq-item h3 { font-size: 15px; font-weight: 600; margin-bottom: 9px; }\n.nx-faq-item p { font-size: 13px; color: var(--nx-muted); line-height: 1.7; }\n\n\/* \u2500\u2500 CTA \u2500\u2500 *\/\n.nx-cta { background: var(--nx-accent); color: white; text-align: center; }\n.nx-cta .nx-h2 { color: white; margin-bottom: 14px; }\n.nx-cta-sub {\n  color: rgba(255,255,255,0.72);\n  font-size: 17px;\n  margin-bottom: 36px;\n  font-weight: 300;\n  max-width: 460px;\n  margin-left: auto; margin-right: auto;\n}\n.nx-cta-btns { display: flex; gap: 14px; justify-content: center; flex-wrap: wrap; }\n.nx-btn-white {\n  background: white; color: var(--nx-accent) !important;\n  padding: 14px 34px; border-radius: 8px;\n  font-weight: 700; font-size: 15px; transition: background 0.2s;\n  display: inline-block;\n}\n.nx-btn-white:hover { background: var(--nx-paper); }\n.nx-btn-outline {\n  border: 2px solid rgba(255,255,255,0.4);\n  color: white !important; padding: 14px 34px;\n  border-radius: 8px; font-weight: 600; font-size: 15px;\n  transition: border-color 0.2s; display: inline-block;\n}\n.nx-btn-outline:hover { border-color: white; }\n\n\/* \u2500\u2500 FOOTER \u2500\u2500 *\/\n.nx-footer {\n  background: var(--nx-ink);\n  color: rgba(255,255,255,0.45);\n  padding: 40px 48px;\n  display: flex;\n  justify-content: space-between;\n  align-items: center;\n  flex-wrap: wrap;\n  gap: 14px;\n}\n.nx-footer-brand {\n  font-family: 'DM Serif Display', serif;\n  font-size: 18px;\n  color: white;\n}\n.nx-footer-brand span { color: var(--nx-accent-mid); }\n.nx-footer p { font-size: 13px; }\n\n\/* \u2500\u2500 FADE ANIMATIONS \u2500\u2500 *\/\n.nx-fade {\n  opacity: 0;\n  transform: translateY(20px);\n  transition: opacity 0.55s ease, transform 0.55s ease;\n}\n.nx-fade.nx-visible { opacity: 1; transform: translateY(0); }\n\n\/* \u2500\u2500 RESPONSIVE \u2500\u2500 *\/\n@media (max-width: 1024px) {\n  .nx-hero-visual { display: none; }\n  .nx-features-grid { grid-template-columns: 1fr 1fr; }\n  .nx-steps { grid-template-columns: 1fr 1fr; }\n}\n@media (max-width: 768px) {\n  .nx-section { padding: 60px 24px; }\n  .nx-hero { padding: 60px 24px; flex-direction: column; }\n  .nx-h1 { font-size: 36px; }\n  .nx-features-grid { grid-template-columns: 1fr; }\n  .nx-problem-grid { grid-template-columns: 1fr; gap: 36px; }\n  .nx-pricing-grid { grid-template-columns: 1fr; }\n  .nx-faq-grid { grid-template-columns: 1fr; }\n  .nx-steps { grid-template-columns: 1fr 1fr; }\n  .nx-footer { flex-direction: column; text-align: center; padding: 30px 24px; }\n}\n<\/style>\n<div id=\"nx-page\">\n\n  <!-- HERO -->\n  <section class=\"nx-hero\">\n    <div class=\"nx-hero-content\">\n      <div class=\"nx-badge\"><span class=\"nx-badge-dot\"><\/span>Now available for WordPress<\/div>\n      <h1 class=\"nx-h1\">Trade-ins done<br><em>properly.<\/em><\/h1>\n      <p class=\"nx-hero-sub\">Device Trade-In Manager gives your retail store a complete, branded trade-in system \u2014 instant quotes, booking management, and SEO-friendly pages. Built for WordPress, owned by you.<\/p>\n      <div class=\"nx-hero-actions\">\n        <a href=\"#nx-pricing\" class=\"nx-btn-primary\">Get the Plugin \u2192<\/a>\n        <a href=\"#nx-how\" class=\"nx-btn-secondary\">See how it works<\/a>\n      <\/div>\n    <\/div>\n    <div class=\"nx-hero-visual\">\n      <div class=\"nx-browser\">\n        <div class=\"nx-browser-bar\">\n          <div class=\"nx-dots\">\n            <div class=\"nx-dot\"><\/div><div class=\"nx-dot\"><\/div><div class=\"nx-dot\"><\/div>\n          <\/div>\n          <div class=\"nx-url-bar\">yourstore.com\/wp-admin \u2192 Trade-In<\/div>\n        <\/div>\n        <div class=\"nx-browser-body\">\n          <div class=\"nx-mock-top\">\n            <span class=\"nx-mock-title\">Trade-In Bookings<\/span>\n            <span class=\"nx-mock-live\">\u25cf Live<\/span>\n          <\/div>\n          <div class=\"nx-stats\">\n            <div class=\"nx-stat\"><div class=\"nx-stat-num\">24<\/div><div class=\"nx-stat-lbl\">This week<\/div><\/div>\n            <div class=\"nx-stat\"><div class=\"nx-stat-num\">$4.2k<\/div><div class=\"nx-stat-lbl\">Est. value<\/div><\/div>\n            <div class=\"nx-stat\"><div class=\"nx-stat-num\">3<\/div><div class=\"nx-stat-lbl\">Pending<\/div><\/div>\n          <\/div>\n          <div class=\"nx-mock-rows\">\n            <div class=\"nx-mock-row\"><div class=\"nx-row-icon\">\ud83d\udcf1<\/div><span class=\"nx-row-name\">iPhone 15 Pro<\/span><span class=\"nx-row-price\">$420<\/span><span class=\"nx-tag nx-tag-pending\">Pending<\/span><\/div>\n            <div class=\"nx-mock-row\"><div class=\"nx-row-icon\">\ud83d\udcf1<\/div><span class=\"nx-row-name\">Samsung S24<\/span><span class=\"nx-row-price\">$280<\/span><span class=\"nx-tag nx-tag-done\">Confirmed<\/span><\/div>\n            <div class=\"nx-mock-row\"><div class=\"nx-row-icon\">\ud83d\udcbb<\/div><span class=\"nx-row-name\">MacBook Air M2<\/span><span class=\"nx-row-price\">$650<\/span><span class=\"nx-tag nx-tag-done\">Confirmed<\/span><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PROBLEM -->\n  <section class=\"nx-section nx-problem\">\n    <div class=\"nx-container\">\n      <div class=\"nx-section-label\">The problem<\/div>\n      <h2 class=\"nx-h2\">Most stores handle<br>trade-ins with a spreadsheet.<\/h2>\n      <div class=\"nx-problem-grid\">\n        <div class=\"nx-pain-list\">\n          <div class=\"nx-pain nx-fade\"><div class=\"nx-pain-icon\">\ud83d\udccb<\/div><div><h3>Inconsistent pricing<\/h3><p>Staff quote different prices for the same device. Customers lose trust. You lose margin.<\/p><\/div><\/div>\n          <div class=\"nx-pain nx-fade\"><div class=\"nx-pain-icon\">\u23f1<\/div><div><h3>Time wasted on every walk-in<\/h3><p>Customers wait for a quote and half leave without booking. No data, no follow-up.<\/p><\/div><\/div>\n          <div class=\"nx-pain nx-fade\"><div class=\"nx-pain-icon\">\ud83d\udd0d<\/div><div><h3>Zero online visibility<\/h3><p>Your trade-in program isn&#8217;t findable on Google. Competitors who are online take your customers.<\/p><\/div><\/div>\n          <div class=\"nx-pain nx-fade\"><div class=\"nx-pain-icon\">\ud83d\udd12<\/div><div><h3>Data locked in third-party apps<\/h3><p>Platforms own your customer data. You&#8217;re building someone else&#8217;s business.<\/p><\/div><\/div>\n        <\/div>\n        <div class=\"nx-quote-box nx-fade\">\n          <blockquote>&#8220;Before this plugin, we were quoting prices from memory. We had no way to track bookings or follow up with customers.&#8221;<\/blockquote>\n          <div class=\"nx-quote-author\">\n            <div class=\"nx-avatar\">R<\/div>\n            <div><div class=\"nx-author-name\">Raymond L.<\/div><div class=\"nx-author-role\">Owner, Mobile Relation SG<\/div><\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FEATURES -->\n  <section class=\"nx-section\" id=\"nx-features\">\n    <div class=\"nx-container\">\n      <div class=\"nx-section-label\">Features<\/div>\n      <div class=\"nx-features-intro\">\n        <h2 class=\"nx-h2\">Everything your store needs.<br>Nothing it doesn&#8217;t.<\/h2>\n        <p>Built to run inside your existing WordPress site \u2014 no subscriptions to third-party platforms, no data leaving your server.<\/p>\n      <\/div>\n      <div class=\"nx-features-grid\">\n        <div class=\"nx-feat nx-fade\"><div class=\"nx-feat-icon\">\u26a1<\/div><h3>Instant Quote Engine<\/h3><p>Customers answer condition questions and get a real-time trade-in price. No back-and-forth, no phone calls.<\/p><\/div>\n        <div class=\"nx-feat nx-fade\"><div class=\"nx-feat-icon\">\ud83d\udd17<\/div><h3>SEO-Friendly URLs<\/h3><p>Every device gets a clean URL like <span class=\"nx-code\">\/tradein\/phone\/apple\/iphone-15-pro\/<\/span> \u2014 indexed by Google automatically.<\/p><\/div>\n        <div class=\"nx-feat nx-fade\"><div class=\"nx-feat-icon\">\ud83c\udfea<\/div><h3>Multi-Branch Support<\/h3><p>Run trade-ins across multiple store locations. Customers choose their preferred branch at booking.<\/p><\/div>\n        <div class=\"nx-feat nx-fade\"><div class=\"nx-feat-icon\">\ud83d\udd0c<\/div><h3>REST API + Sync<\/h3><p>Connect your POS or pricing spreadsheet via API. Update hundreds of prices in one call \u2014 no manual entry.<\/p><\/div>\n        <div class=\"nx-feat nx-fade\"><div class=\"nx-feat-icon\">\ud83d\udcca<\/div><h3>Booking Dashboard<\/h3><p>See all incoming trade-in requests in your WordPress admin. Filter by status, branch, or device type.<\/p><\/div>\n        <div class=\"nx-feat nx-fade\"><div class=\"nx-feat-icon\">\ud83d\udee1<\/div><h3>Your Data, Your Server<\/h3><p>All customer data stays in your own WordPress database. No third-party platforms, no per-location fees.<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- HOW -->\n  <section class=\"nx-section nx-how\" id=\"nx-how\">\n    <div class=\"nx-container\">\n      <div class=\"nx-section-label\">How it works<\/div>\n      <h2 class=\"nx-h2\">Up and running in under an hour.<\/h2>\n      <div class=\"nx-steps\">\n        <div class=\"nx-step nx-fade\"><div class=\"nx-step-num\">1<\/div><h3>Install the plugin<\/h3><p>Upload and activate in your WordPress dashboard. Tables and settings are created automatically.<\/p><\/div>\n        <div class=\"nx-step nx-fade\"><div class=\"nx-step-num\">2<\/div><h3>Add your devices<\/h3><p>Set up categories, brands, and products with condition-based pricing. Import via API or enter manually.<\/p><\/div>\n        <div class=\"nx-step nx-fade\"><div class=\"nx-step-num\">3<\/div><h3>Embed on your site<\/h3><p>Add the <span class=\"nx-step-code\">[tradein]<\/span> shortcode to any page. The full trade-in flow goes live instantly.<\/p><\/div>\n        <div class=\"nx-step nx-fade\"><div class=\"nx-step-num\">4<\/div><h3>Manage bookings<\/h3><p>Receive email notifications, view all bookings in your admin, and follow up with customers directly.<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- PRICING -->\n  <section class=\"nx-section\" id=\"nx-pricing\" style=\"text-align:center;\">\n    <div class=\"nx-container\">\n      <div class=\"nx-section-label\">Pricing<\/div>\n      <h2 class=\"nx-h2\">Simple, honest pricing.<\/h2>\n      <p style=\"color:var(--nx-muted);font-size:17px;font-weight:300;max-width:460px;margin:0 auto 0;\">Start free. Upgrade when you&#8217;re ready to unlock the full system.<\/p>\n      <div class=\"nx-pricing-grid\">\n        <div class=\"nx-price-card nx-fade\">\n          <div class=\"nx-plan-name\">Free<\/div>\n          <div class=\"nx-price-num\"><sup>$<\/sup>0<\/div>\n          <div class=\"nx-price-period\">forever<\/div>\n          <div class=\"nx-divider\"><\/div>\n          <ul class=\"nx-feat-list\">\n            <li>Up to 10 products<\/li>\n            <li>1 branch \/ location<\/li>\n            <li>Booking form + email notifications<\/li>\n            <li>SEO-friendly URLs<\/li>\n            <li>WordPress admin dashboard<\/li>\n          <\/ul>\n          <a href=\"#\" class=\"nx-btn-free\">Download Free<\/a>\n        <\/div>\n        <div class=\"nx-price-card nx-featured nx-fade\">\n          <div class=\"nx-popular\">Most Popular<\/div>\n          <div class=\"nx-plan-name\">Pro<\/div>\n          <div class=\"nx-price-num\"><sup>$<\/sup>19<\/div>\n          <div class=\"nx-price-period\">per month, per site<\/div>\n          <div class=\"nx-divider\"><\/div>\n          <ul class=\"nx-feat-list\">\n            <li>Unlimited products<\/li>\n            <li>Unlimited branches<\/li>\n            <li>REST API access for price sync<\/li>\n            <li>Priority email support<\/li>\n            <li>All future updates included<\/li>\n            <li>White-label ready<\/li>\n          <\/ul>\n          <a href=\"#\" class=\"nx-btn-pro\">Get Pro \u2192<\/a>\n        <\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FAQ -->\n  <section class=\"nx-section\" style=\"background:var(--nx-paper);\">\n    <div class=\"nx-container\">\n      <div class=\"nx-section-label\">FAQ<\/div>\n      <h2 class=\"nx-h2\">Common questions.<\/h2>\n      <div class=\"nx-faq-grid\">\n        <div class=\"nx-faq-item nx-fade\"><h3>Do I need WooCommerce?<\/h3><p>No. Device Trade-In Manager is completely standalone. It uses its own database tables and doesn&#8217;t depend on WooCommerce or any other plugin.<\/p><\/div>\n        <div class=\"nx-faq-item nx-fade\"><h3>Where is customer data stored?<\/h3><p>All data is stored in your own WordPress database on your server. Nothing is sent to us or any third party.<\/p><\/div>\n        <div class=\"nx-faq-item nx-fade\"><h3>Can I connect my POS system?<\/h3><p>Yes. The Pro plan includes a REST API with API key authentication. Sync prices from any external system via GET and POST endpoints.<\/p><\/div>\n        <div class=\"nx-faq-item nx-fade\"><h3>What happens if I cancel Pro?<\/h3><p>Your plugin continues to work on the Free plan limits. Your data stays intact \u2014 you never lose access to what you&#8217;ve set up.<\/p><\/div>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- CTA -->\n  <section class=\"nx-section nx-cta\">\n    <div class=\"nx-container\">\n      <h2 class=\"nx-h2\">Ready to modernise your trade-in process?<\/h2>\n      <p class=\"nx-cta-sub\">Join retail stores already using Device Trade-In Manager to streamline their operations.<\/p>\n      <div class=\"nx-cta-btns\">\n        <a href=\"#nx-pricing\" class=\"nx-btn-white\">Get Started Free<\/a>\n        <a href=\"mailto:hello@nexchanges.app\" class=\"nx-btn-outline\">Talk to us<\/a>\n      <\/div>\n    <\/div>\n  <\/section>\n\n  <!-- FOOTER -->\n  <div class=\"nx-footer\">\n    <div class=\"nx-footer-brand\">N<span>Exchanges<\/span><\/div>\n    <p>Device Trade-In Manager by NExchanges \u00b7 Built for WordPress retailers<\/p>\n    <p>\u00a9 2026 NExchanges. All rights reserved.<\/p>\n  <\/div>\n\n<\/div>\n\n<script>\n(function(){\n  var obs = new IntersectionObserver(function(entries){\n    entries.forEach(function(e, i){\n      if(e.isIntersecting){\n        setTimeout(function(){ e.target.classList.add('nx-visible'); }, i * 80);\n      }\n    });\n  }, { threshold: 0.1 });\n  document.querySelectorAll('.nx-fade').forEach(function(el){ obs.observe(el); });\n})();\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>Now available for WordPress Trade-ins doneproperly. Device Trade-In Manager gives your retail store a complete, branded trade-in system \u2014 instant quotes, booking management, and SEO-friendly pages. Built for WordPress, owned by you. Get the Plugin \u2192 See how it works yourstore.com\/wp-admin \u2192 Trade-In Trade-In Bookings \u25cf Live 24 This week $4.2k Est. value 3 Pending [&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-12","page","type-page","status-publish","hentry"],"blocksy_meta":{"has_hero_section":"disabled","styles_descriptor":{"styles":{"desktop":"","tablet":"","mobile":""},"google_fonts":[],"version":6}},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.6 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Home - WordPress on Google Compute Engine<\/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:\/\/nexchanges.app\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Home - WordPress on Google Compute Engine\" \/>\n<meta property=\"og:description\" content=\"Now available for WordPress Trade-ins doneproperly. Device Trade-In Manager gives your retail store a complete, branded trade-in system \u2014 instant quotes, booking management, and SEO-friendly pages. Built for WordPress, owned by you. Get the Plugin \u2192 See how it works yourstore.com\/wp-admin \u2192 Trade-In Trade-In Bookings \u25cf Live 24 This week $4.2k Est. value 3 Pending [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/nexchanges.app\/\" \/>\n<meta property=\"og:site_name\" content=\"WordPress on Google Compute Engine\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-22T10:55:32+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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/nexchanges.app\\\/\",\"url\":\"https:\\\/\\\/nexchanges.app\\\/\",\"name\":\"Home - WordPress on Google Compute Engine\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/nexchanges.app\\\/#website\"},\"datePublished\":\"2026-05-22T09:25:09+00:00\",\"dateModified\":\"2026-05-22T10:55:32+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/nexchanges.app\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/nexchanges.app\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/nexchanges.app\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/nexchanges.app\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Home\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/nexchanges.app\\\/#website\",\"url\":\"https:\\\/\\\/nexchanges.app\\\/\",\"name\":\"WordPress on Google Compute Engine\",\"description\":\"\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/nexchanges.app\\\/?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 - WordPress on Google Compute Engine","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:\/\/nexchanges.app\/","og_locale":"en_US","og_type":"article","og_title":"Home - WordPress on Google Compute Engine","og_description":"Now available for WordPress Trade-ins doneproperly. Device Trade-In Manager gives your retail store a complete, branded trade-in system \u2014 instant quotes, booking management, and SEO-friendly pages. Built for WordPress, owned by you. Get the Plugin \u2192 See how it works yourstore.com\/wp-admin \u2192 Trade-In Trade-In Bookings \u25cf Live 24 This week $4.2k Est. value 3 Pending [&hellip;]","og_url":"https:\/\/nexchanges.app\/","og_site_name":"WordPress on Google Compute Engine","article_modified_time":"2026-05-22T10:55:32+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/nexchanges.app\/","url":"https:\/\/nexchanges.app\/","name":"Home - WordPress on Google Compute Engine","isPartOf":{"@id":"https:\/\/nexchanges.app\/#website"},"datePublished":"2026-05-22T09:25:09+00:00","dateModified":"2026-05-22T10:55:32+00:00","breadcrumb":{"@id":"https:\/\/nexchanges.app\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/nexchanges.app\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/nexchanges.app\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/nexchanges.app\/"},{"@type":"ListItem","position":2,"name":"Home"}]},{"@type":"WebSite","@id":"https:\/\/nexchanges.app\/#website","url":"https:\/\/nexchanges.app\/","name":"WordPress on Google Compute Engine","description":"","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/nexchanges.app\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"}]}},"_links":{"self":[{"href":"https:\/\/nexchanges.app\/index.php?rest_route=\/wp\/v2\/pages\/12","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/nexchanges.app\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/nexchanges.app\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/nexchanges.app\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/nexchanges.app\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=12"}],"version-history":[{"count":9,"href":"https:\/\/nexchanges.app\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions"}],"predecessor-version":[{"id":25,"href":"https:\/\/nexchanges.app\/index.php?rest_route=\/wp\/v2\/pages\/12\/revisions\/25"}],"wp:attachment":[{"href":"https:\/\/nexchanges.app\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=12"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}