Navbar

The shared Superpower navbar used across LP templates. It mirrors the live site behavior: fixed positioning, desktop scroll morph into the dark blurred pill, centered logo scale, dotted hamburger control, and the right-side mobile menu.

Nav Light Mode

Nav Dark Mode

Nav Minified

The stripped LP nav for the PDP layout (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, node 248:166): wordmark, six section links, one CTA. Not the full sp-navbar3 mega-menu, and deliberately not sticky.

Nav Logo Only

The PDP nav after the 2026-08-24 review: wordmark centered, no CTA pill. On mobile the pill ran long enough to sit over the wordmark, and the owner asked for the button removed on both breakpoints rather than shortened.

Hero Header

Figma source: Node 2-1200

Each option is one responsive JSX block — desktop has wider layouts, larger headlines, and side-by-side CTAs; mobile stacks vertically with full-width buttons.

Node Inventory

VariantNode IDLayout
Option 1986-5750Two-column copy, CTA row, USP row, square media card
Option 27-302Centered copy, CTA row, USP row, large media block
Option 37-299Inset background-media hero, centered white content
Option 47-300Inset background-media hero, left-aligned white content
Option 58-664Left-aligned copy with horizontal media rail
Option 68-719Centered copy with horizontal media rail
Option 78-807Two-column copy and staggered media grid
Option 8665-3574Content/stat row with large media block below
Hero with QuoteReference pageQuote-led doctor endorsement hero
Hero with Quote (Inverted)Reference pageQuote hero with image left and copy right
Hero Podcast 1Reference pagePodcast endorsement hero (quote layout, text pill, editable host image)
Hero Podcast 2 (Description)Reference pagePodcast hero with a plain description paragraph instead of a quote
Hero Influencer SpecialAoki live LPFull-bleed rounded card, copy left, bottom KPI row, desktop+mobile bg
Hero Partnerships1429-4082Partner mark above headline, 4:5 composite media column, centred copy

Option 1

Option 2

Option 3

Option 4

Option 5

Option 6

Option 7

Option 8

Hero with Quote

Hero with Quote (Inverted)

Partnership Hero

Hero Podcast 1

Hero Podcast 2 (Description)

Weight & Appetite Panel Included

Find what your weight-loss plan is missing

Feeling like nothing’s working? Two hormones could be making weight loss harder, and standard panels don’t test them: leptin and adiponectin. For a limited time, test both free with your Superpower membership and see what’s slowing your progress and what you can do about it.

Test 150+

biomarkers

Personalized

action plan

Finally see

progress

*Pricing may vary for members in New York and New Jersey

Hero Influencer Special

Ported 1:1 from the live wf.superpower.com/landing/steve-aoki section_sp2-home-hero.is-aoki-hero. A near-full-viewport rounded card: background photograph, copy left, and a KPI row pinned to the bottom. Built for portraits shot with the subject on the right and negative space on the left, which is what keeps the headline legible.

Two background uploads. The live page ships one pre-overlaid .avif; this variant takes a desktop image AND a mobile image, because the composition that works in landscape does not survive a portrait crop. The markup authors them loading="lazy", but at render time the shared media policy (live-media-policy.ts) flips hero-role images to eager, strips the img-level priority hint, and the server emits a media-qualified high-priority head preload per crop — the viewport's crop fetches first and at full priority; the hidden crop costs one low-priority duplicate download. A gradient scrim sits above both so white copy stays legible on any upload — the live Aoki asset has that gradient baked in, which a fresh upload will not.

The KPI row sits bottom left, under the copy, exactly as the reference renders it. To move it right instead, add self-end and swap pl for pr on that row.

Ladder measured at 1512 / 900 / 700 / 390: card height 100dvh - 5.5rem with a 5.5rem top margin on desktop, full 100dvh and no margin below 992; inner padding 4rem3rem1.5rem bottom with the left inset dropping to 0 at ≤767 (the copy carries 1.5rem/1.25rem of its own there); radius 0.75rem on desktop, square below 992 where it goes edge to edge.

Hero Partnerships

Built from Kevin's co-branded frame (Co-branded Landing Pages, node 1429-4082). Differs from Partnership Hero in three ways that matter, which is why it is its own variant rather than an edit of that one:

  • The partner mark stands alone above the headline at ~45px, instead of sitting in a superpower | partner lockup at 15px. Superpower's own wordmark is carried by the navbar. A 15px slot suits a pure wordmark like VAST's; it strands any logo that has a symbol in it (YPO's triangle rendered 39x15 against Superpower's 151x22).
  • The media column is 4:5 portrait and sized larger than the copy column (624 vs 515 in the design), for a full-bleed composite rather than a square product shot.
  • The copy column is vertically centred against that taller media, not stretched to match it.

The media slot takes a single composite export — the digital twin with its annotation callouts is one flattened image, not rebuilt as DOM. Leader lines and floating value cards depend on exact positions against the render; reproducing them in markup would drift the moment the image is swapped, and the whole point of the slot is that partners swap it.

Hero Author / Light

The opener of the Doctor / Paid Ads layout, rebuilt against Website-CROLatest on 2026-08-22 — desktop node 398:5778 (1512 × 896), mobile 414:8016 (393 × 855). The earlier Paid-Ads-LPs 796:72 frame is history.

An editorial hero: a byline under the headline puts a named clinician's authority on the page before anything else does. Copy left and a square media card right on desktop; on mobile the card goes first, full-width, and the copy follows — that inversion is in the reference and it is what makes the photograph the first thing on a paid-traffic mobile landing.

No navbar sits above this. The reference frame starts at y=0 with the hero. Pages that want one add the minified nav section; the template does not ship a hidden one.

One upload, not two. The desktop and mobile exports were byte-for-byte the same composition at 1035 and 1408, so this hero ships the 1408 only: a 44rem box at 2× and a 345 box at 4×. That also sidesteps a trap worth knowing — a hero rendered as two CSS-hidden crops downloads both files on every visit, because display:none does not cancel an eager fetch and live-media-policy sets loading="eager" on everything carrying data-lp-media-role="hero". Measured at 1.6Mbps: 175KB fetched to paint a 100KB picture. srcset does not fix it either, because the preload emitter writes a plain href instead of imagesrcset, so the preload and the srcset pick different candidates.

The media card is a baked composite. The reference layers dashboard cards between two copies of the photograph (so the cards read as behind her) and then sets the Clinicians' Choice lockup over the bottom. All of it is one upload per breakpoint — replacing either file loses the dashboard cards and the lockup, so re-export 409:7140 / 414:8752 instead of swapping in a bare photo. The card is square at both breakpoints (704 desktop, 345 mobile), which is why there is no aspect switch.

Measured ladder: section padding 1.6875rem / 1.5rem block on mobile → 6rem at 992; copy column 32.1875rem (515) against a 44rem (704) card, justify-between inside the 80rem container; child gap 1rem1.5rem. Type steps 40/42 → 60/64 on the headline and 16/22 → 20/28 on the body, whose colour is the reference's literal #52525b. The body is capped at 29.4375rem (471) because the reference sets it narrower than the column it sits in.

Deleting any row is safe: the copy column spaces its children with gap, never margins, so removing the rating line, the byline or the paragraph closes the space instead of leaving a hole.

Want the warm version? Pick Hero Author / Tinted below instead — it is a sibling variant, not a toggle on this one, because the two need different assets.

Hero Author / Tinted

The warm sibling of Hero Author / Light. Ported 1:1 from Figma Hero_V2 — 798:1446.

Why a variant, not a toggle. The first pass shipped this as a page-level add-on (addOns.heroTint) that recoloured the light hero. Gabriel, 2026-08-07: it belongs to choosing this hero, not to the page. It is also not a recolour — the two heroes need different assets:

Hero AuthorHero Author (Tinted)
Backgroundwhite → grey gradienta measured five-stop warm gradient
Portraitstudio shot, in a rounded cardcut-out with alpha, standing on the gradient
Copytext-foreground / text-secondarywhite, eyebrow at 70%, date at 50%
CTAblack pillwhite pill, dark label
Rating lineavatar cluster, text-secondary copysame cluster, white rings + text-white/70 copy

Recolouring could never get there: the light hero's portrait carries its own pale studio backdrop, which reads as a panel floating on the tint rather than a subject standing in it. That was the visible defect in the add-on version.

The gradient is five measured stops of CSS, not an image. The reference composes it from a peach texture plus a rotated mix-blend-darken shape — the first pass shipped only the texture and came out visibly pinker and flatter, because all the depth lives in the blended layer. Sampling the composed result at six points and fitting one 107° ramp lands the same colour, weighs nothing, and means retinting the hero is a five-value edit rather than a new asset.

Hero Clinician

Kev's clinician-LP hero, ported from Figma Hero_Option 1 — 1121:1941 with the mobile stack from Mobile/Hero_Option 4 — 1112:9448 (2026-09-10, the four clinician pages: Froese, Tatem, Szal, Barnes-Lentz).

Not full-bleed on purpose. Kev asked to move the clinician pages off the Influencer Special card. The portrait sits LEFT in its own rounded card with a name + credential caption pinned to its bottom-left corner; the copy sits RIGHT: member rating line, H1, three check rows, one CTA. No subhead. The section ships no nav of its own, it goes directly under the regular Navbar section.

Measured ladder at 1512: card 732 × 885 inset 8px, radius 12; copy column 560 starting 96px after the card and vertically centred; caption inset 24 at 24/32. Below 992 the card becomes a full-width square (8px inset), the caption drops to 18/24 inset 12, and the copy stacks at 24px side padding with a 40/42 headline and a full-width CTA. Both breakpoints crop ONE upload with object-cover, so a portrait export works for both.

Reveal runtime LAST so no sibling index moves (slot paths are positional).

Features

Figma source: Node 8-864

Ten independent feature sections. Each is one responsive JSX block — desktop and mobile share the same content (same number of steps, same copy, same icons), only the layout reflows.

Node Inventory

VariantNode IDNotes
Feature V1666-1354-card numbered "How it works" layout
Feature V2666-885Membership value section, rating badge, quote, and 4 feature rows
Feature V3Live pageDr. Connealy lab-results sticky price + 5 step rows
Feature V4779-79Heart-guideline banner: pretitle + 3 stat columns
Feature V5667-1514"See your health" with phone mockup
Feature V6667-1540Vetting criteria with branded product image
Feature V7770-52"From draw to plan in days" with 4 numbered step rows
Feature V8WebflowFathers Day health changes drag slider
Feature V9WebflowVAST "How Superpower Works" four-card section
Feature V10WebflowVAST partnership claim gift section

Feature V1

How it works

It starts with an advanced health check, then so much more.

1Appointment confirmed health check

Test your baseline

Two simple blood draws to measure 150+ biomarkers.

2Health data dashboard

Results explained

Get a complete picture of your health data in one secure location.

3Personalized health protocol

Build your protocol

AI builds evidence-backed protocols, informed by your data.

4Superpower diagnostics and clinic access

Access everything

Take action, access everything you need, then retest. You're in control.

Feature V2

Feature V3

Feature V4

Feature V5

Feature V6

Feature V7

Feature V8

Feature V9

Feature V10

Social Proof

Figma source: Node 316-4416

Seven families of trust-building sections. Each is one responsive JSX block; the toggle resizes the preview frame so you can see desktop and mobile renderings of the same code.

Doctors V1

Doctors V2

Testimonials

Influencers

Reviews

Partnership Testimonial

Single Testimonial KPI

Quote Carousel

Figma source: Paid-Ads-LPsLatest807:8219 (mobile 847:14388). Part of the Doctor / Paid Ads layout.

Three member quotes side by side on desktop, one at a time on mobile, with the prev/next buttons centred underneath. Round portrait, centred quote, name and role — no card, no border, just the column on the page background.

Runs on the same MemberStoryCarousel as the story-02 payload rather than a third carousel implementation: that component takes slidesPerView={3} for the three-up row and arrows="below" to move its buttons out from over the slide.

"I've struggled with weight throughout my life. Before Superpower, I felt helpless...I was tired. My appetite was way up. Now I have a hold on things and can feel a big difference."

Bethany, 40

Superpower member

"I felt crazy because I was doing all these things and it wasn't working...my weight was climbing and it just I knew that wasn't right. Now I have answers and I'm full for the first time in years."

TJ, 36

Superpower member

“I spent a year thinking something was wrong with me. Turns out, the answer was in my blood. Within two weeks of starting my action plan, my bloating was down and I lost weight easily."

Carissa, 38

Superpower member

Review Widget

The PDP v2 member-review widget (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, node 104:2), on the Mars pattern: a score summary (4.6 + stars + "Based on 260+ reviews on Trustpilot") with a "Read all reviews" action, then a STATIC grid of review cards — no marquee, no rating-distribution bars (we don't have the real distribution, and this page has been burned by invented numbers). All six reviews are real: three from Kevin's strawman (Mindi, HL, Anastacia Drake) and three from superpower.com/reviews (Allison B, Coltin R, Pete H) — that page carries ~94 real member reviews and is the source to pull from when this widget needs more. Anastacia's card uses her real ReviewerPhoto; the others use initials circles, never a stock face.

Doctors Dark Carousel

The dark "built by the world's leading doctors" band (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, node 273:2520). Reuses CliniciansSlider in its dark tone: a draggable rail of horizontal doctor cards (portrait, institution mark, name, role, one-line bio, Learn more) on a near-black ground.

Member Stories

The PDP v4 "Real people, real stories" band (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, node 273:2870): centered eyebrow, headline and Trustpilot proof line, then a three-up carousel of the Figma's six VIDEO testimonial cards — poster with a play affordance, the quote below, and an avatar / name / "Superpower Member" / Re-tested-pill footer. Posters are stills for now (video sourcing is Gabriel's call); the play button is the Figma affordance.

Doctors V1 Gradient

Doctors V1 on the Website-CRO gradient ground (Figma PCYluUeBYOyEFgaSo0mdW2, node 309:4162): identical layout and slider, near-black #212121 base with the warm radial glow rising from the bottom, white heading, dark-tone cards. Literally Doctors V1 + the gradient.

Used By Carousel

A draggable rail of mixed cards — celebrity photo, press quotes (Yahoo, Forbes, Athletech), member app screenshot, and two creator video cards that play inline from the Superpower CDN. Cards are plain markup (builder-editable); UsedBySlider owns drag/wheel/snap.

The lockup follows Website-CROLatest309:4295: centred "What members say about Superpower", a "Read all reviews" pill, then the rail, then the inline Trustpilot proof row. (It began as a clone of superpower.com's left-aligned "Used by athletes, doctors…" band.) The reference also draws three Trustpilot review cards below this row — those are not here, because the PDP carries the Review Widget (#9) for that and the owner moved it below the membership section on 2026-08-24. Add Trustpilot Review Cards (#14) if both are wanted.

Trustpilot Review Cards

Figma source: Website-CROLatest398:6159 (mobile 414:9080). Part of the 2026-08 Doctor / Paid Ads layout.

Three Trustpilot review cards side by side on desktop, one at a time on mobile, prev/next centred underneath. Card is #fafafa at radius 12 with 24 of padding, the five-star row on top, then the review title, the body, and the reviewer — content top-aligned inside a 296 floor, which is what gives the row its even bottom edge while a longer review is still free to grow past it.

Not Quote Carousel (#8) with a new skin. That variant is round portraits over centred quotes and it is live on two published pages, so this is its own entry. Both run the same MemberStoryCarousel engine — slidesPerView={3} and arrows="below", which already lands the reference's 48px buttons, their 8px gap and its 64px stand-off.

The 16px inter-card gap is a negative margin, not a gap. basis-1/3 resolves against the track, so widening the track by exactly one gap (-mr-4) and paying it back as slide padding (pr-4) gives 416-wide cards inside a 1280 container with the last one flush right. A plain gap would push the third card out of the viewport.

Two of the three reviewers have no photograph on Trustpilot, so they get an initials disc — never a stock face on a real person's review.

Symptoms Slider

Ported 1:1 from the live /welcome-v3 section_symptoms. Same horizontal slider engine as How Superpower Works, with tighter card spacing and symptom→biomarker cards.

Symptoms Slider

What standard bloodwork isn't showing you

Fatigue

Could be thyroid, iron, B12, Vitamin D, or low cortisol — most physicals run none of these together.

Biomarkers to test
Free T3 + reverse T3
Ferritin
B12
Vitamin D

Weight change

Could be thyroid drift, insulin resistance starting, or sex-hormone imbalance.

Biomarkers to test
Full thyroid panel
Fasting insulin
Estradiol
Progesterone

Mood swings

Could be cortisol patterns, progesterone, or B-vitamin status — not always serotonin.

Biomarkers to test
Cortisol
Progesterone
DHEA-S
B-complex

Brain fog

Could be inflammation, thyroid, B12, or perimenopause hormone shifts.

Biomarkers to test
hs-CRP
Free T3
B12
Estradiol

Irregular or painful cycles

Could be PCOS markers, thyroid, or sex-hormone imbalance.

Biomarkers to test
LH/FSH ratio
Free testosterone
SHBG
Thyroid

Low libido

Could be testosterone (yes, women need it too), thyroid, or iron stores.

Biomarkers to test
Free testosterone
DHEA-S
Ferritin
Vitamin D

Modals

Live source: Dr. Leigh Connealy

Modal

Two blood draws. The solution you've been looking for.

Most doctors check your cholesterol and thyroid and call it a day. If you're struggling with hunger or stubborn weight, leptin and adiponectin are often the missing piece.

Dr. Leigh Erin Connealy, MD

Clinician & Founder of The Centre for New Medicine

Superpower membership + free Weight & Appetite Hormones Panel

Superpower Baseline Panel

100+ biomarkers

$349

Weight & Appetite Panel Test leptin and adiponectin

$99 Free

Test for $349$448

Sticky bottom bar

Sticky bottom bar (Doctor)

Figma source: Paid-Ads-LPsLatest847:4047 (mobile 847:4034). The Doctor / Paid Ads bar.

Same component as the bar above — the only differences are content: the clinician's round avatar in place of the product shot, and the offer restated as Free: Dr. Connealy's 8 bonus markers / Auto-applied when you join through this page.

imageSrc and imageRounded are new optional props; the default bar passes neither and renders byte-identically.

Scroll Offer Modal

The Grüns-style once-per-session offer interstitial, built for the PDP recipe. The modal markup lives HERE in the section (every string is a normal builder text slot, the image a normal image slot); ScrollOfferModalPreview (appended last) owns the trigger and presentation state.

On live pages the overlay ships closed (SSR final state — the section is invisible and zero-height) and opens once per session (sessionStorage) when the visitor scrolls past ~45% of the page or, on hover-capable devices, moves the pointer out through the top of the viewport. Dismiss via the X, the backdrop, or Escape; reduced motion drops the transitions. In the builder editor canvas (static preview runtime) the driver never runs and the stylesheet re-flows the overlay as an open in-page band, so everything is visible and editable there.

The default image is a relative /lp-assets/... URL: it resolves on every LP host AND in the builder canvas (dev serves content/lp-assets directly; the deployed builder rewrites /lp-assets/* to the lp-server origin — an asset only 404s remotely until its content commit is pushed). In interactive design-gallery previews the section renders as an empty band (the modal is closed until its trigger fires); use the builder canvas to see it open.

Biomarker Modal

The PDP's "What the 100+ panel measures" dialog (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, node 133:2, holder 47:2). The modal markup lives HERE in the section — every category name, count, marker line and the CTA are normal builder slots; PdpBiomarkerModalPreview (appended last) owns the trigger and presentation state.

On live pages the overlay ships closed (SSR final state — invisible and zero-height) and opens on any click of a data-pdp-biomarker-modal-trigger element anywhere on the page — the buy box's "+N more" chips and the brand band's "See all 100+ biomarkers" CTA both carry it. Re-openable (it is reference material, not an interstitial); dismiss via the X, the backdrop, or Escape. In the builder editor canvas the stylesheet re-flows it as an open in-page band for editing.

The categories, counts and marker lists are the library's real ones (biomarkers.mdx — Heart & Vascular 17 · Liver 13 · Kidney 9 · Sex Hormones 8 · Nutrients 19 · Thyroid 4, selections shown). Never retype or invent a clinical number; the honest "a selection is shown" note carries the partial lists.

Fullscreen Offer Modal

The PDP's full-screen scroll / exit-intent interstitial (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, node 251:168): an edge-to-edge clinic photograph, a two-line display headline, the panel's category chips with A/B grade avatars, and one CTA. Reuses the ScrollOfferModalPreview driver (same data-scroll-offer-* contract — once-per-session scroll depth / exit intent, dismiss via X, backdrop, or Escape). The card cancels the overlay's padding with a negative margin so it fills the viewport.

Purchase Toast

The PDP's floating bottom-left social-proof toast: every 15 seconds one real Trustpilot review (names + titles from the review-widget's verified set) slides in for 8 seconds above the sticky bar, with a draining progress bar and a session-wide dismiss. PdpPurchaseToastPreview owns the cycle; the items here are ordinary editable slots.

Tables

Figma source: Node 325-1115

Three responsive table concepts. Each is one JSX block — desktop renders the full layout with side-by-side columns; mobile reflows columns into stacked cards.

Table V1

Table V2

HOW SUPERPOWER COMPARES

Not all health checks are created equal

Test for $349$448
Standard physicalSuperpower Logo
10-15150+ biomarkers
Rarely includedHormones & thyroid
Basic lipid panelApoB, hs-CRP
Not includedDiet, supplement, lifestyle
Not included24/7 on-demand support
Not includedMedication & curated supplements

Table V3

Table V4

The PDP comparison band (CRO-PDP testing Figma 1SsiG9YladWmn8Xg0Z0KMl, node 273:2787): a five-row head-to-head of a standard physical against Superpower, with the Superpower column lifted into a highlighted panel. Never names a competitor.

Table V5 — PDP comparison (Table V1 layout + icons)

The PDP iteration of "How Superpower compares" (Website-CRO Figma PCYluUeBYOyEFgaSo0mdW2, comparison table): Table V1's two-column card grid on mobile (labels repeated inside each cell, the Superpower column lifted onto a white card), and the Figma's three-column desktop with the icon label rail. Same section identity on every breakpoint.

Table V6 — PDP comparison (logo header, labels above)

The current PDP iteration of "How Superpower compares" (Website-CRO Figma PCYluUeBYOyEFgaSo0mdW2, comparison table): Table V1's two-column card grid on mobile (labels repeated inside each cell, the Superpower column lifted onto a white card), and the Figma's three-column desktop with the icon label rail. Same section identity on every breakpoint.

Differs from V5 (which other pages still run, so V5 must not change): the Superpower column is headed by the real wordmark instead of typed text, the mobile cells put the row label ABOVE its value (the label read as belonging to the row below it), and the mobile Superpower cells carry no checkmark. Photo tiles are the 2026-08-24 set.

FAQ

Landing-page FAQ sections using the Dr. Leigh Connealy blood draw content. Two accordion variants for page body layouts.

FAQ Accordion

Frequently asked questions

FAQ Accordion 2