added on local at 2026-07-01 22:09:48
| 1 | <header class="landing-nav"> | |
| 2 | <div class="landing-nav-inner"> | |
| 3 | <a href="index.cgi" class="flex items-center gap-3" style="text-decoration:none"> | |
| 4 | <div class="brand-mark">S<span>C</span></div> | |
| 5 | <div class="brand-text"><span class="brand-name">ShopCart</span><span class="brand-sub">Online Store Platform</span></div> | |
| 6 | </a> | |
| 7 | <nav class="links"> | |
| 8 | <a href="features.cgi">Features</a> | |
| 9 | <a href="tour.cgi">Tour</a> | |
| 10 | <a href="why.cgi">Why ShopCart</a> | |
| 11 | <a href="pricing.cgi">Pricing</a> | |
| 12 | <a href="faq.cgi">FAQ</a> | |
| 13 | <a href="about.cgi" class="text-brand">About</a> | |
| 14 | </nav> | |
| 15 | <div class="auth-actions"> | |
| 16 | <a href="login.cgi" class="btn btn-ghost btn-sm">Sign in</a> | |
| 17 | <a href="signup.cgi" class="btn btn-primary btn-sm">Start free trial</a> | |
| 18 | </div> | |
| 19 | </div> | |
| 20 | </header> | |
| 21 | ||
| 22 | <section class="hero" style="padding-bottom:30px"> | |
| 23 | <div class="hero-grid-bg"></div> | |
| 24 | <div class="hero-glow-1"></div> | |
| 25 | <div class="hero-inner" style="grid-template-columns:1fr;text-align:center"> | |
| 26 | <div> | |
| 27 | <span class="hero-pill"><span class="dot"></span> About ShopCart</span> | |
| 28 | <h1 class="hero-title">Built for store owners <span class="grad">who take growth seriously.</span></h1> | |
| 29 | <p class="hero-sub" style="max-width:640px;margin:18px auto 0"> | |
| 30 | We're building the online store platform we wished existed — turnkey storefront, real analytics, and A/B testing baked in. | |
| 31 | </p> | |
| 32 | </div> | |
| 33 | </div> | |
| 34 | </section> | |
| 35 | ||
| 36 | <section class="section" style="max-width:780px;margin:0 auto;padding:40px 32px"> | |
| 37 | <h2 style="font-family:var(--font-display);font-size:26px;color:#fff;margin:0 0 14px">Our mission</h2> | |
| 38 | <p class="text-sm" style="color:var(--col-text-2);line-height:1.75;margin-bottom:18px;font-size:15px"> | |
| 39 | Most store owners we know are juggling spreadsheets, abandoned carts, and a stack of add-on apps just to do the basics. | |
| 40 | They piece together a checkout, a coupon tool, an email plugin, and an analytics dashboard — then they try to | |
| 41 | raise a price and have no idea what'll happen. (Same story whether you're selling physical goods, digital downloads, | |
| 42 | services, B2B subscriptions, or a hobby side hustle — the workflow is identical.) | |
| 43 | </p> | |
| 44 | <p class="text-sm" style="color:var(--col-text-2);line-height:1.75;margin-bottom:18px;font-size:15px"> | |
| 45 | We built ShopCart because <strong>the tools that mid-sized e-commerce brands take for granted</strong> — | |
| 46 | A/B testing, audience CRM, abandoned-cart recovery, real analytics — either cost a fortune in add-on apps on | |
| 47 | Shopify or simply aren't built in anywhere. Shopify doesn't ship native A/B testing — everyone has to rent it | |
| 48 | from a paid app. We built the whole thing ourselves, properly, with it all included. | |
| 49 | </p> | |
| 50 | ||
| 51 | <h2 style="font-family:var(--font-display);font-size:26px;color:#fff;margin:32px 0 14px">What we believe</h2> | |
| 52 | <ul class="price-list" style="margin:0"> | |
| 53 | <li style="margin-bottom:10px"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3"><polyline points="20 6 9 17 4 12"/></svg> <strong>Store owners should own their customers.</strong> Your storefront, your audience, your relationship.</li> | |
| 54 | <li style="margin-bottom:10px"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3"><polyline points="20 6 9 17 4 12"/></svg> <strong>Software should make the math obvious.</strong> If a feature doesn't add revenue, it shouldn't be in the way.</li> | |
| 55 | <li style="margin-bottom:10px"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3"><polyline points="20 6 9 17 4 12"/></svg> <strong>Pricing should be transparent.</strong> No surprise fees, no per-feature unlocks, no annual contracts to access basics.</li> | |
| 56 | <li style="margin-bottom:10px"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3"><polyline points="20 6 9 17 4 12"/></svg> <strong>Refunds shouldn't be punitive.</strong> Credit-on-bill is faster, cleaner, and keeps the relationship alive.</li> | |
| 57 | <li style="margin-bottom:10px"><svg viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="3"><polyline points="20 6 9 17 4 12"/></svg> <strong>Data is a tool, not a product.</strong> We benchmark you against peers in aggregate — we never share your individual numbers.</li> | |
| 58 | </ul> | |
| 59 | ||
| 60 | <h2 style="font-family:var(--font-display);font-size:26px;color:#fff;margin:32px 0 14px">Our roadmap</h2> | |
| 61 | <p class="text-sm" style="color:var(--col-text-2);line-height:1.75;margin-bottom:18px;font-size:15px"> | |
| 62 | We ship every two weeks. Recent additions: Bayesian A/B testing, MVT block tests, price-bandit experiments, | |
| 63 | pooled-data recommendations, credit-system billing, abandoned-cart recovery, full SEO controls. Coming next: | |
| 64 | AI description generator, advanced segmentation, a buyer-side storefront search engine, and more checkout | |
| 65 | payment methods. Want something specific? <a href="contact.cgi" class="text-brand">Tell us</a> | |
| 66 | — we read every email and feature requests jump the queue when they're from real customers. | |
| 67 | </p> | |
| 68 | ||
| 69 | <h2 style="font-family:var(--font-display);font-size:26px;color:#fff;margin:32px 0 14px">Who we are</h2> | |
| 70 | <p class="text-sm" style="color:var(--col-text-2);line-height:1.75;margin-bottom:18px;font-size:15px"> | |
| 71 | A small team of software engineers and e-commerce operators based remotely. We've shipped consumer products, | |
| 72 | e-commerce platforms, and developer tools. We don't take VC money — revenue funds the roadmap, which means | |
| 73 | we work for our store owners, not investors. If our software stops being useful to you, you should stop paying us. | |
| 74 | </p> | |
| 75 | ||
| 76 | <div style="margin-top:40px;padding:24px;background:var(--col-surface-1);border:1px solid var(--col-border);border-radius:12px;text-align:center"> | |
| 77 | <h3 style="font-family:var(--font-display);font-size:20px;color:#fff;margin:0 0 8px">Have an idea or a complaint?</h3> | |
| 78 | <p class="text-sm text-secondary" style="margin-bottom:14px">Email <a href="mailto:hello\@shop.3dshawn.com" class="text-brand">hello\@shop.3dshawn.com</a>. We answer everything.</p> | |
| 79 | <a href="contact.cgi" class="btn btn-secondary">Contact us</a> | |
| 80 | | |
| 81 | <a href="signup.cgi" class="btn btn-primary">Start free trial</a> | |
| 82 | </div> | |
| 83 | </section> | |
| 84 | ||
| 85 | <footer class="site-foot"> | |
| 86 | <div class="foot-grid"> | |
| 87 | <div class="foot-col"> | |
| 88 | <div class="flex items-center gap-3 mb-2"><div class="brand-mark" style="width:32px;height:32px;font-size:15px">S<span>C</span></div><div class="brand-text"><span class="brand-name">ShopCart</span></div></div> | |
| 89 | <p class="text-sm text-secondary" style="max-width:340px">The shopping cart with everything built in.</p> | |
| 90 | </div> | |
| 91 | <div class="foot-col"><h5>Platform</h5><ul><li><a href="features.cgi">Features</a></li><li><a href="tour.cgi">Tour</a></li><li><a href="why.cgi">Why ShopCart</a></li><li><a href="pricing.cgi">Pricing</a></li><li><a href="faq.cgi">FAQ</a></li></ul></div> | |
| 92 | <div class="foot-col"><h5>Company</h5><ul><li><a href="about.cgi">About</a></li><li><a href="contact.cgi">Contact</a></li></ul></div> | |
| 93 | <div class="foot-col"><h5>Legal & Trust</h5><ul><li><a href="privacy.cgi">Privacy</a></li><li><a href="terms.cgi">Terms of Service</a></li></ul></div> | |
| 94 | </div> | |
| 95 | <div class="foot-bottom"><span>© 2026 ShopCart, Inc. All rights reserved.</span><span>Made for stores that take growth seriously.</span></div> | |
| 96 | </footer> |