3. Editing content
Each array maps directly to a section. To rename a feature, edit its entry in FEATURES:
const FEATURES = [
{ icon: Zap, title: "Instant deploys", desc: "..." },
// add, remove or reorder entries — the grid adapts automatically
];Icons come from lucide-react. Swap the imported icon name to change one.