{"product_id":"landing-page-planner","title":"Landing Page Planner","description":"\u003cstyle\u003e\n\/* =========================================================\n   LANDING PAGE PLANNER\n   FULL-WIDTH SHOPIFY SALES PAGE\n   ========================================================= *\/\n\nhtml,\nbody {\n  overflow-x: hidden !important;\n}\n\n\/* =========================================================\n   STOP SHOPIFY PRODUCT IMAGE FROM STICKING\n   ========================================================= *\/\n\n.template-product .product__column-sticky,\n.template-product .product__media-wrapper,\n.template-product .product__media-gallery,\n.template-product .product__media-container,\n.template-product .product-media-container,\n.template-product media-gallery,\n.template-product .product-gallery,\n.template-product [class*=\"product__media\"][class*=\"sticky\"],\n.template-product [class*=\"product-media\"][class*=\"sticky\"] {\n  position: static !important;\n  top: auto !important;\n  bottom: auto !important;\n  height: auto !important;\n  max-height: none !important;\n  align-self: flex-start !important;\n  transform: none !important;\n}\n\n.template-product .product,\n.template-product .product.grid {\n  align-items: flex-start !important;\n}\n\n\/* =========================================================\n   SALES PAGE BASE\n   ========================================================= *\/\n\n#lpp-sales-page {\n  --pink: #fe019a;\n  --pink-dark: #d90083;\n  --pink-soft: #fff1f8;\n  --black: #101012;\n  --gray: #66666c;\n  --light: #f8f8fa;\n  --line: #e9e9ed;\n\n  width: 100vw !important;\n  max-width: 100vw !important;\n\n  margin-left: calc(50% - 50vw) !important;\n  margin-right: calc(50% - 50vw) !important;\n\n  padding: 0 !important;\n  clear: both;\n\n  background: #ffffff;\n  color: var(--black);\n\n  font-family: Arial, Helvetica, sans-serif;\n\n  overflow: hidden;\n}\n\n#lpp-sales-page * {\n  box-sizing: border-box;\n}\n\n.lpp-wrap {\n  width: min(1400px, 92%);\n  margin: 0 auto;\n}\n\n.lpp-section {\n  padding: 90px 0;\n}\n\n.lpp-center {\n  text-align: center;\n}\n\n.lpp-pink {\n  color: var(--pink);\n}\n\n.lpp-max {\n  max-width: 850px;\n  margin-left: auto;\n  margin-right: auto;\n}\n\n.lpp-kicker {\n  display: inline-block;\n\n  padding: 9px 15px;\n  margin-bottom: 18px;\n\n  border-radius: 999px;\n\n  background: var(--pink-soft);\n\n  color: var(--pink);\n\n  font-size: 12px;\n  font-weight: 900;\n\n  letter-spacing: .12em;\n  text-transform: uppercase;\n}\n\n#lpp-sales-page h1,\n#lpp-sales-page h2,\n#lpp-sales-page h3 {\n  margin-top: 0;\n  color: var(--black);\n  font-weight: 900;\n}\n\n#lpp-sales-page h1 {\n  margin-bottom: 24px;\n\n  font-size: clamp(48px, 6.5vw, 92px);\n\n  line-height: .96;\n\n  letter-spacing: -.055em;\n}\n\n#lpp-sales-page h2 {\n  margin-bottom: 22px;\n\n  font-size: clamp(36px, 4.6vw, 64px);\n\n  line-height: 1.03;\n\n  letter-spacing: -.045em;\n}\n\n#lpp-sales-page h3 {\n  margin-bottom: 11px;\n\n  font-size: 23px;\n\n  line-height: 1.18;\n}\n\n#lpp-sales-page p {\n  margin-top: 0;\n\n  color: #303035;\n\n  font-size: 18px;\n\n  line-height: 1.68;\n}\n\n.lpp-lead {\n  font-size: 21px !important;\n}\n\n.lpp-small {\n  font-size: 13px !important;\n  color: #77777d !important;\n}\n\n\/* =========================================================\n   GRID\n   ========================================================= *\/\n\n.lpp-grid-2 {\n  display: grid;\n\n  grid-template-columns:\n    minmax(0, 1fr)\n    minmax(0, 1fr);\n\n  gap: 64px;\n\n  align-items: center;\n}\n\n.lpp-grid-3 {\n  display: grid;\n\n  grid-template-columns:\n    repeat(3, minmax(0, 1fr));\n\n  gap: 22px;\n}\n\n.lpp-grid-4 {\n  display: grid;\n\n  grid-template-columns:\n    repeat(4, minmax(0, 1fr));\n\n  gap: 20px;\n}\n\n.lpp-image {\n  display: block;\n\n  width: 100%;\n  height: auto;\n\n  border-radius: 22px;\n\n  box-shadow:\n    0 20px 55px rgba(0,0,0,.10);\n}\n\n\/* =========================================================\n   BUTTON\n   ========================================================= *\/\n\n.lpp-btn {\n  display: inline-block;\n\n  padding: 19px 34px;\n\n  border-radius: 999px;\n\n  background: var(--pink);\n\n  color: #ffffff !important;\n\n  font-size: 17px;\n  font-weight: 900;\n\n  line-height: 1.2;\n\n  text-decoration: none !important;\n\n  box-shadow:\n    0 14px 34px rgba(254,1,154,.24);\n\n  transition:\n    transform .2s ease,\n    background .2s ease;\n}\n\n.lpp-btn:hover {\n  background: var(--pink-dark);\n\n  transform: translateY(-2px);\n\n  color: #ffffff !important;\n}\n\n\/* =========================================================\n   HERO\n   ========================================================= *\/\n\n.lpp-hero {\n  padding: 78px 0 84px;\n\n  background:\n    radial-gradient(\n      circle at 90% 8%,\n      rgba(254,1,154,.11),\n      transparent 30%\n    ),\n    linear-gradient(\n      180deg,\n      #ffffff 0%,\n      #ffffff 68%,\n      #fff6fb 100%\n    );\n}\n\n.lpp-hero-copy {\n  max-width: 730px;\n}\n\n.lpp-meta {\n  margin-top: 17px;\n\n  color: #737379;\n\n  font-size: 14px;\n\n  line-height: 1.5;\n}\n\n\/* =========================================================\n   DARK SECTIONS\n   ========================================================= *\/\n\n.lpp-dark {\n  background: #0c0c0f;\n\n  color: #ffffff;\n}\n\n.lpp-dark h2,\n.lpp-dark h3,\n.lpp-dark strong {\n  color: #ffffff !important;\n}\n\n.lpp-dark p {\n  color: #e9e9eb !important;\n}\n\n\/* =========================================================\n   PAIN GRID\n   ========================================================= *\/\n\n.lpp-pain-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, minmax(0, 1fr));\n\n  gap: 12px;\n\n  margin-top: 32px;\n}\n\n.lpp-pain-item {\n  padding: 20px;\n\n  border: 1px solid #303035;\n\n  border-radius: 16px;\n\n  background: #19191d;\n\n  color: #ffffff;\n\n  font-size: 16px;\n\n  line-height: 1.48;\n}\n\n\/* =========================================================\n   CARDS\n   ========================================================= *\/\n\n.lpp-card {\n  height: 100%;\n\n  padding: 28px;\n\n  border: 1px solid var(--line);\n\n  border-radius: 20px;\n\n  background: #ffffff;\n\n  box-shadow:\n    0 8px 25px rgba(0,0,0,.045);\n}\n\n.lpp-card p:last-child {\n  margin-bottom: 0;\n}\n\n.lpp-callout {\n  max-width: 900px;\n\n  margin: 34px auto 0;\n\n  padding: 26px 29px;\n\n  border-left: 5px solid var(--pink);\n\n  border-radius: 18px;\n\n  background: var(--pink-soft);\n}\n\n.lpp-callout p:last-child {\n  margin-bottom: 0;\n}\n\n.lpp-dark .lpp-callout {\n  background: #25101e;\n}\n\n.lpp-dark .lpp-callout p,\n.lpp-dark .lpp-callout strong {\n  color: #ffffff !important;\n}\n\n\/* =========================================================\n   CHECKS\n   ========================================================= *\/\n\n.lpp-checks {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, minmax(0, 1fr));\n\n  gap: 13px 25px;\n\n  margin-top: 26px;\n}\n\n.lpp-check {\n  position: relative;\n\n  padding-left: 29px;\n\n  font-size: 17px;\n\n  line-height: 1.48;\n}\n\n.lpp-check::before {\n  content: \"✓\";\n\n  position: absolute;\n\n  left: 0;\n\n  color: var(--pink);\n\n  font-weight: 900;\n}\n\n\/* =========================================================\n   FLOW\n   ========================================================= *\/\n\n.lpp-flow {\n  display: grid;\n\n  grid-template-columns:\n    repeat(7, minmax(0,1fr));\n\n  gap: 10px;\n\n  margin-top: 38px;\n}\n\n.lpp-flow-item {\n  padding: 20px 10px;\n\n  border: 1px solid var(--line);\n\n  border-radius: 17px;\n\n  background: #ffffff;\n\n  text-align: center;\n\n  font-size: 15px;\n\n  font-weight: 800;\n}\n\n\/* =========================================================\n   FEATURE GRID\n   ========================================================= *\/\n\n.lpp-feature-grid {\n  display: grid;\n\n  grid-template-columns:\n    repeat(2, minmax(0,1fr));\n\n  gap: 18px;\n\n  margin-top: 38px;\n}\n\n.lpp-feature {\n  padding: 27px;\n\n  border: 1px solid var(--line);\n\n  border-radius: 19px;\n\n  background: #ffffff;\n}\n\n\/* =========================================================\n   FINAL CTA\n   ========================================================= *\/\n\n.lpp-final {\n  padding: 66px 42px;\n\n  border-radius: 30px;\n\n  background:\n    radial-gradient(\n      circle at 83% 10%,\n      rgba(254,1,154,.25),\n      transparent 30%\n    ),\n    #0c0c0f;\n\n  color: #ffffff;\n}\n\n.lpp-final h2,\n.lpp-final strong {\n  color: #ffffff !important;\n}\n\n.lpp-final p {\n  color: #e9e9ec !important;\n}\n\n\/* =========================================================\n   FAQ\n   ========================================================= *\/\n\n.lpp-faq {\n  width: min(900px,100%);\n\n  margin: 0 auto;\n}\n\n.lpp-faq details {\n  padding: 20px 0;\n\n  border-top: 1px solid var(--line);\n}\n\n.lpp-faq details:last-child {\n  border-bottom: 1px solid var(--line);\n}\n\n.lpp-faq summary {\n  cursor: pointer;\n\n  color: var(--black);\n\n  font-size: 18px;\n\n  font-weight: 800;\n}\n\n.lpp-faq details p {\n  margin-top: 14px !important;\n}\n\n\/* =========================================================\n   MOBILE\n   ========================================================= *\/\n\n@media(max-width: 990px) {\n\n  .lpp-grid-2,\n  .lpp-grid-3,\n  .lpp-grid-4,\n  .lpp-pain-grid,\n  .lpp-feature-grid,\n  .lpp-checks,\n  .lpp-flow {\n    grid-template-columns: 1fr;\n  }\n\n  .lpp-section {\n    padding: 64px 0;\n  }\n\n  .lpp-hero {\n    padding: 56px 0 66px;\n  }\n\n  .lpp-grid-2 {\n    gap: 38px;\n  }\n}\n\n@media(max-width: 600px) {\n\n  .lpp-wrap {\n    width: 91%;\n  }\n\n  #lpp-sales-page h1 {\n    font-size: 44px;\n  }\n\n  #lpp-sales-page h2 {\n    font-size: 35px;\n  }\n\n  #lpp-sales-page p {\n    font-size: 17px;\n  }\n\n  .lpp-btn {\n    display: block;\n\n    width: 100%;\n\n    padding: 18px 16px;\n  }\n\n  .lpp-final {\n    padding: 42px 22px;\n  }\n}\n\u003c\/style\u003e\n\n\n\u003cdiv id=\"lpp-sales-page\"\u003e\n\n\u003c!-- =======================================================\n     HERO\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-hero\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-grid-2\"\u003e\n\n      \u003cdiv class=\"lpp-hero-copy\"\u003e\n\n        \u003cspan class=\"lpp-kicker\"\u003e\n          LANDING PAGE PLANNER\n        \u003c\/span\u003e\n\n        \u003ch1\u003e\n\n          YOU GOT THE CLICK.\n\n          \u003cspan class=\"lpp-pink\"\u003e\n            DON'T LOSE THEM NOW.\n          \u003c\/span\u003e\n\n        \u003c\/h1\u003e\n\n        \u003cp class=\"lpp-lead\"\u003e\n\n          \u003cstrong\u003e\n\n            A good ad can get someone to your page.\n\n            But it cannot make a confusing landing page convert.\n\n          \u003c\/strong\u003e\n\n        \u003c\/p\u003e\n\n        \u003cp class=\"lpp-lead\"\u003e\n\n          Landing Page Planner guides you through the message,\n          pain points, desired outcome, offer, value, proof,\n          objections, CTA, and page structure so you know what\n          your page needs to say before you start building it.\n\n        \u003c\/p\u003e\n\n        \u003cdiv style=\"margin-top:30px;\"\u003e\n\n          \u003ca class=\"lpp-btn\" href=\"https:\/\/iglamor-bar-beauty.myshopify.com\/cart\/46506127392954:1?channel=buy_button\"\u003e\n\n            BUILD MY LANDING PAGE →\n\n          \u003c\/a\u003e\n\n        \u003c\/div\u003e\n\n        \u003cdiv class=\"lpp-meta\"\u003e\n\n          Interactive guided planner • Built-in writing guidance •\n          Page structure planning • Complete landing-page brief\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cimg class=\"lpp-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0506\/1771\/2826\/files\/ChatGPT_Image_Aug_28_2026_10_23_39_PM_1.png?v=1787970231\" alt=\"Landing Page Planner digital tool\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     PAIN\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section lpp-dark\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-center\"\u003e\n\n      \u003cspan class=\"lpp-kicker\"\u003e\n        THE CLICK WASN'T THE FINISH LINE\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n\n        You can spend money getting traffic...\n\n        \u003cspan class=\"lpp-pink\"\u003e\n          and lose the sale in seconds.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n      \u003cp class=\"lpp-lead lpp-max\"\u003e\n\n        The visitor clicked because something caught their attention.\n\n        Then they land on a page that suddenly feels like a completely different conversation.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lpp-pain-grid\"\u003e\n\n      \u003cdiv class=\"lpp-pain-item\"\u003e\n\n        Your ad presses into one problem, but your landing page opens with a generic “Welcome.”\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-pain-item\"\u003e\n\n        Your headline says what the product is instead of why the visitor should care.\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-pain-item\"\u003e\n\n        You have a beautiful page, but no clear persuasion path from problem to solution.\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-pain-item\"\u003e\n\n        Your strongest benefits are buried halfway down the page where many visitors never reach them.\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-pain-item\"\u003e\n\n        You list features, but never explain what those features actually change for the customer.\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-pain-item\"\u003e\n\n        You make claims but do not place proof where the visitor needs reassurance.\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-pain-item\"\u003e\n\n        Your CTA appears before the visitor understands enough to feel ready to act.\n\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-pain-item\"\u003e\n\n        You keep redesigning the page because you are not sure whether the real problem is the copy, structure, offer, trust, or CTA.\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lpp-callout\"\u003e\n\n      \u003cp\u003e\n\n        \u003cstrong\u003e\n\n          The most expensive landing-page mistake may not be an ugly design.\n\n          It may be paying for the click and then giving the visitor no compelling reason to stay.\n\n        \u003c\/strong\u003e\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     WHY PAGES FAIL\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section\"\u003e\n\n  \u003cdiv class=\"lpp-wrap lpp-center\"\u003e\n\n    \u003cspan class=\"lpp-kicker\"\u003e\n      BEFORE YOU CHANGE THE FONT AGAIN\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n\n      The visitor needs more than a\n      \u003cspan class=\"lpp-pink\"\u003e\n        pretty page.\n      \u003c\/span\u003e\n\n    \u003c\/h2\u003e\n\n    \u003cp class=\"lpp-max\"\u003e\n\n      They need a sequence of reasons to keep going.\n\n    \u003c\/p\u003e\n\n\n    \u003cdiv class=\"lpp-flow\"\u003e\n\n      \u003cdiv class=\"lpp-flow-item\"\u003e\n        PAIN\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-flow-item\"\u003e\n        DESIRE\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-flow-item\"\u003e\n        SOLUTION\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-flow-item\"\u003e\n        VALUE\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-flow-item\"\u003e\n        BELIEF\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-flow-item\"\u003e\n        OBJECTIONS\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-flow-item\"\u003e\n        ACTION\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lpp-callout\"\u003e\n\n      \u003cp\u003e\n\n        A persuasive landing page helps the visitor move from:\n\n        \u003cstrong\u003e\n\n          “This is exactly what I'm dealing with”\n\n        \u003c\/strong\u003e\n\n        to:\n\n        \u003cstrong\u003e\n\n          “This makes sense for me”\n\n        \u003c\/strong\u003e\n\n        to:\n\n        \u003cstrong\u003e\n\n          “I understand what to do next.”\n\n        \u003c\/strong\u003e\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     PRODUCT INTRO\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section\" style=\"background:#fff5fa;\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-grid-2\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"lpp-kicker\"\u003e\n          PLAN BEFORE YOU BUILD\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n\n          Stop staring at a blank page wondering\n\n          \u003cspan class=\"lpp-pink\"\u003e\n            what goes where.\n          \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n\n          Landing Page Planner walks you through the strategy and actual page copy before you touch your website builder.\n\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n\n          You will think through:\n\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"lpp-checks\" style=\"grid-template-columns:1fr;\"\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Who the page is for\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            What brought them there\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            What they expect after the click\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            What the hero needs to communicate\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            The real pain they are experiencing\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            The outcome they actually want\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            How to present your offer as the bridge\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Which benefits matter\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            What proof belongs where\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Which objections need answering\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Where your CTAs belong\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            What order the page should follow\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cimg class=\"lpp-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0506\/1771\/2826\/files\/ChatGPT_Image_Aug_28_2026_10_23_39_PM_3.png?v=1787970231\" alt=\"Landing Page Planner on desktop and mobile\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     BUILT IN GUIDANCE\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-center\"\u003e\n\n      \u003cspan class=\"lpp-kicker\"\u003e\n        YOU DON'T HAVE TO ALREADY KNOW COPYWRITING\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n\n        The little\n        \u003cspan class=\"lpp-pink\"\u003e?\u003c\/span\u003e\n        helps you think through what to write.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"lpp-max\"\u003e\n\n        Landing Page Planner does not throw a giant blank form at you and expect you to somehow know conversion strategy.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lpp-grid-4\" style=\"margin-top:42px;\"\u003e\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003ch3\u003e\n          Understand the Field\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Learn what the question actually means and why it matters to the page.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003ch3\u003e\n          See Weak Examples\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Recognize vague, generic, or feature-heavy messaging that may need more work.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003ch3\u003e\n          See Stronger Examples\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Understand how to make the message more specific, relevant, and persuasive.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003ch3\u003e\n          Ask Better Questions\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Use built-in prompts to think through the customer, pain, desire, proof, CTA, and more.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lpp-callout\"\u003e\n\n      \u003cp\u003e\n\n        \u003cstrong\u003e\n\n          It is not just asking, “What is your headline?”\n\n        \u003c\/strong\u003e\n\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n\n        It helps you think about what the visitor cared enough about to click, what they need to understand next, and what kind of headline continues that conversation.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     MESSAGE MATCH\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section lpp-dark\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-grid-2\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"lpp-kicker\"\u003e\n          MESSAGE MATCH\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n\n          Don't make the visitor wonder,\n\n          \u003cspan class=\"lpp-pink\"\u003e\n            “Did I click the wrong thing?”\n          \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n\n          One of the first things the planner helps you think through is what happened before the visitor reached your page.\n\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n\n          What did the ad promise?\n\n          What hook earned the click?\n\n          What problem or desire did it focus on?\n\n          What does the visitor expect to see next?\n\n        \u003c\/p\u003e\n\n\n        \u003cdiv class=\"lpp-callout\" style=\"\n          margin-left:0;\n          margin-right:0;\n          \"\u003e\n\n          \u003cp\u003e\n\n            \u003cstrong\u003e\n              BEFORE THE CLICK\n            \u003c\/strong\u003e\n\n            \u003cbr\u003e\n\n            “Stop Running Ad Tests You Learn Nothing From.”\n\n          \u003c\/p\u003e\n\n          \u003cp\u003e\n\n            \u003cstrong\u003e\n              AFTER THE CLICK\n            \u003c\/strong\u003e\n\n            \u003cbr\u003e\n\n            “Stop Guessing What to Test Next.”\n\n          \u003c\/p\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cimg class=\"lpp-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0506\/1771\/2826\/files\/ChatGPT_Image_Aug_28_2026_10_23_39_PM_2.png?v=1787970231\" alt=\"Plan the landing page before writing it\"\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     PAIN\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-grid-2\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"lpp-kicker\"\u003e\n          PRESS INTO THE REAL PAIN\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n\n          Make them feel understood\n\n          \u003cspan class=\"lpp-pink\"\u003e\n            before asking them to buy.\n          \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n\n          “Marketing is hard” is technically a pain point.\n\n          It is also incredibly easy to ignore.\n\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n\n          Landing Page Planner helps you get more specific about:\n\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"lpp-checks\" style=\"grid-template-columns:1fr;\"\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            What keeps happening\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            What they are tired of\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            What they have already tried\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            What the problem is costing them\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Why their current approach may not be working\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            What realistically happens if nothing changes\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003cspan class=\"lpp-kicker\"\u003e\n          VAGUE\n        \u003c\/span\u003e\n\n        \u003ch3 style=\"font-size:30px;\"\u003e\n          “Advertising can be difficult.”\n        \u003c\/h3\u003e\n\n        \u003cbr\u003e\n\n        \u003cspan class=\"lpp-kicker\"\u003e\n          MORE SPECIFIC\n        \u003c\/span\u003e\n\n        \u003ch3 style=\"font-size:30px;\"\u003e\n\n          “You keep spending money testing new ads, but when one performs better you still can't tell whether the hook, image, audience, or offer made the difference.”\n\n        \u003c\/h3\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     DESIRE\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section\" style=\"background:#fff5fa;\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-center\"\u003e\n\n      \u003cspan class=\"lpp-kicker\"\u003e\n        THE CUSTOMER DOES NOT WANT TO STAY IN THE PAIN\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n\n        Show them what\n        \u003cspan class=\"lpp-pink\"\u003e\n          better\n        \u003c\/span\u003e\n        could look like.\n      \u003c\/h2\u003e\n\n      \u003cp class=\"lpp-max\"\u003e\n\n        A persuasive page should not spend the entire time reminding people what is wrong.\n\n        It should also help them picture the outcome they actually want.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lpp-grid-3\" style=\"margin-top:42px;\"\u003e\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003ch3\u003e\n          What Becomes Easier?\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Decisions, planning, organization, execution, understanding, or another real improvement.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003ch3\u003e\n          What Do They Gain?\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Clarity, convenience, confidence, time, organization, simplicity, progress, or another meaningful benefit.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003ch3\u003e\n          What Do They Stop Dealing With?\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Repeated mistakes, unnecessary work, confusion, delays, scattered information, or another genuine frustration.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lpp-callout\"\u003e\n\n      \u003cp\u003e\n\n        \u003cstrong\u003e\n\n          Pain creates relevance.\n\n          Desire creates movement.\n\n        \u003c\/strong\u003e\n\n      \u003c\/p\u003e\n\n      \u003cp\u003e\n\n        The page should make the visitor feel both:\n\n        “Yes, that is exactly what I am dealing with”\n\n        and:\n\n        “Yes, that is what I want instead.”\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     OFFER AS BRIDGE\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section\"\u003e\n\n  \u003cdiv class=\"lpp-wrap lpp-center\"\u003e\n\n    \u003cspan class=\"lpp-kicker\"\u003e\n      NOW INTRODUCE THE SOLUTION\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n\n      Your offer should feel like the\n\n      \u003cspan class=\"lpp-pink\"\u003e\n        logical bridge.\n      \u003c\/span\u003e\n\n    \u003c\/h2\u003e\n\n\n    \u003cdiv class=\"lpp-grid-3\" style=\"margin-top:42px;\"\u003e\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003ch3\u003e\n          Current State\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          The problem the visitor recognizes.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\" style=\"\n        border:2px solid #fe019a;\n        background:#fff5fa;\n        \"\u003e\n\n        \u003ch3\u003e\n          Your Offer\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          The mechanism, product, or service that helps them move forward.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003ch3\u003e\n          Desired State\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          The practical and emotional outcome they care about.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lpp-callout\"\u003e\n\n      \u003cp\u003e\n\n        Instead of suddenly saying,\n\n        \u003cstrong\u003e\n          “Anyway, here's my product,”\n        \u003c\/strong\u003e\n\n        the planner helps you build a transition that connects the offer directly to the problem and desired outcome.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     VALUE\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section lpp-dark\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-center\"\u003e\n\n      \u003cspan class=\"lpp-kicker\"\u003e\n        YOUR FEATURES ARE NOT THE SALES MESSAGE\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n\n        Don't just tell them what it has.\n\n        \u003cspan class=\"lpp-pink\"\u003e\n          Show them why it matters.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lpp-grid-4\" style=\"margin-top:42px;\"\u003e\n\n      \u003cdiv class=\"lpp-card\" style=\"\n        background:#18181c;\n        border-color:#303036;\n        \"\u003e\n\n        \u003ch3 style=\"color:#fff;\"\u003e\n          Feature\n        \u003c\/h3\u003e\n\n        \u003cp style=\"color:#e5e5e7;\"\u003e\n\n          What exists?\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\" style=\"\n        background:#18181c;\n        border-color:#303036;\n        \"\u003e\n\n        \u003ch3 style=\"color:#fff;\"\u003e\n          Function\n        \u003c\/h3\u003e\n\n        \u003cp style=\"color:#e5e5e7;\"\u003e\n\n          What does it actually do?\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\" style=\"\n        background:#18181c;\n        border-color:#303036;\n        \"\u003e\n\n        \u003ch3 style=\"color:#fff;\"\u003e\n          Outcome\n        \u003c\/h3\u003e\n\n        \u003cp style=\"color:#e5e5e7;\"\u003e\n\n          What becomes easier or better?\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\" style=\"\n        background:#18181c;\n        border-color:#303036;\n        \"\u003e\n\n        \u003ch3 style=\"color:#fff;\"\u003e\n          Why It Matters\n        \u003c\/h3\u003e\n\n        \u003cp style=\"color:#e5e5e7;\"\u003e\n\n          Why should the customer care?\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lpp-callout\"\u003e\n\n      \u003cp\u003e\n\n        \u003cstrong\u003e\n\n          FEATURE → WHAT IT DOES → FUNCTIONAL OUTCOME → EMOTIONAL OUTCOME → WHY IT MATTERS\n\n        \u003c\/strong\u003e\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     PROOF\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-grid-2\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cimg class=\"lpp-image\" src=\"https:\/\/cdn.shopify.com\/s\/files\/1\/0506\/1771\/2826\/files\/ChatGPT_Image_Aug_28_2026_10_23_39_PM_4.png?v=1787970231\" alt=\"Landing Page Planner conversion guidance\"\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"lpp-kicker\"\u003e\n          BUILD BELIEF\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n\n          Every strong claim creates a question:\n\n          \u003cspan class=\"lpp-pink\"\u003e\n            “Why should I believe you?”\n          \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n\n          The planner helps you think through what proof you actually have and what claim it supports.\n\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"lpp-checks\" style=\"grid-template-columns:1fr;\"\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Testimonials\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Reviews\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Screenshots\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Demonstrations\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Case studies\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Credentials\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Experience\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Real data or research\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Policies and reassurance\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n        \u003cp style=\"margin-top:26px;\"\u003e\n\n          And instead of dumping proof randomly onto the page, you plan where it belongs.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     OBJECTIONS\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section\" style=\"background:#f8f8fa;\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-center\"\u003e\n\n      \u003cspan class=\"lpp-kicker\"\u003e\n        WHAT COULD STOP THE SALE?\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n\n        Answer the hesitation\n        \u003cspan class=\"lpp-pink\"\u003e\n          before it becomes an exit.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n      \u003cp class=\"lpp-max\"\u003e\n\n        People do not always leave because they hate the offer.\n\n        Sometimes they leave because one important question never got answered.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lpp-grid-4\" style=\"margin-top:42px;\"\u003e\n\n      \u003cdiv class=\"lpp-card\"\u003e\n        \u003ch3\u003e“Is this for me?”\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-card\"\u003e\n        \u003ch3\u003e“Is it worth it?”\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-card\"\u003e\n        \u003ch3\u003e“Do I have time?”\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-card\"\u003e\n        \u003ch3\u003e“Why should I trust this?”\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-card\"\u003e\n        \u003ch3\u003e“Can't I do this myself?”\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-card\"\u003e\n        \u003ch3\u003e“What happens after I buy?”\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-card\"\u003e\n        \u003ch3\u003e“I tried something similar.”\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n      \u003cdiv class=\"lpp-card\"\u003e\n        \u003ch3\u003e“I need to think about it.”\u003c\/h3\u003e\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lpp-callout\"\u003e\n\n      \u003cp\u003e\n\n        Landing Page Planner helps you decide:\n\n        \u003cstrong\u003e\n\n          what needs clarification, what proof can help, what your response should be, and where on the page the objection belongs.\n\n        \u003c\/strong\u003e\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     CTA\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-grid-2\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"lpp-kicker\"\u003e\n          DON'T JUST DROP A BUTTON ON THE PAGE\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n\n          Make the CTA feel like\n\n          \u003cspan class=\"lpp-pink\"\u003e\n            the logical next step.\n          \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n\n          The planner helps you think through:\n\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"lpp-checks\" style=\"grid-template-columns:1fr;\"\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            What the CTA should say\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Where it should lead\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            What happens after the click\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            What reassurance belongs nearby\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Where CTAs should repeat\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            What may cause last-second hesitation\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Whether there are competing actions\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003cspan class=\"lpp-kicker\"\u003e\n          THE CTA SHOULD BE EARNED\n        \u003c\/span\u003e\n\n        \u003ch3 style=\"font-size:32px;\"\u003e\n\n          Relevance\n\n          \u003cbr\u003e\n          ↓\n          \u003cbr\u003e\n\n          Desire\n\n          \u003cbr\u003e\n          ↓\n          \u003cbr\u003e\n\n          Value\n\n          \u003cbr\u003e\n          ↓\n          \u003cbr\u003e\n\n          Belief\n\n          \u003cbr\u003e\n          ↓\n          \u003cbr\u003e\n\n          Reassurance\n\n          \u003cbr\u003e\n          ↓\n          \u003cbr\u003e\n\n          \u003cspan class=\"lpp-pink\"\u003e\n            ACTION\n          \u003c\/span\u003e\n\n        \u003c\/h3\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     STRUCTURE\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section lpp-dark\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-center\"\u003e\n\n      \u003cspan class=\"lpp-kicker\"\u003e\n        THEN PUT IT IN THE RIGHT ORDER\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n\n        Build a page that\n        \u003cspan class=\"lpp-pink\"\u003e\n          earns the next scroll.\n        \u003c\/span\u003e\n\n      \u003c\/h2\u003e\n\n      \u003cp class=\"lpp-max\"\u003e\n\n        Once the messaging is created, Page Structure helps you organize the sections into a logical persuasion path.\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lpp-grid-3\" style=\"margin-top:42px;\"\u003e\n\n      \u003cdiv class=\"lpp-card\" style=\"\n        background:#19191d;\n        border-color:#303036;\n        \"\u003e\n\n        \u003ch3 style=\"color:#fff;\"\u003e\n          Move Sections\n        \u003c\/h3\u003e\n\n        \u003cp style=\"color:#e7e7e9;\"\u003e\n\n          Move sections up or down until the page tells the story in the order you want.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\" style=\"\n        background:#19191d;\n        border-color:#303036;\n        \"\u003e\n\n        \u003ch3 style=\"color:#fff;\"\u003e\n          Give Every Section a Job\n        \u003c\/h3\u003e\n\n        \u003cp style=\"color:#e7e7e9;\"\u003e\n\n          Define whether each section creates relevance, communicates value, builds belief, reduces hesitation, or moves the visitor toward action.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\" style=\"\n        background:#19191d;\n        border-color:#303036;\n        \"\u003e\n\n        \u003ch3 style=\"color:#fff;\"\u003e\n          Remove What Doesn't Help\n        \u003c\/h3\u003e\n\n        \u003cp style=\"color:#e7e7e9;\"\u003e\n\n          If a section adds no clarity, desire, value, belief, reassurance, or momentum, ask whether it belongs.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     PAGE BRIEF\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section\" style=\"background:#fff5fa;\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-grid-2\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"lpp-kicker\"\u003e\n          THE PAYOFF\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n\n          Leave with the whole page\n\n          \u003cspan class=\"lpp-pink\"\u003e\n            mapped out.\n          \u003c\/span\u003e\n\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n\n          Page Brief brings everything you created together in the order your landing page should follow.\n\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"lpp-checks\" style=\"grid-template-columns:1fr;\"\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Hero copy\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Pain section\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Desired outcome\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Offer introduction\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Benefits and value\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            How It Works\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Proof and trust\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Objection responses\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            FAQs\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            CTA strategy\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Visual direction\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Final section order\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003cspan class=\"lpp-kicker\"\u003e\n          USE THE BRIEF TO BUILD\n        \u003c\/span\u003e\n\n        \u003ch3 style=\"font-size:31px;\"\u003e\n\n          Take it into the platform you already use.\n\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n\n          Use your finished blueprint in:\n\n        \u003c\/p\u003e\n\n        \u003cdiv class=\"lpp-checks\" style=\"grid-template-columns:1fr;\"\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Shopify\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            WordPress\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Systeme\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Leadpages\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Funnel software\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Your preferred website builder\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Or hand it to a designer or copywriter\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     FIVE QUESTIONS\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-center\"\u003e\n\n      \u003cspan class=\"lpp-kicker\"\u003e\n        KEEP THE PAGE FOCUSED\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n        The 5 questions every landing page needs to answer.\n      \u003c\/h2\u003e\n\n    \u003c\/div\u003e\n\n\n    \u003cdiv class=\"lpp-grid-3\" style=\"margin-top:42px;\"\u003e\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003ch3\u003e\n          1. Why Should I Care?\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Relevance, pain, desire, or an important reason to keep reading.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003ch3\u003e\n          2. What Is This?\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Make the actual offer easy to understand.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003ch3\u003e\n          3. Why Is It Valuable?\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Connect what is included to outcomes the customer cares about.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003ch3\u003e\n          4. Why Should I Believe You?\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Use relevant proof, trust, clarity, and reassurance.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\"\u003e\n\n        \u003ch3\u003e\n          5. What Do I Do Next?\n        \u003c\/h3\u003e\n\n        \u003cp\u003e\n          Make the CTA and next step obvious.\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\" style=\"\n        background:#111;\n        border:none;\n        \"\u003e\n\n        \u003ch3 style=\"color:#fff;\"\u003e\n          If the page cannot answer these...\n        \u003c\/h3\u003e\n\n        \u003cp style=\"color:#e7e7e9;\"\u003e\n\n          More design may not be the first thing it needs.\n\n          More clarity may be.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     NOT A COURSE\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section\" style=\"background:#f8f8fa;\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-grid-2\"\u003e\n\n      \u003cdiv\u003e\n\n        \u003cspan class=\"lpp-kicker\"\u003e\n          THIS IS A WORKING TOOL\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n\n          Not another course you have to finish before you can use it.\n\n        \u003c\/h2\u003e\n\n        \u003cp\u003e\n\n          Open Landing Page Planner and start planning the real page you need.\n\n        \u003c\/p\u003e\n\n        \u003cp\u003e\n\n          Learn the strategy, answer the guided questions, build the sections, organize the structure, and leave with the final blueprint.\n\n        \u003c\/p\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdiv class=\"lpp-card\" style=\"\n        background:#111;\n        border:none;\n        \"\u003e\n\n        \u003ch3 style=\"\n          color:#fff;\n          font-size:31px;\n          \"\u003e\n\n          What you are not buying:\n\n        \u003c\/h3\u003e\n\n        \u003cdiv class=\"lpp-checks\" style=\"\n          grid-template-columns:1fr;\n          color:#fff;\n          \"\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            A giant copywriting course\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            A blank worksheet with no guidance\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            A page template that ignores your customer\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Fake conversion predictions\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Generic AI-generated copy\n          \u003c\/div\u003e\n\n          \u003cdiv class=\"lpp-check\"\u003e\n            Another design tool you have to learn\n          \u003c\/div\u003e\n\n        \u003c\/div\u003e\n\n      \u003c\/div\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     FINAL PAIN\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section lpp-dark\"\u003e\n\n  \u003cdiv class=\"lpp-wrap lpp-center\"\u003e\n\n    \u003cspan class=\"lpp-kicker\"\u003e\n      YOU WORKED TO EARN THE CLICK\n    \u003c\/span\u003e\n\n    \u003ch2\u003e\n\n      Don't let the page after it\n\n      \u003cspan class=\"lpp-pink\"\u003e\n        waste the opportunity.\n      \u003c\/span\u003e\n\n    \u003c\/h2\u003e\n\n    \u003cp class=\"lpp-lead lpp-max\"\u003e\n\n      Stop building pages section by section without knowing what each section is supposed to accomplish.\n\n    \u003c\/p\u003e\n\n    \u003cp class=\"lpp-lead lpp-max\"\u003e\n\n      Know the visitor.\n\n      Continue the message.\n\n      Press into the real pain.\n\n      Show the desired outcome.\n\n      Explain the value.\n\n      Build belief.\n\n      Answer the hesitation.\n\n      Make the action obvious.\n\n    \u003c\/p\u003e\n\n    \u003cdiv style=\"margin-top:34px;\"\u003e\n\n      \u003ca class=\"lpp-btn\" href=\"https:\/\/iglamor-bar-beauty.myshopify.com\/cart\/46506127392954:1?channel=buy_button\"\u003e\n\n        PLAN MY LANDING PAGE →\n\n      \u003c\/a\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     FINAL CTA\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-final lpp-center\"\u003e\n\n      \u003cspan class=\"lpp-kicker\"\u003e\n        PLAN IT BEFORE YOU BUILD IT\n      \u003c\/span\u003e\n\n      \u003ch2\u003e\n\n        Give every section a reason to exist.\n\n      \u003c\/h2\u003e\n\n      \u003cp class=\"lpp-lead lpp-max\"\u003e\n\n        Build the message, persuasion path, page structure, proof, objections, and CTA before spending another hour rearranging blocks on a website.\n\n      \u003c\/p\u003e\n\n      \u003cp class=\"lpp-lead lpp-max\"\u003e\n\n        \u003cstrong\u003e\n\n          Walk away knowing what the page should say, why it should say it, and where it belongs.\n\n        \u003c\/strong\u003e\n\n      \u003c\/p\u003e\n\n      \u003cdiv style=\"margin-top:34px;\"\u003e\n\n        \u003ca class=\"lpp-btn\" href=\"https:\/\/iglamor-bar-beauty.myshopify.com\/cart\/46506127392954:1?channel=buy_button\"\u003e\n\n          GET LANDING PAGE PLANNER →\n\n        \u003c\/a\u003e\n\n      \u003c\/div\u003e\n\n      \u003cp class=\"lpp-small\" style=\"\n        color:#bfc0c4 !important;\n        margin-top:18px;\n        \"\u003e\n\n        Interactive guided tool • Build your page section by section •\n        Create a complete page brief\n\n      \u003c\/p\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003c!-- =======================================================\n     FAQ\n     ======================================================= --\u003e\n\n\u003csection class=\"lpp-section\"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cdiv class=\"lpp-faq\"\u003e\n\n      \u003cdiv class=\"lpp-center\"\u003e\n\n        \u003cspan class=\"lpp-kicker\"\u003e\n          FAQ\n        \u003c\/span\u003e\n\n        \u003ch2\u003e\n          Questions before you start?\n        \u003c\/h2\u003e\n\n      \u003c\/div\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Is Landing Page Planner a course?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          No. It is an interactive browser-based planning and copy-building tool that guides you through the strategy and sections of a landing page.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Does it actually help me build the landing page?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          Yes. The Build Your Landing Page section guides you through the foundation, message match, hero, pain and desire, offer and value, How It Works, proof and trust, objections, FAQ, and CTA. Your work is then organized into a final page blueprint.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Does it publish or host the landing page for me?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          No. Landing Page Planner helps you create the strategy, copy direction, structure, and final page brief. You then build the actual page using Shopify, WordPress, a funnel builder, or another platform you already use.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Do I need to know copywriting?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          No. Important fields include contextual ? guidance with explanations, examples, and questions to help you think through what to write.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can I plan more than one landing page?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          Yes. You can create multiple page plans, save them, reopen them, edit them, duplicate them, and organize different landing pages separately.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can I use this for services and digital products?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          Yes. The framework can be used for sales pages, product pages, services, lead-generation pages, booking pages, waitlists, freebie pages, apps, software, and other landing-page types.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Does the planner write the page automatically with AI?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          No. The goal is to help you think through the customer and landing-page strategy instead of generating generic copy. Built-in guidance helps you develop stronger answers as you work.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Can I export or save my final plan?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          Yes. The Page Brief brings the page together in one place. You can copy the brief or use your browser's print function to print or save it as a PDF.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Where is my landing-page data stored?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          Your data is stored locally in the browser and device where you use the planner. It does not automatically sync between devices.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n\n      \u003cdetails\u003e\n\n        \u003csummary\u003e\n          Does this guarantee my landing page will convert?\n        \u003c\/summary\u003e\n\n        \u003cp\u003e\n\n          No. Conversion performance cannot be guaranteed. Landing Page Planner is designed to help you create a clearer, more structured, more thoughtful landing-page strategy and make more informed decisions about the page you build.\n\n        \u003c\/p\u003e\n\n      \u003c\/details\u003e\n\n    \u003c\/div\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\n\u003csection style=\"\n  padding:25px 0 60px;\n  text-align:center;\n  \"\u003e\n\n  \u003cdiv class=\"lpp-wrap\"\u003e\n\n    \u003cp class=\"lpp-small\"\u003e\n\n      Digital product. Marketing, conversion, revenue, and business results are not guaranteed.\n\n    \u003c\/p\u003e\n\n  \u003c\/div\u003e\n\n\u003c\/section\u003e\n\n\u003c\/div\u003e\n\n\n\u003c!-- =======================================================\n     SHOPIFY FIX:\n     MOVE PAGE OUT OF NARROW PRODUCT COLUMN\n     + DISABLE STICKY DEFAULT PRODUCT IMAGE\n     ======================================================= --\u003e\n\n\u003cscript\u003e\n(function () {\n\n  function fixLandingPagePlanner() {\n\n    var salesPage =\n      document.getElementById('lpp-sales-page');\n\n    if (!salesPage) return;\n\n\n    \/* -----------------------------------------------------\n       FIND MAIN PRODUCT SECTION\n       ----------------------------------------------------- *\/\n\n    var mainProduct =\n      salesPage.closest('[id^=\"MainProduct-\"]');\n\n    if (!mainProduct) {\n\n      mainProduct =\n        document.querySelector(\n          '[id^=\"MainProduct-\"]'\n        );\n\n    }\n\n\n    var shopifySection = null;\n\n    if (mainProduct) {\n\n      shopifySection =\n        mainProduct.closest('.shopify-section');\n\n    }\n\n\n    \/* -----------------------------------------------------\n       MOVE SALES PAGE OUTSIDE THE SKINNY PRODUCT GRID\n       ----------------------------------------------------- *\/\n\n    if (\n      shopifySection \u0026\u0026\n      salesPage.parentNode !== shopifySection.parentNode\n    ) {\n\n      shopifySection.parentNode.insertBefore(\n        salesPage,\n        shopifySection.nextSibling\n      );\n\n    }\n\n\n    \/* -----------------------------------------------------\n       FORCE FULL BROWSER WIDTH\n       ----------------------------------------------------- *\/\n\n    salesPage.style.setProperty(\n      'width',\n      '100vw',\n      'important'\n    );\n\n    salesPage.style.setProperty(\n      'max-width',\n      '100vw',\n      'important'\n    );\n\n    salesPage.style.setProperty(\n      'margin-left',\n      'calc(50% - 50vw)',\n      'important'\n    );\n\n    salesPage.style.setProperty(\n      'margin-right',\n      'calc(50% - 50vw)',\n      'important'\n    );\n\n\n    \/* -----------------------------------------------------\n       DISABLE STICKY PRODUCT MEDIA\n       ----------------------------------------------------- *\/\n\n    var stickySelectors = [\n\n      '.product__column-sticky',\n\n      '.product__media-wrapper',\n\n      '.product__media-gallery',\n\n      '.product__media-container',\n\n      '.product-media-container',\n\n      'media-gallery',\n\n      '.product-gallery',\n\n      '[class*=\"product__media\"][class*=\"sticky\"]',\n\n      '[class*=\"product-media\"][class*=\"sticky\"]'\n\n    ];\n\n\n    document\n      .querySelectorAll(\n        stickySelectors.join(',')\n      )\n      .forEach(function (el) {\n\n        el.style.setProperty(\n          'position',\n          'static',\n          'important'\n        );\n\n        el.style.setProperty(\n          'top',\n          'auto',\n          'important'\n        );\n\n        el.style.setProperty(\n          'bottom',\n          'auto',\n          'important'\n        );\n\n        el.style.setProperty(\n          'height',\n          'auto',\n          'important'\n        );\n\n        el.style.setProperty(\n          'max-height',\n          'none',\n          'important'\n        );\n\n        el.style.setProperty(\n          'transform',\n          'none',\n          'important'\n        );\n\n        el.style.setProperty(\n          'align-self',\n          'flex-start',\n          'important'\n        );\n\n      });\n\n\n    document\n      .querySelectorAll(\n        '.product, .product.grid'\n      )\n      .forEach(function (el) {\n\n        el.style.setProperty(\n          'align-items',\n          'flex-start',\n          'important'\n        );\n\n      });\n\n  }\n\n\n  if (document.readyState === 'loading') {\n\n    document.addEventListener(\n      'DOMContentLoaded',\n      fixLandingPagePlanner\n    );\n\n  } else {\n\n    fixLandingPagePlanner();\n\n  }\n\n\n  \/*\n   Shopify themes sometimes finish rendering product\n   components after the description has loaded.\n   Run the fix again shortly afterward.\n  *\/\n\n  setTimeout(\n    fixLandingPagePlanner,\n    500\n  );\n\n})();\n\u003c\/script\u003e","brand":"iGlamor Bar Beauty","offers":[{"title":"Default Title","offer_id":46506127392954,"sku":null,"price":14.99,"currency_code":"USD","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0506\/1771\/2826\/files\/ChatGPTImageAug28_2026_10_23_39PM_2.png?v=1787970508","url":"https:\/\/igbbeauty.com\/products\/landing-page-planner","provider":"iGlamor Bar Beauty","version":"1.0","type":"link"}