๐ŸŽฏ Nexus teaches Next.js from foundations to professional systemsโ€ขโšก App Router, React 19, and Tailwind v4 in one learning pathโ€ข๐Ÿงฉ Inspect real components, layouts, and reusable patternsโ€ข๐Ÿ› ๏ธ Build production discipline, not just polished demosโ€ข๐Ÿ“š Tracks, references, and design studies in one placeโ€ข๐ŸŽฏ Nexus teaches Next.js from foundations to professional systemsโ€ขโšก App Router, React 19, and Tailwind v4 in one learning pathโ€ข๐Ÿงฉ Inspect real components, layouts, and reusable patternsโ€ข๐Ÿ› ๏ธ Build production discipline, not just polished demosโ€ข๐Ÿ“š Tracks, references, and design studies in one placeโ€ข๐ŸŽฏ Nexus teaches Next.js from foundations to professional systemsโ€ขโšก App Router, React 19, and Tailwind v4 in one learning pathโ€ข๐Ÿงฉ Inspect real components, layouts, and reusable patternsโ€ข๐Ÿ› ๏ธ Build production discipline, not just polished demosโ€ข๐Ÿ“š Tracks, references, and design studies in one placeโ€ข๐ŸŽฏ Nexus teaches Next.js from foundations to professional systemsโ€ขโšก App Router, React 19, and Tailwind v4 in one learning pathโ€ข๐Ÿงฉ Inspect real components, layouts, and reusable patternsโ€ข๐Ÿ› ๏ธ Build production discipline, not just polished demosโ€ข๐Ÿ“š Tracks, references, and design studies in one placeโ€ข
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.

Browse component library

Structured for deliberate practice ยท Built for professional growth

Customising Content

// src/lib/constants.ts
export 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 file
cp src/components/sections/HeroSection.tsx your-project/src/components/sections/
# Install peer dependencies
npm 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