Sections
Hero Section
Full-width hero section with animated content and code mockup
Quick Preview
โฆ Next.js Learning Platform
LEARN NEXT.JS,
SHIP LIKE A PRO.
Master App Router, React patterns, Tailwind v4, component architecture, and production-ready workflows through examples that teach how real projects are built.
Structured for deliberate practice ยท Built for professional growth
โ Deployed
Customising Content
// src/lib/constants.tsexport const HERO = {badge: 'โฆ Now in Beta',heading: 'MOVE FAST,',headingAccent: 'STAY FEARLESS.',subheading: 'The modern platform to launch, scale, and automate your business.',primaryCta: { label: 'Get started free', href: '/products/starter' },secondaryCta: { label: 'View components โ', href: '/components' },}
Installation
# Copy the component filecp src/components/sections/HeroSection.tsx your-project/src/components/sections/# Install peer dependenciesnpm install framer-motion lucide-react
Prompt Preview
Copy a prompt that recreates this UI
Paste this into your AI coding assistant to generate code that closely matches the reference, including color, size, shape, typography, spacing, and polish.
Copy-ready AI prompt
Starts from the current visual reference and project constraints.
Tweak only product-specific copy or data after the first generation pass.
Props
This component has no props.
This component uses constants from lib/constants.ts
Features
- โBlack background with CSS grid pattern
- โTeal glow effect
- โFramer Motion animations
- โTwo-column layout (text + mockup)
- โBadge, heading, CTA buttons
- โFake code editor mockup
- โStaggered animation delays
Dependencies
framer-motion