Not Native. Not Sorry.™ | Teach in Vietnam
import React from 'react'; import { TESTIMONIALS, BONUSES } from './constants'; import Button from './components/Button'; const Sticker = ({ children, className = "", color = "accent-bg" }: { children: React.ReactNode, className?: string, color?: string }) => (
{children}
); const Polaroid = ({ src, caption, rotation = "rotate-0", className = "" }: { src: string, caption: string, rotation?: string, className?: string }) => (
{caption}

{caption}

); const App: React.FC = () => { return (
{/* Dynamic Ticker Header */}
{Array(10).fill(0).map((_, i) => (
700+ TEACHERS HIRED • NO ACCENT DISCRIMINATION • STARTING $1,200/MO • INSTANT ACCESS •
))}
{/* Hero: Large Editorial/Scrapbook Style */}
{/* Left Column: Bold Text */}
Vietnam Edition 2024

NOT
NATIVE.
NOT SORRY.

The NO-SCAM guide for non-native English speakers to get hired in Vietnam.

Now available
{/* Right Column: Visual Chaos (Organized) */}
{/* Main Book Mockup */}

NOT NATIVE.
NOT SORRY.

VN

The step-by-step roadmap to $2k/month.

{/* Surrounding Polaroids */}
VIETNAM
{/* The Lifestyle: Engaging Visual Section */}

Quit the cubicle.

Imagine your new Monday mornings...

{[ { src: "https://images.unsplash.com/photo-1555949963-ff9fe0c870eb?auto=format&fit=crop&q=80&w=600", cap: "Classrooms that pay" }, { src: "https://images.unsplash.com/photo-1528127269322-539801943592?auto=format&fit=crop&q=80&w=600", cap: "Hidden Beaches" }, { src: "https://images.unsplash.com/photo-1504450758481-7338eba7524a?auto=format&fit=crop&q=80&w=600", cap: "City Lights" }, { src: "https://images.unsplash.com/photo-1567049434869-7038e9206c9e?auto=format&fit=crop&q=80&w=600", cap: "Morning Markets" } ].map((img, i) => (
{img.cap}
{img.cap}
))}

"I work 25 hours a week and send $500 home every month. My family thought I was crazy. Now they tell everyone."

SELIM K. — Tunisia — Hired in 21 Days
{/* The Problem: High-Contrast "Fun" Warnings */}

STOP
DOING IT
WRONG.

{[ "Messaging random recruiters on Facebook", "Thinking your accent is a liability", "Signing contracts without a red-flag check", "Applying at the wrong time of year" ].map((text, i) => (
!

{text}

))}

The Solution is inside.

    {[ "Verified list of non-native friendly schools", "Intro video script that converts", "The CV template that passes HR in 7s", "Visa sponsorship step-by-step" ].map((text, i) => (
  • {text}
  • ))}
{/* Background text decoration */}
FIX
{/* Bonuses Grid: Fun & Energetic */}

Crazy Bonuses.

Value $156 — Included Free
{BONUSES.map((bonus, i) => (
{i+1}

{bonus.title}

{bonus.items.map((item, j) => (
{item}
))}

Value: {bonus.value}

))}
{/* Featured Proof Section: High Visual Engagement */}
Teach Living

REAL STORIES.
REAL MONEY.

{TESTIMONIALS.slice(0, 2).map((t, i) => (

"{t.content}"

{t.name} • {t.location} {t.status}
))}
{/* Pricing / Final CTA: High Impact All-Caps */}

YES, I AM
READY.

$19

INSTANT ACCESS • PDF GUIDE • 3 BONUSES

Secure checkout • 7-Day Guarantee

{/* Background text */}
START
{/* Final Footer */}
NOT NATIVE.
NOT SORRY.™
© 2024 VIETNAM TEACHER BLUEPRINT. NO APOLOGIES.
); }; export default App;
Made on
Tilda