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

Service Card Section

Grid of clickable learning track and guidance cards linking to detail pages

Customising Cards

// src/lib/constants.ts
export const SERVICE_CARDS: ServiceCard[] = [
{ id: '1', icon: '๐Ÿš€', title: 'Consulting', description: 'Expert advice to accelerate your team.', href: '/services/consulting' },
{ id: '2', icon: 'โš™๏ธ', title: 'Implementation', description: 'We handle setup so you can focus on product.', href: '/services/implementation' },
{ id: '3', icon: '๐Ÿ›ก๏ธ', title: 'Support', description: '24/7 dedicated support for every plan.', href: '/services/support' },
]

Installation

# Copy the component file
cp src/components/sections/ServiceCardSection.tsx your-project/src/components/sections/

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 SERVICE_CARDS constant from lib/constants.ts

Features

  • โœ“White background
  • โœ“3-column responsive grid
  • โœ“Clickable Next.js Link cards
  • โœ“Hover effects (border, shadow, text color)
  • โœ“Cards: Foundation, Production, Professional Systems, Mentoring, Learning Support

Dependencies

  • next/link