Skip to content

Instantly share code, notes, and snippets.

@dinesh1301
Created June 25, 2025 18:12
Show Gist options
  • Save dinesh1301/aee710ff3217db2f537a6d4c5c0f3808 to your computer and use it in GitHub Desktop.
Save dinesh1301/aee710ff3217db2f537a6d4c5c0f3808 to your computer and use it in GitHub Desktop.
tejas-conversation

💬 Conversation Thread: bf793fb0-7c70-4a46-8ac1-081665773692

📊 Total Entries: 16


👤 User Message (Turn 1)

remove image which shows my profile pictures

⚙️ Workflow Step: intent_classified

This step was executed as part of the LangGraph workflow.

⚙️ Workflow Step: html_response_generated

This step was executed as part of the LangGraph workflow.

🎨 AI HTML Response

📏 Response Size: 11871 characters

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Power BI Crash Course | Tejas Rane</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com?plugins=typography"></script>
<script>
tailwind.config = {
  theme: {
    fontFamily: { sans: ['Inter', 'ui-sans-serif', 'system-ui'] },
    extend: {
      colors: {
        primary: { DEFAULT: '#4f46e5', foreground: '#ffffff' },
        bg: { DEFAULT: '#f9fafb', dark: '#0f172a' }
      },
      boxShadow: { glow: '0 0 0 4px rgba(79,70,229,.35)' },
      keyframes: {
        fadeUp: { '0%': {opacity:0,transform:'translateY(40px)'}, '100%': {opacity:1,transform:'translateY(0)'} },
        'nav-pulse': {
          '0%,100%': {boxShadow:'0 0 0 0 rgba(79,70,229,0)', transform:'scale(1)'},
          '50%':      {boxShadow:'0 0 0 4px rgba(79,70,229,.35)', transform:'scale(1.05)'}
        }
      },
      animation: {
        fadeUp: 'fadeUp 0.8s ease-out',
        'nav-pulse': 'nav-pulse 1.2s ease-in-out infinite'
      }
    }
  }
}
</script>
<style>
@media (prefers-reduced-motion: no-preference){
  .animate-nav{animation:nav-pulse 1.2s ease-in-out infinite;}
}
</style>
</head>
<body class="antialiased text-slate-800 bg-bg">
<!-- Sticky Nav -->
<header class="sticky top-0 z-20 backdrop-blur bg-bg/60 supports-[backdrop-filter]:bg-bg/80 shadow-sm">
  <nav class="max-w-7xl mx-auto flex items-center gap-3 px-4 py-2">
    <span class="font-semibold truncate">Tejas Rane</span>
    <a href="https://topmate.io/learndatawithtejas/1459503/pay?utm_source=spotlight&utm_campaign=learndatawithtejas"
       class="ml-auto inline-flex items-center justify-center whitespace-nowrap rounded-md bg-primary px-4 py-1.5 text-sm font-semibold text-primary-foreground shadow-sm hover:bg-primary/90 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary animate-nav">
      <span class="sm:hidden">Enroll</span>
      <span class="hidden sm:inline">Get&nbsp;Access</span>
    </a>
  </nav>
</header>

<!-- Hero -->
<section class="relative bg-gradient-to-br from-indigo-600 via-indigo-500 to-violet-600 text-white">
  <div class="mx-auto max-w-7xl px-4 py-24 sm:py-28 md:py-32 text-center space-y-6 animate-fadeUp">
    <h1 class="text-3xl sm:text-5xl font-extrabold leading-tight">Power&nbsp;BI Crash Course</h1>
    <p class="text-lg sm:text-2xl font-medium">18&nbsp;Hours of practical, interview-ready training — master dashboards &amp; DAX faster than ever.</p>

    <ul class="mt-8 flex flex-col sm:flex-row gap-4 justify-center text-left max-w-xl mx-auto">
      <li class="flex items-start gap-3"><i data-lucide="check-circle" class="text-lime-300"></i><span>Recorded, binge-friendly lessons you can keep for life</span></li>
      <li class="flex items-start gap-3"><i data-lucide="check-circle" class="text-lime-300"></i><span>Real interview questions &amp; mock scenarios included</span></li>
      <li class="flex items-start gap-3"><i data-lucide="check-circle" class="text-lime-300"></i><span>From SQL refreshers to Power BI dashboards — A-Z</span></li>
    </ul>

    <a href="https://topmate.io/learndatawithtejas/1459503/pay?utm_source=spotlight&utm_campaign=learndatawithtejas"
       class="inline-flex items-center justify-center rounded-md bg-white/90 px-8 py-3 text-lg font-semibold text-indigo-700 shadow-lg hover:bg-white transition">
      Start Learning Now
    </a>
  </div>
</section>

<!-- Pain -->
<section class="max-w-3xl mx-auto px-4 py-16">
  <h2 class="text-2xl sm:text-3xl font-bold text-center mb-8">Struggling to crack Data Analyst interviews?</h2>
  <p class="text-lg leading-relaxed text-center">
    Endless tutorials teach buttons, not business problems. When the interview dives into DAX logic or real-time reporting, answers evaporate.  
    You don’t need more theory — you need battle-tested workflows and the confidence that comes from doing them yourself.
  </p>
</section>

<!-- Solution / What you'll learn -->
<section class="bg-slate-50/70 py-16">
  <div class="max-w-5xl mx-auto px-4">
    <h2 class="text-2xl sm:text-3xl font-bold text-center mb-10">Here’s how the Crash Course fixes that</h2>
    <div class="grid sm:grid-cols-2 gap-8">
      <div class="flex gap-4">
        <i data-lucide="layers" class="text-primary w-8 h-8 shrink-0"></i>
        <div>
          <h3 class="font-semibold text-lg">Project-based curriculum</h3>
          <p>Build end-to-end dashboards, KPIs &amp; DAX measures that mirror real company demands.</p>
        </div>
      </div>
      <div class="flex gap-4">
        <i data-lucide="messages-square" class="text-primary w-8 h-8 shrink-0"></i>
        <div>
          <h3 class="font-semibold text-lg">Interview playbook</h3>
          <p>We tackle the exact questions companies ask — you’ll recognise them when they pop up.</p>
        </div>
      </div>
      <div class="flex gap-4">
        <i data-lucide="clock" class="text-primary w-8 h-8 shrink-0"></i>
        <div>
          <h3 class="font-semibold text-lg">18 hours, lifetime access</h3>
          <p>Watch on your schedule, revisit before interviews, and stay sharp without expiry.</p>
        </div>
      </div>
      <div class="flex gap-4">
        <i data-lucide="award" class="text-primary w-8 h-8 shrink-0"></i>
        <div>
          <h3 class="font-semibold text-lg">Led by a 3× Microsoft-certified pro</h3>
          <p>Tejas has helped thousands land data roles — now he’s in your corner.</p>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- Pricing -->
<section class="py-16">
  <div class="max-w-xl mx-auto px-4 text-center">
    <h2 class="text-3xl font-bold mb-6">Grab the full course today</h2>
    <div class="inline-flex items-end gap-3">
      <del class="text-2xl text-slate-400">₹9,900</del>
      <span class="text-4xl font-extrabold text-primary">₹5,999</span>
    </div>
    <p class="mt-4 text-slate-600">One-time payment, lifetime viewing — no hidden fees.</p>
    <a href="https://topmate.io/learndatawithtejas/1459503/pay?utm_source=spotlight&utm_campaign=learndatawithtejas"
       class="mt-8 inline-flex items-center justify-center rounded-md bg-primary px-8 py-3 text-lg font-semibold text-primary-foreground shadow-lg hover:bg-primary/90 transition">
      Pay &nbsp;₹5,999
    </a>
  </div>
</section>

<!-- Testimonials -->
<section class="bg-slate-50/70 py-20">
  <div class="max-w-6xl mx-auto px-4">
    <h2 class="text-2xl sm:text-3xl font-bold text-center mb-14">Learners say it best</h2>
    <div class="grid gap-8 sm:grid-cols-2 lg:grid-cols-3">
      <!-- Testimonial 1 -->
      <blockquote class="bg-white p-6 rounded-lg shadow-sm flex flex-col gap-4">
        <p class="text-sm sm:text-base leading-relaxed">
          I attended Tejas Data Analyst course (SQL + Power BI), and it was a game-changer. I had taken a similar course elsewhere, but it only covered basic theory — mostly things already on YouTube. Even after 4 interviews, I couldn’t crack them due to lack of real-time scenario training.

But Tejas course covered everything from A to Z, including resume review and mock interviews. What amazed me is — the same questions asked in interviews were already covered in class!

Initially, I thought how he’d finish it in just 1 month weekend, but he did — with full depth and clarity. No timepass, no skipped concepts. Every button in Power BI and every corner of SQL was covered.

This course is not just about learning — it's about mastering and cracking interviews.

From Basics to Brilliance. From Learner to Cracker – That’s Tejas course!
        </p>
      </blockquote>
      <!-- Testimonial 2 -->
      <blockquote class="bg-white p-6 rounded-lg shadow-sm flex flex-col gap-4">
        <p class="text-sm sm:text-base leading-relaxed">
          I attended the 5-Day Power BI Masterclass by Tejas Rane and found it truly insightful. It’s not a basic course Tejas shares interview questions, practical materials, and summaries that make the concepts stick. His teaching pace may feel fast, but it trains you to be alert and take notes actively. The best part? After each session, you remember the structure of the topic and start visualizing it clearly. A smart, practical way to learn Power BI from someone who has truly mastered it.
        </p>
      </blockquote>
      <!-- Testimonial 3 -->
      <blockquote class="bg-white p-6 rounded-lg shadow-sm flex flex-col gap-4">
        <p class="text-sm sm:text-base leading-relaxed">
          The New Power BI Project challenge was a fantastic hands on learning experience. It helped me sharpen my skills in kpi design, Dax measures and dashboard creation.

It's a great resource for anyone looking to build confidence in Power BI and showcase their skills with practical projects.
        </p>
      </blockquote>
      <!-- Testimonial 4 -->
      <blockquote class="bg-white p-6 rounded-lg shadow-sm flex flex-col gap-4">
        <p class="text-sm sm:text-base leading-relaxed">
          Had a really great interaction with tejas .He really helped me in getting proper guidance in data analysis role👍.
        </p>
      </blockquote>
      <!-- Testimonial 5 -->
      <blockquote class="bg-white p-6 rounded-lg shadow-sm flex flex-col gap-4">
        <p class="text-sm sm:text-base leading-relaxed">
          This Call was so helpful, insightful and friendly
        </p>
      </blockquote>
      <!-- Testimonial 6 -->
      <blockquote class="bg-white p-6 rounded-lg shadow-sm flex flex-col gap-4">
        <p class="text-sm sm:text-base leading-relaxed">
          The explanation is very genuine.
        </p>
      </blockquote>
    </div>
  </div>
</section>

<!-- About Instructor -->
<section class="py-20">
  <div class="max-w-4xl mx-auto px-4 flex flex-col sm:flex-row items-center gap-10">
    <div>
      <h2 class="text-2xl font-bold mb-2">Meet Tejas Rane</h2>
      <p class="text-slate-700 leading-relaxed">
        Senior Data Analyst with 7+ years in the industry and 10+ years teaching. 3× Microsoft Certified, 1,000+ students now in data jobs.  
        Recently in the interview seat myself, I know exactly what hiring managers probe — and how to answer with clarity.
      </p>
    </div>
  </div>
</section>

<!-- Access note -->
<section class="max-w-2xl mx-auto px-4 pb-20">
  <article class="prose prose-slate">
    <img src="https://topmate-staging.s3.amazonaws.com/iYjc7teiFtDHu7v8RHDuX4.png" alt="Power BI" class="rounded-lg shadow mb-4">
    <p><strong>Note:</strong> After purchase you’ll receive an email (within 24 hours) granting access to a private YouTube playlist containing all course videos.</p>
  </article>
</section>

<!-- Final CTA -->
<section class="bg-primary text-primary-foreground py-16 text-center">
  <h2 class="text-2xl sm:text-3xl font-bold mb-6">Ready to master Power BI?</h2>
  <p class="max-w-xl mx-auto mb-8 text-lg">Join hundreds of analysts who turned confusion into clarity — and interviews into offers.</p>
  <a href="https://topmate.io/learndatawithtejas/1459503/pay?utm_source=spotlight&utm_campaign=learndatawithtejas"
     class="inline-flex items-center justify-center rounded-md bg-white/90 px-8 py-3 text-lg font-semibold text-indigo-700 shadow-lg hover:bg-white transition">
    Enroll for&nbsp;₹5,999
  </a>
</section>

<!-- Footer -->
<footer class="bg-slate-900 text-slate-400 text-center text-xs py-6">
  © <span id="yr"></span> Tejas Rane • All rights reserved
</footer>

<!-- Icons -->
<script src="https://unpkg.com/lucide@latest"></script>
<script>
lucide.createIcons();
document.getElementById('yr').textContent = new Date().getFullYear();
</script>
</body>
</html>
⚙️ Workflow Step: html_extracted

This step was executed as part of the LangGraph workflow.

⚙️ Workflow Step: html_validated

This step was executed as part of the LangGraph workflow.

👤 User Message (Turn 2)

can you add colorful wallpaper to this page

⚙️ Workflow Step: intent_classified

This step was executed as part of the LangGraph workflow.

⚙️ Workflow Step: html_response_generated

This step was executed as part of the LangGraph workflow.

🎨 AI HTML Response

📏 Response Size: 11960 characters

<html lang="en">
<head>
<meta charset="utf-8">
<title>Power BI Crash Course | Tejas Rane</title>
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
<script src="https://cdn.tailwindcss.com?plugins=typography"></script>
<script>
tailwind.config = {
  theme: {
    fontFamily: { sans: ['Inter', 'ui-sans-serif', 'system-ui'] },
    extend: {
      colors: {
        primary: { DEFAULT: '#4f46e5', foreground: '#ffffff' },
        bg: { DEFAULT: '#f9fafb', dark: '#0f172a' }
      },
      boxShadow: { glow: '0 0 0 4px rgba(79,70,229,.35)' },
      keyframes: {
        fadeUp: { '0%': {opacity:0,transform:'translateY(40px)'}, '100%': {opacity:1,transform:'translateY(0)'} },
        'nav-pulse': {
          '0%,100%': {boxShadow:'0 0 0 0 rgba(79,70,229,0)', transform:'scale(1)'},
          '50%':      {boxShadow:'0 0 0 4px rgba(79,70,229,.35)', transform:'scale(1.05)'}
        }
      },
      animation: {
        fadeUp: 'fadeUp 0.8s ease-out',
        'nav-pulse': 'nav-pulse 1.2s ease-in-out infinite'
      }
    }
  }
}
</script>
<style>
@media (prefers-reduced-motion: no-preference){
  .animate-nav{animation:nav-pulse 1.2s ease-in-out infinite;}
}
.bg-gradient-radial {
  background: radial-gradient(circle, rgba(79,70,229,0.15) 0%, transparent 50%);
}
</style>
</head>
<body class="antialiased text-slate-800 bg-bg">
<!-- Sticky Nav -->
<header class="sticky top-0 z-20 backdrop-blur bg-bg/60 supports-[backdrop-filter]:bg-bg/80 shadow-sm">
  <nav class="max-w-7xl mx-auto flex items-center gap-3 px-4 py-2">
    <span class="font-semibold truncate">Tejas Rane</span>
    <a href="https://topmate.io/learndatawithtejas/1459503/pay?utm_source=spotlight&utm_campaign=learndatawithtejas"
       class="ml-auto inline-flex items-center justify-center whitespace-nowrap rounded-md bg-primary px-4 py-1.5 text-sm font-semibold text-primary-foreground shadow-sm hover:bg-primary/90 focus-visible:outline focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-primary animate-nav">
      <span class="sm:hidden">Enroll</span>
      <span class="hidden sm:inline">Get&nbsp;Access</span>
    </a>
  </nav>
</header>

<!-- Hero -->
<section class="relative bg-gradient-to-br from-indigo-600 via-indigo-500 to-violet-600 text-white">
  <div class="mx-auto max-w-7xl px-4 py-24 sm:py-28 md:py-32 text-center space-y-6 animate-fadeUp">
    <h1 class="text-3xl sm:text-5xl font-extrabold leading-tight">Power&nbsp;BI Crash Course</h1>
    <p class="text-lg sm:text-2xl font-medium">18&nbsp;Hours of practical, interview-ready training — master dashboards &amp; DAX faster than ever.</p>

    <ul class="mt-8 flex flex-col sm:flex-row gap-4 justify-center text-left max-w-xl mx-auto">
      <li class="flex items-start gap-3"><i data-lucide="check-circle" class="text-lime-300"></i><span>Recorded, binge-friendly lessons you can keep for life</span></li>
      <li class="flex items-start gap-3"><i data-lucide="check-circle" class="text-lime-300"></i><span>Real interview questions &amp; mock scenarios included</span></li>
      <li class="flex items-start gap-3"><i data-lucide="check-circle" class="text-lime-300"></i><span>From SQL refreshers to Power BI dashboards — A-Z</span></li>
    </ul>

    <a href="https://topmate.io/learndatawithtejas/1459503/pay?utm_source=spotlight&utm_campaign=learndatawithtejas"
       class="inline-flex items-center justify-center rounded-md bg-white/90 px-8 py-3 text-lg font-semibold text-indigo-700 shadow-lg hover:bg-white transition">
      Start Learning Now
    </a>
  </div>
</section>

<!-- Pain -->
<section class="max-w-3xl mx-auto px-4 py-16">
  <h2 class="text-2xl sm:text-3xl font-bold text-center mb-8">Struggling to crack Data Analyst interviews?</h2>
  <p class="text-lg leading-relaxed text-center">
    Endless tutorials teach buttons, not business problems. When the interview dives into DAX logic or real-time reporting, answers evaporate.  
    You don’t need more theory — you need battle-tested workflows and the confidence that comes from doing them yourself.
  </p>
</section>

<!-- Solution / What you'll learn -->
<section class="bg-slate-50/70 py-16">
  <div class="max-w-5xl mx-auto px-4">
    <h2 class="text-2xl sm:text-3xl font-bold text-center mb-10">Here’s how the Crash Course fixes that</h2>
    <div class="grid sm:grid-cols-2 gap-8">
      <div class="flex gap-4">
        <i data-lucide="layers" class="text-primary w-8 h-8 shrink-0"></i>
        <div>
          <h3 class="font-semibold text-lg">Project-based curriculum</h3>
          <p>Build end-to-end dashboards, KPIs &amp; DAX measures that mirror real company demands.</p>
        </div>
      </div>
      <div class="flex gap-4">
        <i data-lucide="messages-square" class="text-primary w-8 h-8 shrink-0"></i>
        <div>
          <h3 class="font-semibold text-lg">Interview playbook</h3>
          <p>We tackle the exact questions companies ask — you’ll recognise them when they pop up.</p>
        </div>
      </div>
      <div class="flex gap-4">
        <i data-lucide="clock" class="text-primary w-8 h-8 shrink-0"></i>
        <div>
          <h3 class="font-semibold text-lg">18 hours, lifetime access</h3>
          <p>Watch on your schedule, revisit before interviews, and stay sharp without expiry.</p>
        </div>
      </div>
      <div class="flex gap-4">
        <i data-lucide="award" class="text-primary w-8 h-8 shrink-0"></i>
        <div>
          <h3 class="font-semibold text-lg">Led by a 3× Microsoft-certified pro</h3>
          <p>Tejas has helped thousands land data roles — now he’s in your corner.</p>
        </div>
      </div>
    </div>
  </div>
</section>

<!-- Pricing -->
<section class="py-16">
  <div class="max-w-xl mx-auto px-4 text-center">
    <h2 class="text-3xl font-bold mb-6">Grab the full course today</h2>
    <div class="inline-flex items-end gap-3">
      <del class="text-2xl text-slate-400">₹9,900</del>
      <span class="text-4xl font-extrabold text-primary">₹5,999</span>
    </div>
    <p class="mt-4 text-slate-600">One-time payment, lifetime viewing — no hidden fees.</p>
    <a href="https://topmate.io/learndatawithtejas/1459503/pay?utm_source=spotlight&utm_campaign=learndatawithtejas"
       class="mt-8 inline-flex items-center justify-center rounded-md bg-primary px-8 py-3 text-lg font-semibold text-primary-foreground shadow-lg hover:bg-primary/90 transition">
      Pay &nbsp;₹5,999
    </a>
  </div>
</section>

<!-- Testimonials -->
<section class="bg-slate-50/70 py-20">
  <div class="max-w-6xl mx-auto px-4">
    <h2 class="text-2xl sm:text-3xl font-bold text-center mb-14">Learners say it best</h2>
    <div class="grid gap-8 sm:grid-cols-2 lg:grid-cols-3">
      <!-- Testimonial 1 -->
      <blockquote class="bg-white p-6 rounded-lg shadow-sm flex flex-col gap-4">
        <p class="text-sm sm:text-base leading-relaxed">
          I attended Tejas Data Analyst course (SQL + Power BI), and it was a game-changer. I had taken a similar course elsewhere, but it only covered basic theory — mostly things already on YouTube. Even after 4 interviews, I couldn’t crack them due to lack of real-time scenario training.

But Tejas course covered everything from A to Z, including resume review and mock interviews. What amazed me is — the same questions asked in interviews were already covered in class!

Initially, I thought how he’d finish it in just 1 month weekend, but he did — with full depth and clarity. No timepass, no skipped concepts. Every button in Power BI and every corner of SQL was covered.

This course is not just about learning — it's about mastering and cracking interviews.

From Basics to Brilliance. From Learner to Cracker – That’s Tejas course!
        </p>
      </blockquote>
      <!-- Testimonial 2 -->
      <blockquote class="bg-white p-6 rounded-lg shadow-sm flex flex-col gap-4">
        <p class="text-sm sm:text-base leading-relaxed">
          I attended the 5-Day Power BI Masterclass by Tejas Rane and found it truly insightful. It’s not a basic course Tejas shares interview questions, practical materials, and summaries that make the concepts stick. His teaching pace may feel fast, but it trains you to be alert and take notes actively. The best part? After each session, you remember the structure of the topic and start visualizing it clearly. A smart, practical way to learn Power BI from someone who has truly mastered it.
        </p>
      </blockquote>
      <!-- Testimonial 3 -->
      <blockquote class="bg-white p-6 rounded-lg shadow-sm flex flex-col gap-4">
        <p class="text-sm sm:text-base leading-relaxed">
          The New Power BI Project challenge was a fantastic hands on learning experience. It helped me sharpen my skills in kpi design, Dax measures and dashboard creation.

It's a great resource for anyone looking to build confidence in Power BI and showcase their skills with practical projects.
        </p>
      </blockquote>
      <!-- Testimonial 4 -->
      <blockquote class="bg-white p-6 rounded-lg shadow-sm flex flex-col gap-4">
        <p class="text-sm sm:text-base leading-relaxed">
          Had a really great interaction with tejas .He really helped me in getting proper guidance in data analysis role👍.
        </p>
      </blockquote>
      <!-- Testimonial 5 -->
      <blockquote class="bg-white p-6 rounded-lg shadow-sm flex flex-col gap-4">
        <p class="text-sm sm:text-base leading-relaxed">
          This Call was so helpful, insightful and friendly
        </p>
      </blockquote>
      <!-- Testimonial 6 -->
      <blockquote class="bg-white p-6 rounded-lg shadow-sm flex flex-col gap-4">
        <p class="text-sm sm:text-base leading-relaxed">
          The explanation is very genuine.
        </p>
      </blockquote>
    </div>
  </div>
</section>

<!-- About Instructor -->
<section class="py-20">
  <div class="max-w-4xl mx-auto px-4 flex flex-col sm:flex-row items-center gap-10">
    <div>
      <h2 class="text-2xl font-bold mb-2">Meet Tejas Rane</h2>
      <p class="text-slate-700 leading-relaxed">
        Senior Data Analyst with 7+ years in the industry and 10+ years teaching. 3× Microsoft Certified, 1,000+ students now in data jobs.  
        Recently in the interview seat myself, I know exactly what hiring managers probe — and how to answer with clarity.
      </p>
    </div>
  </div>
</section>

<!-- Access note -->
<section class="max-w-2xl mx-auto px-4 pb-20">
  <article class="prose prose-slate">
    <img src="https://topmate-staging.s3.amazonaws.com/iYjc7teiFtDHu7v8RHDuX4.png" alt="Power BI" class="rounded-lg shadow mb-4">
    <p><strong>Note:</strong> After purchase you’ll receive an email (within 24 hours) granting access to a private YouTube playlist containing all course videos.</p>
  </article>
</section>

<!-- Final CTA -->
<section class="bg-primary text-primary-foreground py-16 text-center">
  <h2 class="text-2xl sm:text-3xl font-bold mb-6">Ready to master Power BI?</h2>
  <p class="max-w-xl mx-auto mb-8 text-lg">Join hundreds of analysts who turned confusion into clarity — and interviews into offers.</p>
  <a href="https://topmate.io/learndatawithtejas/1459503/pay?utm_source=spotlight&utm_campaign=learndatawithtejas"
     class="inline-flex items-center justify-center rounded-md bg-white/90 px-8 py-3 text-lg font-semibold text-indigo-700 shadow-lg hover:bg-white transition">
    Enroll for&nbsp;₹5,999
  </a>
</section>

<!-- Footer -->
<footer class="bg-slate-900 text-slate-400 text-center text-xs py-6">
  © <span id="yr"></span> Tejas Rane • All rights reserved
</footer>

<!-- Icons -->
<script src="https://unpkg.com/lucide@latest"></script>
<script>
lucide.createIcons();
document.getElementById('yr').textContent = new Date().getFullYear();
</script>
</body>
</html>
⚙️ Workflow Step: html_extracted

This step was executed as part of the LangGraph workflow.

⚙️ Workflow Step: html_validated

This step was executed as part of the LangGraph workflow.


Conversation extraction complete!

Generated by LangGraph Conversation Extractor

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment