import React from "react"; import { motion } from "framer-motion"; import { Check, Sparkles, Stars, ArrowRight, Download, BadgeDollarSign, PlayCircle, FileText, HelpCircle, Inbox, NotebookPen } from "lucide-react"; // Default export a React component per canvas rules export default function ResumeWorkshopSalesPage() { const faqs = [ { q: "How long is the workshop replay?", a: "60 minutes of actionable, no-fluff content you can pause, revisit, and rewatch as needed.", }, { q: "Is this just for designers and artists?", a: "Nope! It’s designed for anyone in a creative, mission-driven, or non-traditional path: writers, educators, strategists, performers, nonprofit leaders, etc.", }, { q: "What if I’m switching careers or don’t have a “traditional” background?", a: "Perfect. This workshop helps you reframe your story so you can pivot or position yourself without needing to start over.", }, { q: "What do I get exactly?", a: "Instant access to the replay, the Resumé Glow-Up PDF Guide, lifetime access—watch whenever you want—all for a one-time payment of $7.99.", }, ]; const learn = [ "The 5 essential elements of a standout resumé (most creatives miss these)", "How to craft a magnetic personal tagline that positions your genius in one sentence", "How to write a compelling profile that doesn’t sound robotic", "How to highlight your strengths and achievements without overselling", "The exact structure that makes your resumé easy for both humans and ATS to scan", "What to cut, what to keep, and how to make every word work harder", ]; const forYou = [ "You're a creative professional (artist, writer, designer, educator, strategist, etc.)", "You’re pivoting careers or re-entering the job market", "You feel like your current resumé doesn’t represent who you really are", "You’ve applied to job after job… with no interviews to show for it", "You know you have so much to offer—but need help communicating it clearly", ]; const perks = [ { icon: PlayCircle, text: "Workshop Recording" }, { icon: FileText, text: "Resumé Glow-Up Guide (PDF)" }, { icon: Sparkles, text: "Career Confidence Boost" }, ]; const benefits = [ "Finally stand out in a crowded inbox", "Get more callbacks from roles that feel aligned", "Stop second-guessing your resumé", "Actually feel proud of the story your application tells", ]; const scrollToBuy = () => { const el = document.getElementById("buy"); if (el) el.scrollIntoView({ behavior: "smooth", block: "start" }); }; return (
{/* Top announcement bar */}
Unlock the Replay + Bonus PDF Guide for just $7.99.
{/* Hero */}

🎨 Your Resumé Is Boring (Let’s Fix That)

💻 Still not landing interviews for roles you know you’d be amazing at? You’re not alone—and it’s probably not your experience that’s the problem. It’s how you’re presenting it.

In today’s competitive creative market, a resumé that’s too generic, too cluttered, or just plain boring can cost you your dream job… even if you’re perfect for the role. But that’s about to change.

$7.99 one-time
    {benefits.map((b, i) => (
  • {b}
  • ))}
{/* Right card */}
Replay + PDF

The Workshop: Your Resumé Is Boring (Let’s Fix That)

This powerful 60-minute workshop walks you through the exact mindset, strategy, and structure used with private 1:1 clients to transform their resumés—and their careers. Watch anytime and get a step-by-step PDF guide… for just $7.99.

{perks.map(({ icon: Icon, text }, i) => (
{text}
))}

Secure checkout • Lifetime access

{/* What you'll learn */}

What You'll Learn Inside the Recording

    {learn.map((item, i) => (
  • {item}
  • ))}

BONUS: Free Downloadable PDF Guide

The Resumé Glow-Up Toolkit

  • A step-by-step printable version of the workshop
  • Writing prompts, formulas, and examples
  • Resumé structure checklist
  • Common mistakes to avoid
  • Bonus tips for career pivoters and creatives
{/* For you */}

This is For You If…

    {forYou.map((f, i) => (
  • {f}
  • ))}

Is this really worth it?

You could spend weeks rewriting your resumé on your own… or hundreds of dollars hiring someone to do it for you… OR you can get a proven framework + coaching insights—for under $8.

That’s less than your DoorDash delivery fee. And the ROI? Career-changing.

{/* FAQ */}

Frequently Asked Questions

{faqs.map((f, i) => (
{f.q}

{f.a}

))}
{/* Imagine */}

🌟 Imagine your resumé finally working for you.

You open your inbox to an interview request from a job you actually want. You feel confident—not cringey—when hitting “submit.” And you're finally getting noticed for the brilliance you bring to the table. It all starts with a few small shifts—and this workshop will show you how.

{/* Buy section */}

Get Instant Access Now for $7.99

  • Workshop Recording
  • Resumé Glow-Up Guide (PDF)
  • Lifetime access—watch whenever you want
  • One-time payment of $7.99
Replay + PDF $7.99
{/* Replace href with your checkout link */} Proceed to Secure Checkout

30-second checkout • Instant access

{/* Sticky CTA footer */}

Unlock the Replay + Resumé Glow-Up Guide

Lifetime access • One-time payment

$7.99
{/* Footer */}

Need help? Contact support after purchase. Results not guaranteed; effort required. ✨

); }

Hello, World!