๐ŸŽฏ 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โ€ข
Common Components

Page Hero

Hero section for page headers with optional label and accent text

Quick Preview

About Us

Building the future together.

Installation

// Copy the PageHero component from
src/components/common/PageHero.tsx

Usage

import { PageHero } from '@/components/common/PageHero'
export default function AboutPage() {
return (
<PageHero
label="About Us"
title="Building the future of"
titleAccent="web development."
description="We create amazing digital experiences"
/>
)
}

Examples

Light Theme (Default)

Teal background with centered content

About Us

Building the future of web development.

We create amazing digital experiences

Dark Theme

Black background with white text

Get in touch today.

Without Label

Hero without the small label

Welcome to our platform.

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
labelstring-Small label text above title
title*string-Main heading text
titleAccentstring-Accented part of the title (teal color)
descriptionstring-Subheading text
darkboolean-Use dark theme (black background)

Features

  • โœ“Two color schemes (light teal / dark black)
  • โœ“Optional label with uppercase styling
  • โœ“Title with optional accent color
  • โœ“Centered layout
  • โœ“Responsive padding