Feature Section
Grid of feature cards with icons and descriptions
Quick Preview
Learn what actually transfers
Every section is designed to help you understand, adapt, and ship with more confidence.
Mental models before memorisation
Understand why App Router, rendering boundaries, and data flow work the way they do.
Examples you can inspect
Read complete components, layouts, and sections instead of disconnected snippets.
Production-first progression
Move deliberately from fundamentals to architecture, scale, and maintainability.
Design and engineering together
Study UI systems, motion, tokens, accessibility, and implementation as one discipline.
Customising Content
// src/lib/constants.tsexport const HOME_FEATURES: FeatureItem[] = [{ icon: 'โก', title: 'Lightning Fast', description: 'Sub-100ms response times, globally distributed.' },{ icon: '๐', title: 'Secure by Default', description: 'End-to-end encryption on every request.' },{ icon: '๐', title: 'Built to Scale', description: 'Handles millions of events without breaking a sweat.' },{ icon: '๐ ๏ธ', title: 'Developer First', description: 'Intuitive APIs and comprehensive documentation.' },]
Installation
# Copy the component filecp src/components/sections/FeatureSection.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 HOME_FEATURES constant from lib/constants.ts
Features
- โTeal mint background
- โ4-column responsive grid
- โWhite cards with shadow
- โHeading with teal accent underline
- โUses HOME_FEATURES constant