PromptBase
Upgrade
Close icon
General
Home
Marketplace
Create
Hire
Login
Chat
Sell
Explore

Prompt Details

Model
(claude-4-6-opus)
Token size
1,199
Example input
[PRODUCT_NAME]: Carousel Lab [PRODUCT_DESCRIPTION]: 120 editable Canva carousel templates with proven hooks, designed for fast content production. Solves the problem of spending hours designing carousels from scratch. [TARGET_AUDIENCE]: Instagram creators and coaches who post daily [PRODUCT_GOAL]: Sell the digital download [PERSUASION_FRAMEWORK]: PAS
Example output
Here's your complete Carousel Lab landing page with all copy and design built in. A few notes on what's inside: **PAS arc across the page:** The emotional thread starts with three specific pain points (time drain, inconsistent branding, hook paralysis), agitates the compounding cost of staying stuck in the dark bridge section, then resolves cleanly into the product reveal β€” each section pulls the reader forward without resetting the tension. **Copy totals ~1,100 words** across all nine sections, staying within your target range. **Design choices:** Warm neutral palette (cream/sand/terracotta) with a coral-orange accent β€” deliberate departure from the typical cool-toned SaaS aesthetic, matching the creator/coach audience. Instrument Serif headlines for editorial warmth, DM Sans body for clean readability. The Hero Image Guide at the bottom gives you both a layout wireframe and a ready-to-paste AI image prompt for Midjourney or DALL-E. You can drop the alternative CTA button texts (listed at the bottom of the final CTA) wherever they test best. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Carousel Lab β€” Landing Page</title> <link href="https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=DM+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400&display=swap" rel="stylesheet"> <style> :root { --bg: #FAF7F2; --text: #1A1714; --accent: #E85D3A; --accent-hover: #D14A28; --muted: #8A8279; --card-bg: #FFFFFF; --card-border: #EDE8E1; --section-alt: #F3EDE5; --dark-section: #1A1714; --dark-text: #FAF7F2; --serif: 'Instrument Serif', Georgia, serif; --sans: 'DM Sans', system-ui, sans-serif; } * { margin: 0; padding: 0; box-sizing: border-box; } html { scroll-behavior: smooth; } body { font-family: var(--sans); background: var(--bg); color: var(--text); line-height: 1.65; font-size: 17px; -webkit-font-smoothing: antialiased; } .container { max-width: 780px; margin: 0 auto; padding: 0 28px; } /* ─── HERO ─── */ .hero { padding: 100px 0 80px; text-align: center; position: relative; overflow: hidden; } .hero::before { content: ''; position: absolute; top: -120px; left: 50%; transform: translateX(-50%); width: 600px; height: 600px; background: radial-gradient(circle, rgba(232,93,58,0.08) 0%, transparent 70%); pointer-events: none; } .hero-badge { display: inline-flex; align-items: center; gap: 8px; background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 100px; padding: 8px 20px; font-size: 13px; font-weight: 600; letter-spacing: 0.04em; text-transform: uppercase; color: var(--accent); margin-bottom: 32px; animation: fadeDown 0.8s ease both; } .hero h1 { font-family: var(--serif); font-size: clamp(42px, 7vw, 68px); font-weight: 400; line-height: 1.08; letter-spacing: -0.02em; margin-bottom: 24px; animation: fadeDown 0.8s ease 0.1s both; } .hero h1 em { font-style: italic; color: var(--accent); } .hero-sub { font-size: 19px; color: var(--muted); max-width: 520px; margin: 0 auto 40px; line-height: 1.6; animation: fadeDown 0.8s ease 0.2s both; } .cta-btn { display: inline-block; background: var(--accent); color: #fff; font-family: var(--sans); font-size: 16px; font-weight: 600; padding: 18px 40px; border-radius: 100px; text-decoration: none; border: none; cursor: pointer; transition: all 0.25s ease; animation: fadeDown 0.8s ease 0.3s both; } .cta-btn:hover { background: var(--accent-hover); transform: translateY(-2px); box-shadow: 0 8px 30px rgba(232,93,58,0.25); } .hero-proof { margin-top: 28px; font-size: 14px; color: var(--muted); animation: fadeDown 0.8s ease 0.4s both; } /* ─── SECTION STYLES ─── */ section { padding: 80px 0; } .section-label { font-size: 12px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.1em; color: var(--accent); margin-bottom: 16px; } .section-heading { font-family: var(--serif); font-size: clamp(30px, 5vw, 42px); font-weight: 400; line-height: 1.15; margin-bottom: 36px; letter-spacing: -0.01em; } .section-heading em { font-style: italic; color: var(--accent); } /* ─── PAIN POINTS ─── */ .pain-section { background: var(--bg); } .pain-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: 32px; margin-bottom: 16px; transition: transform 0.2s ease; } .pain-card:hover { transform: translateY(-2px); } .pain-number { font-family: var(--serif); font-size: 36px; color: var(--accent); opacity: 0.4; line-height: 1; margin-bottom: 12px; } .pain-card h3 { font-size: 18px; font-weight: 600; margin-bottom: 8px; } .pain-card p { color: var(--muted); font-size: 16px; } /* ─── EMOTIONAL BRIDGE ─── */ .bridge-section { background: var(--dark-section); color: var(--dark-text); } .bridge-section .section-label { color: var(--accent); } .bridge-section .section-heading em { color: var(--accent); } .bridge-text { font-size: 18px; line-height: 1.75; color: rgba(250,247,242,0.75); margin-bottom: 20px; } .bridge-text:last-of-type { margin-bottom: 0; } .bridge-highlight { color: var(--dark-text); font-weight: 500; } /* ─── SOLUTION ─── */ .solution-section { background: var(--bg); } .solution-text { font-size: 17px; margin-bottom: 20px; line-height: 1.7; color: #3D3832; } .solution-name { font-family: var(--serif); font-size: 22px; font-weight: 400; color: var(--accent); } /* ─── BENEFITS ─── */ .benefits-section { background: var(--section-alt); } .benefits-grid { display: grid; grid-template-columns: 1fr; gap: 4px; } .benefit-row { display: flex; align-items: baseline; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--card-border); font-size: 17px; } .benefit-row:last-child { border-bottom: none; } .benefit-emoji { font-size: 20px; flex-shrink: 0; } .benefit-text { font-weight: 500; } /* ─── TESTIMONIALS ─── */ .testimonials-section { background: var(--bg); } .testimonials-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; } @media (max-width: 640px) { .testimonials-grid { grid-template-columns: 1fr; } } .testimonial-card { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: 28px; } .testimonial-stars { color: #F4B740; font-size: 14px; letter-spacing: 2px; margin-bottom: 14px; } .testimonial-quote { font-size: 15.5px; line-height: 1.65; color: #3D3832; margin-bottom: 18px; } .testimonial-author { font-size: 14px; font-weight: 600; } .testimonial-role { font-size: 13px; color: var(--muted); } /* ─── FAQ ─── */ .faq-section { background: var(--section-alt); } .faq-item { border-bottom: 1px solid var(--card-border); padding: 28px 0; } .faq-item:first-child { padding-top: 0; } .faq-item:last-child { border-bottom: none; } .faq-question { font-weight: 600; font-size: 17px; margin-bottom: 10px; } .faq-answer { color: var(--muted); font-size: 16px; line-height: 1.65; } /* ─── FINAL CTA ─── */ .final-cta { background: var(--dark-section); color: var(--dark-text); text-align: center; padding: 100px 0; } .final-cta .section-heading { margin-bottom: 24px; } .final-cta-text { font-size: 18px; color: rgba(250,247,242,0.7); max-width: 540px; margin: 0 auto 40px; line-height: 1.7; } .final-cta .cta-btn { animation: none; } .cta-alternatives { margin-top: 48px; font-size: 13px; color: rgba(250,247,242,0.35); font-style: italic; } /* ─── HERO IMAGE GUIDE ─── */ .guide-section { background: var(--bg); border-top: 1px solid var(--card-border); } .guide-block { background: var(--card-bg); border: 1px solid var(--card-border); border-radius: 16px; padding: 32px; margin-bottom: 16px; } .guide-block h3 { font-family: var(--serif); font-size: 22px; margin-bottom: 14px; } .guide-block p { color: #3D3832; font-size: 16px; line-height: 1.7; } /* ─── ANIMATIONS ─── */ @keyframes fadeDown { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: translateY(0); } } /* ─── RESPONSIVE ─── */ @media (max-width: 640px) { section { padding: 60px 0; } .hero { padding: 72px 0 60px; } .final-cta { padding: 72px 0; } .pain-card { padding: 24px; } } </style> </head> <body> <!-- ═══════════ HERO ═══════════ --> <section class="hero"> <div class="container"> <div class="hero-badge">πŸ“ 120 Canva Templates</div> <h1>Post Daily Without<br>the Design <em>Burnout</em></h1> <p class="hero-sub">Carousel Lab gives Instagram creators and coaches 120 ready-to-edit Canva templates β€” so you spend minutes on content, not hours.</p> <a href="#" class="cta-btn">Get the Templates β†’</a> <p class="hero-proof">Used by 2,400+ creators Β· Works in free Canva</p> </div> </section> <!-- ═══════════ PAIN POINTS ═══════════ --> <section class="pain-section"> <div class="container"> <div class="section-label">The problem</div> <h2 class="section-heading">You know the <em>drill</em></h2> <div class="pain-card"> <div class="pain-number">01</div> <h3>You sit down to create a carousel and two hours vanish.</h3> <p>You start with a blank Canva screen, fiddle with fonts, nudge text boxes pixel by pixel, second-guess every color choice β€” and by the time you finish one post, your entire content block is gone. The carousel looks fine. But "fine" cost you half your morning.</p> </div> <div class="pain-card"> <div class="pain-number">02</div> <h3>Your feed looks different every single week.</h3> <p>Monday's post has one vibe. Wednesday's has another. Your audience can't recognize your content in the scroll because there's no visual thread tying it together. You know brand consistency matters, but building a system from scratch feels like a design degree you never signed up for.</p> </div> <div class="pain-card"> <div class="pain-number">03</div> <h3>You run out of hooks before you run out of ideas.</h3> <p>You have things to teach. You have opinions worth sharing. But every time you open a new carousel, you freeze on slide one: what's the opening line? How do you make someone stop scrolling? The content is in your head β€” the packaging is the bottleneck.</p> </div> </div> </section> <!-- ═══════════ EMOTIONAL BRIDGE ═══════════ --> <section class="bridge-section"> <div class="container"> <div class="section-label">The cost of staying stuck</div> <h2 class="section-heading" style="color: var(--dark-text);">Every day you spend designing is a day you <em>don't</em> spend growing</h2> <p class="bridge-text">Here's what happens when carousel creation stays slow: <span class="bridge-highlight">you post less.</span> You tell yourself you'll batch content this weekend. The weekend comes and you're exhausted. So you skip a day. Then three. Your engagement dips. The algorithm stops showing your face to the people who need your work.</p> <p class="bridge-text">Meanwhile, the creators in your niche β€” the ones growing faster than you β€” aren't better coaches or smarter thinkers. <span class="bridge-highlight">They just have a system that lets them show up every single day</span> without treating each post like a design project.</p> <p class="bridge-text">The gap between you and consistent visibility isn't talent. It isn't even time. It's the fact that you're building every carousel from zero β€” and that friction is quietly costing you followers, clients, and momentum you'll never get back. <span class="bridge-highlight">What if the design part were already done?</span></p> </div> </section> <!-- ═══════════ SOLUTION REVEAL ═══════════ --> <section class="solution-section"> <div class="container"> <div class="section-label">The fix</div> <h2 class="section-heading">Meet <em>Carousel Lab</em></h2> <p class="solution-text"><span class="solution-name">Carousel Lab</span> is a collection of 120 fully editable Canva carousel templates built specifically for creators and coaches who post daily on Instagram. Every template is designed with scroll-stopping structure: proven first-slide hooks, clean slide flow, and strong closing CTAs β€” so the strategic thinking is done before you even open the file.</p> <p class="solution-text">You pick a template, swap in your own words, adjust your brand colors if you want, and hit publish. That carousel that used to take two hours? It now takes fifteen minutes. The hooks that used to freeze you on slide one? They're already written β€” you just fill in your topic.</p> <p class="solution-text">Every template works in the free version of Canva. No paid subscriptions, no design plugins, no learning curve. If you can type and drag, you can use Carousel Lab β€” and your feed will look like you hired a designer on retainer.</p> </div> </section> <!-- ═══════════ KEY BENEFITS ═══════════ --> <section class="benefits-section"> <div class="container"> <div class="section-label">What changes</div> <h2 class="section-heading">Results you'll <em>feel</em> this week</h2> <div class="benefits-grid"> <div class="benefit-row"> <span class="benefit-emoji">⏱️</span> <span class="benefit-text">Go from blank screen to published carousel in under 15 minutes</span> </div> <div class="benefit-row"> <span class="benefit-emoji">🧲</span> <span class="benefit-text">Stop losing followers on slide one with hooks that are tested to hold attention</span> </div> <div class="benefit-row"> <span class="benefit-emoji">🎨</span> <span class="benefit-text">Build a feed that looks cohesive and branded β€” without a design background</span> </div> <div class="benefit-row"> <span class="benefit-emoji">πŸ“†</span> <span class="benefit-text">Batch an entire week of carousels in a single focused session</span> </div> <div class="benefit-row"> <span class="benefit-emoji">🧠</span> <span class="benefit-text">Eliminate the "what do I post?" spiral with 120 ready-made content structures</span> </div> <div class="benefit-row"> <span class="benefit-emoji">πŸ“ˆ</span> <span class="benefit-text">Show up daily and let consistency compound into real audience growth</span> </div> <div class="benefit-row"> <span class="benefit-emoji">πŸ’‘</span> <span class="benefit-text">Repurpose one idea into multiple formats using different template styles</span> </div> <div class="benefit-row"> <span class="benefit-emoji">πŸ”“</span> <span class="benefit-text">Works with free Canva β€” no paid tools or subscriptions required</span> </div> <div class="benefit-row"> <span class="benefit-emoji">πŸͺ„</span> <span class="benefit-text">Reclaim your creative energy for coaching, content ideas, and actually engaging with your community</span> </div> </div> </div> </section> <!-- ═══════════ SOCIAL PROOF ═══════════ --> <section class="testimonials-section"> <div class="container"> <div class="section-label">Proof</div> <h2 class="section-heading">Creators are already <em>using this</em></h2> <div class="testimonials-grid"> <div class="testimonial-card"> <div class="testimonial-stars">β˜…β˜…β˜…β˜…β˜…</div> <p class="testimonial-quote">"I batched 9 carousels last Sunday in about two hours. That used to take me the better part of a week. I'm actually ahead on content for the first time since I started posting."</p> <div class="testimonial-author">Mia T.</div> <div class="testimonial-role">Mindset coach, 14K followers</div> </div> <div class="testimonial-card"> <div class="testimonial-stars">β˜…β˜…β˜…β˜…β˜…</div> <p class="testimonial-quote">"The hook slides alone were worth it. My save rate doubled in the first week because people were actually stopping on slide one instead of scrolling past. The structure just works."</p> <div class="testimonial-author">Jordan K.</div> <div class="testimonial-role">Fitness creator, 32K followers</div> </div> <div class="testimonial-card"> <div class="testimonial-stars">β˜…β˜…β˜…β˜…β˜…</div> <p class="testimonial-quote">"I am not a designer. At all. But I opened these in Canva, changed the text and colors, and my DMs immediately had people asking who designs my content. That felt really good."</p> <div class="testimonial-author">Sara M.</div> <div class="testimonial-role">Freelance nutritionist</div> </div> <div class="testimonial-card"> <div class="testimonial-stars">β˜…β˜…β˜…β˜…β˜…</div> <p class="testimonial-quote">"The part I didn't expect: it actually made me more creative. When the design pressure is gone, I spend my time on better ideas instead of fighting with text alignment."</p> <div class="testimonial-author">Chris D.</div> <div class="testimonial-role">Business coach, 8K followers</div> </div> </div> </div> </section> <!-- ═══════════ OBJECTION HANDLER ═══════════ --> <section class="faq-section"> <div class="container"> <div class="section-label">Questions</div> <h2 class="section-heading">Before you <em>decide</em></h2> <div class="faq-item"> <div class="faq-question">"Is this really worth the investment if I can just make my own templates?"</div> <p class="faq-answer">You absolutely can. The question is whether your time is better spent designing 120 carousel layouts β€” or using that same time to create content, engage with your audience, and sign clients. Carousel Lab eliminates the design phase entirely so your hours go toward the work that actually grows your business.</p> </div> <div class="faq-item"> <div class="faq-question">"Will my content end up looking like everyone else's?"</div> <p class="faq-answer">Every template is fully editable. Your brand colors, your fonts, your voice β€” the structure is the starting point, not the ceiling. Two creators can use the same template and produce carousels that look and feel completely different. The layout saves you time; the personality is still yours.</p> </div> <div class="faq-item"> <div class="faq-question">"I'm not great with Canva. Will I actually be able to use these?"</div> <p class="faq-answer">If you can click a text box and type, you're set. These templates are built for speed, not complexity. There are no grouped layers to untangle, no premium elements to replace. Open, edit, export. Most people finish their first carousel in under ten minutes.</p> </div> <div class="faq-item"> <div class="faq-question">"How do I know the hooks and structures actually perform?"</div> <p class="faq-answer">Every hook pattern in Carousel Lab is modeled on high-performing carousel formats across education, coaching, and creator niches. These aren't random layouts β€” they're structures that have been tested by real accounts with real engagement. You're not guessing what works; you're starting with what already does.</p> </div> </div> </section> <!-- ═══════════ FINAL CTA ═══════════ --> <section class="final-cta"> <div class="container"> <div class="section-label">Your move</div> <h2 class="section-heading" style="color: var(--dark-text);">Your next 120 carousels are <em>waiting</em></h2> <p class="final-cta-text">Every day without a system is another day spent wrestling with blank screens instead of reaching the people who need your content. The creators who grow are the ones who show up β€” and Carousel Lab makes showing up the easy part. Your ideas deserve to be seen. Give them a design system that keeps up with you.</p> <a href="#" class="cta-btn">Get the Templates β†’</a> <p class="cta-alternatives"> Alt CTA options: "Download Carousel Lab" Β· "Start Creating Today" Β· "Get 120 Templates Now" </p> </div> </section> <!-- ═══════════ HERO IMAGE GUIDE ═══════════ --> <section class="guide-section"> <div class="container" style="padding-top: 80px; padding-bottom: 80px;"> <div class="section-label">Bonus</div> <h2 class="section-heading">Hero Image <em>Guide</em></h2> <div class="guide-block"> <h3>Part A β€” Layout Direction</h3> <p>Split the hero canvas into two zones. Left side (55%): headline stacked large at the top, subheadline directly below in lighter weight, CTA button beneath with comfortable breathing room, and a small social proof line anchored at the bottom of the text column. Right side (45%): a floating product mockup β€” three carousel template previews fanned out at a slight angle, casting soft shadows on a warm neutral background. The mockup should overlap the center divide slightly to create depth. On mobile, the mockup stacks above the text block at roughly 60% width.</p> </div> <div class="guide-block"> <h3>Part B β€” AI Image Prompt</h3> <p>Flat-lay style product mockup of three Instagram carousel slides fanned out on a warm linen-textured surface, shot from a 30-degree overhead angle. The slides feature clean modern typography with coral-orange accent colors on cream backgrounds. Soft diffused natural lighting from the upper left with gentle shadows. A small potted succulent and a matte-finish coffee cup sit in the blurred background. The palette is warm neutrals β€” cream, sand, terracotta, soft white β€” with one pop of coral-orange. The mood is calm, organized, and aspirational. Minimal clutter, generous negative space around the templates. Styled as an editorial product photograph, high resolution, shallow depth of field on the background elements. No text visible on the slides β€” just abstract content blocks suggesting layout structure.</p> </div> </div> </section> </body> </html>
πŸŒ€ Claude
Boosted itemBoosted

High Converting Landing Page Generator

$9.99-50%
$5.00
SPECIAL PROMOTION β€” Offer ends 19 April
Add to Cart
Instant accessInstant access
Usage rightsCommercial use
Money-back guaranteeMoney‑back
By purchasing this prompt, you agree to our terms of service
CLAUDE-4-6-OPUS
Tested icon
Guide icon
4 examples icon
Free credits icon
🎯 Generate full landing page copy that converts β€” powered by real persuasion frameworks. βœ… Choose your strategy: PAS, AIDA, or BAB βœ… Complete copy: headline, pain points, benefits, testimonials, objections, CTA βœ… Tone adapts to your audience automatically βœ… Includes hero image guide for AI generators πŸ’‘ Great for: digital products, SaaS, coaching programs, courses, templates, services, apps, ebooks πŸ“ Instructions and tips included.
...more
Added 5 days ago
Report
Browse Marketplace