🎯 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

Blog Section

Blog post preview grid with category badge, author, and read time

Quick Preview

From the blog

Insights, tutorials, and news from our team.

View all posts

Installation

// Copy the component from
src/components/sections/BlogSection.tsx

Usage

import { BlogSection } from '@/components/sections/BlogSection'
const posts = [
{
title: 'Building scalable design systems',
slug: 'design-systems',
excerpt: 'Exploring Tailwind v4 token management...',
category: 'Design',
date: 'May 20, 2025',
readTime: '6 min read',
coverColor: 'from-teal-400 to-emerald-500',
author: { name: 'Sarah J.', initials: 'SJ' },
},
]
<BlogSection posts={posts} columns={3} />

2-Column Variant

2-column layout

Latest articles

Insights, tutorials, and news from our team.

View all posts

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
titlestring"From the blog"Section heading
subtitlestring-Section sub-heading
postsBlogPost[]-Array of blog post objects
columns2 | 33Number of grid columns
showViewAllbooleantrueShow "View all" link
viewAllHrefstring"/blog"Href for view-all link
classNamestring-Additional CSS classes

Features

  • βœ“Gradient cover area per post
  • βœ“Category badge
  • βœ“Author avatar with initials
  • βœ“Date and read time meta
  • βœ“Hover shadow transition
  • βœ“Server Component