๐ŸŽฏ 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

ComparisonSection

Feature comparison table for side-by-side plan or product differentiation.

Preview

Choose Your Plan

Starter
Pro
Monthly Price
$9 / mo
$29 / mo
Users
1 user
Unlimited
Storage
5 GB
100 GB
API Access
โ€”
โœ“
Priority Support
โ€”
โœ“
Custom Domain
โ€”
โœ“
Analytics
โœ“
โœ“
SSO / SAML
โ€”
โœ“

Usage

import { ComparisonSection } from '@/components/sections/ComparisonSection'
export default function Page() {
return (
<ComparisonSection
leftLabel="Free"
rightLabel="Pro"
rows={[
{ feature: 'Projects', left: '3', right: 'Unlimited' },
{ feature: 'Collaboration', left: false, right: true },
{ feature: 'Export', left: true, right: true },
]}
/>
)
}

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
leftLabel*string-Left column header
rightLabel*string-Right column header
rows*ComparisonRow[]-Array of feature rows
titlestring-Section heading
descriptionstring-Section subtext
leftHighlightbooleanfalseHighlight left column in primary color
classNamestring-Extra CSS classes
โ† Back to Sections