Service Card Section
Grid of clickable learning track and guidance cards linking to detail pages
Quick Preview
Choose your next study focus
Use the tracks for structured progression and the guidance options when you need direct help.
Foundation Track
Build solid Next.js fundamentals with clear, practical lessons.
Production Track
Move from working demos to maintainable, ship-ready applications.
Professional Systems
Study architecture, scale, and team-grade frontend workflows.
Mentoring
Get direct guidance when you need clarity on architecture or implementation.
Learning Support
Use articles, references, and feedback loops to keep momentum.
Customising Cards
// src/lib/constants.tsexport 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 filecp 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 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