MØNTAN1ACADEMY MØNTAN1
[ SECTION 06 :: PART II :: BUILD THINGS ]

Landing Pages That Convert.

A landing page is a single argument made in one screen. Learn the anatomy, write the copy with AI, and measure whether it works.

Time ~60 min Tools VS Code, Claude, Netlify Cost $0
Tools VS Code Claude Netlify

You will learn

your-idea.com
Lesson 1 of 4

The Anatomy of a Great Landing Page

A landing page has one job: get a visitor to take one specific action. Every section is designed to reduce doubt and increase desire. Here's the standard structure that converts.

The 7 sections of a high-converting landing page
Hero :: Big headline, subheadline, primary CTA button. Make the value immediately clear.
Problem :: Name the pain your visitor feels. Make them feel understood.
Solution :: How you/your product solves it. Benefits, not features.
Social Proof :: Testimonials, logos, numbers. Builds trust.
Features/Pricing :: What they get. Simple, scannable.
FAQ :: Answer the 5 objections that stop people from converting.
Final CTA :: One more chance to act. Restate the key benefit.
Lesson 2 of 4

AI-Assisted Copywriting

Landing page copy is an art :: short, punchy sentences that reduce friction. Claude is excellent at this when you give it the right inputs.

Write landing page copy for [your idea]. Target audience: [describe them]. The main thing they want: [outcome]. The main thing they fear: [concern]. Write: - 3 hero headline options (under 10 words each) - A 2-line subheadline - 3 benefit bullets (outcome-focused, not feature-focused) - 2 CTA button text options - 5 FAQ questions + answers Make it honest and conversational. No corporate buzzwords.

Benefits vs. features

Feature: "AI-powered meal planning." Benefit: "Stop staring at the fridge wondering what to cook." Write benefits :: what the person gets, feels, or avoids. Claude will help you make this shift if you ask it to.

Lesson 3 of 4

Hero Sections, Buttons & CTAs

The hero is the most important real estate on the page. Let's look at the code patterns for building a compelling one, and understand why each choice matters.

landing.html
<section class="hero">
  <h1>Stop Forgetting to Water Your Plants</h1>
  <p>PlantPal sends you a nudge exactly when each plant needs water :: no app required.</p>
  <a href="#signup" class="cta-btn">Get Early Access :: Free</a>
  <p class="social-proof">Join 340 plant lovers on the waitlist</p>
</section>
Lesson 4 of 4

Adding Basic Analytics

Once your page is live, you want to know: is anyone visiting? Where are they coming from? Are they clicking your CTA? Free tools give you this data in minutes.

1

Create a free Plausible or Google Analytics account

Plausible (plausible.io) is simpler and privacy-friendly. Google Analytics is more powerful. Either works :: Plausible is better for beginners.

2

Copy the tracking script they give you

It's a single <script> tag. Paste it just before the </head> tag in your HTML. That's the whole installation.

3

Watch live visitors appear in the dashboard

Share your URL with a few people. Within minutes, you'll see them appear as live visitors. This is immediately addictive.

Section 6 Project

A Landing Page for Your Idea

Build This

A complete landing page for something you actually care about

It can be a real project, a fictional product, an event, a newsletter :: anything. Use Claude for both the copy and the code. Deploy it to Netlify and add analytics.

  • All 7 sections from the anatomy lesson
  • A real CTA (email signup, waitlist form, or link)
  • Mobile responsive layout
  • Analytics tracking installed
  • Share the live URL and see who visits