{by && — {by}}
);
const Field = ({
label,
type = "text",
placeholder,
value,
onChange,
style,
}) => (
);
// Lightweight image-placeholder block — labeled so the design reads clearly
const Plate = ({ label = "photo", h = 320, w, src, style }) => (
{src ? : {label}}
);
// ----- external checkout URL mapping (redirects, no static form) -----
const CHECKOUT_URLS = {
"dollar-message": "https://go.trueinfluencemethod.com/million-dollar-purchase-checkout-page",
"phase-1": "https://go.trueinfluencemethod.com/checkout-phase-1-375961",
"phase-2": "https://go.trueinfluencemethod.com/checkout-phase-2-487563",
"phase-3": "https://go.trueinfluencemethod.com/checkout-phase-3-888428",
"phase-4": "https://go.trueinfluencemethod.com/checkout-phase-4-471085",
"phase-5":
"https://go.trueinfluencemethod.com/phase-5-be-remembered---legacy-framework-9258",
breakthrough:
"https://go.trueinfluencemethod.com/checkout---breakthrough-session",
"four-session":
"https://go.trueinfluencemethod.com/checkout-4-session-training-package",
};
// ----- per-page SEO metadata -----
const PAGE_SEO = {
home: { title: "True Influence Method \u2014 with Joanna", desc: "Leaders find their message, build trust, and earn influence \u2014 without speaking. Work with Joanna." },
speaker: { title: "The Speaker \u2014 Find Your Message | True Influence Method", desc: "You know you have something to say \u2014 but you can\u2019t clearly say what defines you yet. Start Phase 1 and find your message." },
authority: { title: "The Authority \u2014 Build Your Talk | True Influence Method", desc: "You know your work \u2014 but you over-explain it when it matters most. Build your signature talk in Phase 2." },
legacy: { title: "The Legacy \u2014 Define Your Legacy | True Influence Method", desc: "You\u2019ve built something significant but you aren\u2019t clearly known for what you do differently. Define your legacy." },
about: { title: "About Joanna \u2014 True Influence Method", desc: "Joanna helps leaders find the words for the work they already do \u2014 and build the rooms where those words land." },
journey: { title: "The Journey \u2014 True Influence Method", desc: "How Joanna found the work \u2014 from a caf\u00e9 conversation to 300+ leaders guided." },
stories: { title: "Success Stories \u2014 True Influence Method", desc: "Real women, real results across every phase of the True Influence Method." },
faq: { title: "FAQ \u2014 True Influence Method", desc: "Answers to common questions about the True Influence Method, programs, and getting started." },
speaking: { title: "Book Joanna to Speak \u2014 True Influence Method", desc: "Book Joanna for your next event, keynote, or corporate training." },
community: { title: "Community \u2014 True Influence Method", desc: "Monthly gatherings, events, and community for leaders using the True Influence Method." },
corporate: { title: "Corporate Training \u2014 True Influence Method", desc: "The True Influence Method delivered to leadership teams of 6\u201324." },
work: { title: "All Programs \u2014 True Influence Method", desc: "Explore all True Influence Method programs and find the path that fits where you are." },
product: { title: "Program Details \u2014 True Influence Method", desc: "Detailed information about True Influence Method programs and products." },
assessment:{ title: "Influence Path Assessment \u2014 True Influence Method", desc: "Take the 5-minute assessment to find your phase in the True Influence Method." },
};
Object.assign(window, {
goTo,
PRODUCTS,
CHECKOUT_URLS,
PAGE_SEO,
priceOf,
fmt,
Nav,
Footer,
Container,
Section,
Button,
Pill,
Eyebrow,
Hairline,
Underline,
Quote,
Field,
Plate,
});