🎯 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

ScrollRevealSection

Vertically stacked items that blur-reveal as they scroll into view

Quick Preview

Why us

🎨

Design with tokens

Every color, size, and spacing value lives in a central token system.

Ship in hours, not weeks

Pre-built sections mean you can prototype, iterate and launch fast.

Accessible by default

Every component follows WCAG 2.1 AA guidelines out of the box.

Installation

# No extra dependencies
// Copy component from
src/components/sections/ScrollRevealSection.tsx

Usage

import ScrollRevealSection from '@/components/sections/ScrollRevealSection'
<ScrollRevealSection
eyebrow="Why us"
items={[
{ icon: '⚡', headline: 'Fast', body: 'Ship quickly.' },
{ icon: '🎨', headline: 'Beautiful', body: 'Looks great.' },
]}
/>

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

PropTypeDefaultDescription
items{ icon?; headline; body }[]-Items to reveal
eyebrowstring-Small label above items