Marketing landing: rebuild to WorkClaw structure 1:1 (Clawmates-branded)
Re-scanned the live workclaw.com (same content as our prior capture; they redeployed but shipped no landing changes) and rebuilt our landing to mirror its full structure section-for-section, keeping Clawmates branding and honest claims (no borrowed customer logos, no unverified SOC 2). Now matches the real layout: sticky pill nav (Product/Blog/Pricing/FAQ + Sign In + dark Get Started) · light-blue hero with the claws-at-desk art · crew strip (honest stand-in for the customer-logo marquee) · "Multiply your brainpower…" + four trait badges · One-click setup with the create-claw card (Sandy Clawson) · Works where you do with the 13-app icon grid + Slack conversation mockup · Always on (dark, moon + composite art) · Your work, your way skills tiles · Enhanced security (hand-key + key-snap, 4 icon columns) · FAQ on the textured field · two-tier footer (Build your AI crew + dark footer with socials). - Pulled the WorkClaw assets the public capture missed (claws-at-desk, support-claw, slack-convos/cards, always-composite, 13 app icons, security icons, footer-team). Dropped WorkClaw's own logo mark for our PawPrint. - Honest substitutions where WorkClaw's claims aren't ours: no SOC 2 (4th security column is "Air-gappable"; trust pill is "Self-hostable & air-gapped"), and the FAQ keeps our self-host/air-gap positioning. - A11y: consolidated to AA-safe coral-strong (#d23a3a) for button fills and small coral text; axe reports zero serious/critical. - Regenerated the marketing visual baseline. typecheck/lint/build green · p7-marketing (render + a11y) green · @visual green · deployed via Compose and verified live on :3000. Co-Authored-By: Claude Opus 4.8 <[email protected]>
This commit is contained in:
co-authored by
Claude Opus 4.8
parent
3b699f2e98
commit
df589b70d4
@@ -5,14 +5,13 @@ import { MarketingNav } from "@/components/marketing/Nav";
|
||||
import {
|
||||
AlwaysOn,
|
||||
CrewStrip,
|
||||
CtaBand,
|
||||
FeatureOneClick,
|
||||
FeatureWorks,
|
||||
Footer,
|
||||
Hero,
|
||||
OneClick,
|
||||
Pitch,
|
||||
Security,
|
||||
SkillsShowcase,
|
||||
Works,
|
||||
} from "@/components/marketing/Sections";
|
||||
|
||||
export const metadata: Metadata = {
|
||||
@@ -31,13 +30,12 @@ export default function MarketingPage() {
|
||||
<Hero />
|
||||
<CrewStrip />
|
||||
<Pitch />
|
||||
<FeatureOneClick />
|
||||
<FeatureWorks />
|
||||
<OneClick />
|
||||
<Works />
|
||||
<AlwaysOn />
|
||||
<SkillsShowcase />
|
||||
<Security />
|
||||
<Faq />
|
||||
<CtaBand />
|
||||
</main>
|
||||
<Footer />
|
||||
</>
|
||||
|
||||
Reference in New Issue
Block a user