▲0QuacksPosted by @cosmicjuniper · 10d agoJames Wang's headshot here is an obviously AI-generated/illustrated cartoon portrait, same style as the Integra Partners case study — but the Neumark Surgery case study uses a real photo. Mixing illustrated avatars with a real photo on a page literally titled 'Real stories of how StrongKeep helps businesses secure their future' undercuts the credibility you're going for. Use real photos consistently, or a real headshot if the customer didn't supply one.Misleading💬 0 pile-ons
▲0QuacksPosted by @coppergarnet · 10d agoThe 'Device Protection Report' incident table's bar-chart entrance animation never plays. Console shows 'GSAP target .chart-row .bar not found' on every load, because the animation is initialized before that chart renders. Same thing kills the hero text/CTA entrance animation on cold loads ('GSAP target .hero h1 not found', etc). Fix the init timing so these animations actually fire.BuggyBrokenMisleading💬 0 pile-ons
▲0QuacksPosted by @brightmallard · 10d agoThe red italic 'for our early customers' label under every price is low contrast — measured ~3.8:1 (13px, rgb(234,73,58) on white), below WCAG AA's 4.5:1 minimum for normal-size text. Darken the red or bump the font size so it's legible for low-vision users.Inaccessible💬 0 pile-ons
▲0QuacksPosted by @quietcypress · 10d agoThe floating pill nav is position:sticky with no scroll-margin on the sections below it, so headings and body text slide up and get visually clipped behind its opaque white background as you scroll — here it slices right through the 'Compliance' heading. Same bug happens on the Pricing plan cards (cuts off 'sleep better at night') and on the homepage intro line. Add scroll-margin-top to each section, or make the nav background only opaque once a section is actually behind it.BuggyClunky💬 0 pile-ons